global notice

Chit chat, open discussions and beer
Anything that is not support related

global notice

Post by matthewtimothy »

SO i finally found out where it was located. ;) Now I see everytime I click the Close button it just scrolls back to the top and does not disappear. Ive tested this in Google and Firefox. Did anyone have this problem?? Ive checked the code several times but Im still not seeing why its not working.

global notice

Post by Stoker »

Is this a support question?

global notice

Post by mikef35 »

You most likely have a Jquey issue, check all your edits and verify you are not calling the same Jquery twice.

Example: If you have

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}script/jquery.cookie.js"></script>
You would not need

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
Last edited by mikef35 on 19 Jul 2012, 14:25, edited 1 time in total.

global notice

Post by matthewtimothy »

Stoker wrote:Is this a support question?
I wasnt trying to make it a support issue. I was stating that on this site and others that have implemented global announce that it appears after you click the X it just scrolls to the top.

global notice

Post by Stoker »

matthewtimothy wrote:
Stoker wrote:Is this a support question?
I wasnt trying to make it a support issue. I was stating that on this site and others that have implemented global announce that it appears after you click the X it just scrolls to the top.
Last chance, read the forum rules before posting...

global notice

Post by matthewtimothy »

sorry man wasnt trying to go against your rules.