Shape 5

Joomla Templates => Velocity - Club => : covprod10 July 07, 2014, 12:09:46 PM



: (SOLVED) MijoShop menu bar conflicting with Velocity menu
: covprod10 July 07, 2014, 12:09:46 PM
Hello,
I am building an overhauled website with the Velocity template, and I am having a problem with the menu bar of my MijoShop store showing through the top menu bar when you scroll down on the page. I have attached a screenshot of the problem.
Here is the URL to see the problem live: http://chalcedon.org/new/store (http://chalcedon.org/new/store)

I'm guessing that the CSS is conflicting somehow, but I'm not sure what the problem is and how to fix it.

Evan


: Re: MijoShop menu bar conflicting with Velocity menu
: mikenicoll July 07, 2014, 10:23:18 PM
Hello,

For some reason they are using a 99 z-index value on those elements. They should be able to scroll behind the floating menu bar with the rest of the site. You can override their z-index by adding this to the custom.css file

#header_oc {
  z-index: 1 !important;}

-Mike


: Re: MijoShop menu bar conflicting with Velocity menu
: covprod10 July 08, 2014, 09:19:06 AM
Thank you! That fixed it completely.
Evan


: Re: (SOLVED) MijoShop menu bar conflicting with Velocity menu
: covprod10 July 08, 2014, 09:29:09 AM
I also have a problem with the scroll to top button at the bottom of the template. On the home page it works perfectly, but on any other pages it takes you back to the home page. Instead of adding #s5_scrolltotop to the actual URL, it takes you back the the root/#s5_scrolltotop. Any ideas on why that might be happening?

Example page: http://chalcedon.org/new/about-chalcedon (http://chalcedon.org/new/about-chalcedon)


: Re: (SOLVED) MijoShop menu bar conflicting with Velocity menu
: mikenicoll July 08, 2014, 07:26:50 PM
Hello,

Sounds like that might be an issue with your servers SEF settings. Try disabling SEF URLs and URL Rewriting in the Global Configuration to see if that helps.

-Mike


: Re: (SOLVED) MijoShop menu bar conflicting with Velocity menu
: covprod10 July 09, 2014, 02:43:17 PM
It was my SEF component. I use MijoSEF, and the problem was with base href generation. I just changed the setting to use the generated URLs, and it works flawlessly!

Thank you for your help! Y'all are the best.

Evan


: Re: (SOLVED) MijoShop menu bar conflicting with Velocity menu
: mikenicoll July 09, 2014, 06:58:21 PM
NP

-Mike