Conflict with google maps
8 years 5 months ago #38358
by ced1870

ok, then the menu where you have your links is a module that you have published somewhere in your template. In a normal case, you publish a menu module (mod_menu) to show your menu. Here I see that the html code of the menu is not correct and I think that you are not using a good module
Hope this is clear and that you can find the information;
Just to explain : the scrollTo css class is not applied on the correct element, due to this bad menu html code
Joomlack Webmaster and Developer
Replied by ced1870 on topic Conflict with google maps

ok, then the menu where you have your links is a module that you have published somewhere in your template. In a normal case, you publish a menu module (mod_menu) to show your menu. Here I see that the html code of the menu is not correct and I think that you are not using a good module
Hope this is clear and that you can find the information;
Just to explain : the scrollTo css class is not applied on the correct element, due to this bad menu html code
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38360
by marvays
Replied by marvays on topic Conflict with google maps
Ok. I have template Joomla shine. A nd use menu on position "top", where i have link with css class scrollTo. It is bad 
I can send u acc.

I can send u acc.
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38368
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Conflict with google maps
may be then this is a feature from your template
try to go in the modules manager and create a new menu module.Then publish it in a template position and tell me
try to go in the modules manager and create a new menu module.Then publish it in a template position and tell me
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38373
by marvays
Replied by marvays on topic Conflict with google maps
i make new mod_menu module in new position, but smooth not work. in the firebux is error.
new menu is under the banners.
new menu is under the banners.
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38378
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Conflict with google maps
ok I see. The problem remains the same, it seems that your template (with the JSN framework) rewrites all menus ...
this is actually the problem. Yes I see the error in the console, I explain you :
your menu structure
this gives the problem because the scroll plugin looks for the url on the link with the css class scrollTo, or here this is not a link
hope you understand
now you must ask for support about this bad menu structure to JSN ...
this is actually the problem. Yes I see the error in the console, I explain you :
your menu structure
or it should be something like this<li class="last scrollTo">
<a href="#kontakt">
<span> Kontakt </span>
</a>
</li>
when using the joomla menu link css class option, it shall apply on the anchor element <a>, not on the list element <li><li class="last">
<a href="#kontakt" class="scrollTo">
<span> Kontakt </span>
</a>
</li>
this gives the problem because the scroll plugin looks for the url on the link with the css class scrollTo, or here this is not a link
hope you understand
now you must ask for support about this bad menu structure to JSN ...
Joomlack Webmaster and Developer
The following user(s) said Thank You: marvays
Please Log in or Create an account to join the conversation.
8 years 5 months ago #38381
by marvays
Replied by marvays on topic Conflict with google maps
nice. i solved it. in this position i make new html module with html text with links. now it work very good. thx
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds