latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

EnFlow and CMS themes Menu bar z-index issue

Home Forums Community Forum EnFlow and CMS themes Menu bar z-index issue

This topic contains 5 replies, has 3 voices. Last updated by  projectmentor 4 years ago.

Topic Author Topic
Posted: Saturday Dec 15th, 2012 at 11:15 am #34749

When install enFlow or CMS primo theme, the top menu bar obstructs the view of any dropdowns from wordpress user menu bar on the top of the screen. If you scroll the page up using the vertical scroll bar you can reveal the wordpress user menu dropdown. I know support is ending for this product in Jan, but it would be a help if you could help. The version of wordpress i am using is 3.5 example shown in IE 9 but also same in Firefox

List Of Topic Replies

Viewing 5 replies - 1 through 5 (of 5 total)
Author Replies
Author Replies
Posted: Tuesday Dec 18th, 2012 at 1:53 pm #34957
Bruce
Username: Bruce
Staff Member

Hi there,

Try adding the following to your theme’s style.css file:

div#headbar-wrapper {
display: none !important;
}

Posted: Tuesday Dec 18th, 2012 at 1:53 pm #34958
Bruce
Username: Bruce
Staff Member

Hi there,

Try adding the following to your theme’s style.css file:

div#headbar-wrapper {
	z-index: -1 !important;
}
  • This reply was modified 4 years ago by  Bruce.
Posted: Tuesday Dec 18th, 2012 at 7:58 pm #34977

Hi, I tried both of these suggestions but they did not appear to work.

To clarify the problem, when I log into the site as admin there is a wordpress control menu at the very top of the page. When I click on the site name on the left top of the control menu the submenu choices are underneath the theme main menu.

If I use the vertical scrollbar to scroll the page, then the header menu slides over the wordpress control menu but the rest of the page, slides underneath it. Here is seqence of screenshots as vertical slider is moved down.

Notice how the horizontal menu in blue slides OVER the wp-admin control header but the site body slides UNDER the wp-admin control header menu.

First, I tried editing the style.css, file in the ..themes/enflow/enflow directory on the server. Neither one of the suggestions made a difference when I went back to visit the site. The theme still menu obstructs the wordpress header control sub menu drop downs.

Second, I tried adding your code to the theme option for custom CSS, when i tried that, each of the suggestions caused the theme menu to completely disappear from the page.

I upploaded a clean copy of the enflow theme to the server prior to trying each suggestion. What could I be doing wrong?

(Also tried making chages to ..themes/enflow/enflow/colors/default/headbar.css same results.)

Posted: Friday Dec 21st, 2012 at 3:29 am #35208
Staff Member

Hi there. Thanks for the heads up on this thread.

Please add the following CSS to your Theme Options -> Custom CSS.

div#wpf-wrapper { position:relative; z-index:99999; }

Confirmed to work with WordPress v3.4, v 3.5+.

Posted: Friday Dec 21st, 2012 at 12:18 pm #35257

Solved! works perfectly thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.