× Forum for the GPXTrackMap Content Plugin for Joomla! 2.5 and 3.x

map before sub menu

droogers replied the topic: map before sub menu

10 years 8 months ago

thanks for your help. Now it works.

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

fingeradmin replied the topic: map before sub menu

10 years 8 months ago

Hoi Johan,

i found a solution that should work. The problem is the z-order of the elements in your template.

In your template.css file, goto line 1550:

.art-post {
padding: 5px;
}

Change that to:

.art-post {
padding: 5px;
position: relative;
z-index: 0;
}

That way, the article content will be lower in the z-order than your menu,
so the menu will be rendered above the map instead of behind it.

hth & cheers, Frank

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

fingeradmin replied the topic: map before sub menu

10 years 8 months ago

Hello,

and sorry the late reply, i only just saw your message...

Can you provide a link where i can see the site?
(in a private mail if you like).

Usually I need to see the source code to find out
what's wrong...

cheers, Frank

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

droogers created the topic: map before sub menu

10 years 8 months ago

Hello,

I have a joomla site with a menu above the article. When I click on the menu there become a submenu what is visible before the article. This works great on my whole site.
When I use the GPX map in an article there is a problem. The submenu isn't visible then. You only see the map. Is it possible to place the submenu before the map ?

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

Powered by Kunena Forum