[solved] Mootools problem

More
12 years 11 months ago #33604 by ggppdk
Replied by ggppdk on topic [solved] Mootools problem
I see in your page an Javascript error that probably stops Javascript execution.

-- It looks like your template code is at fault,
it tries to manipulate your menu before page has completed load the fact that it works in one site is pure luck depending on time it is called
Code:
jQuery(function(){ jQuery('ul.menusuperfish') .superfish({animation: {opacity:'show', height:'show', width:'show'},delay:0,speed:'fast',dropShadows: false, }); });

must (probably) become:
Code:
jQuery(document).ready(function(){ jQuery('ul.menusuperfish') .superfish({animation: {opacity:'show', height:'show', width:'show'},delay:0,speed:'fast',dropShadows: false, }); });

-- please contact the template makers with the fix,

-- meanwhile you can try doing a text search in your template files for :
jQuery('ul.menusuperfish')

and try to test the fix yourself

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #33610 by rottenberg
Thank you very much.

The problem remains after the correction of Javascript.

I have sent you post to Templateplazza developers. I will inform you about their answer.


Meanwhile I have solved the current map problem using another Google map extension(kksous). This plugin uses a content plugin and not a system's one.

With Templateplazza I think I have solved the problem of images which doesn't appear the first time. I wait for the final Flexicontent version to change my FC category template.

I send also a mail to Mike Reumer (Google map plugin).

thank you for help
best regards
Michel

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save