scrambler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideYou also need to adjust the margin left from 210 to 280px in the rule
.menu-add {margin-left:280px !important;}Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideThese z-index can be a pain 🙂
The last thing to remove to align the menu and the image is
#nav-bottom-menu {margin-top:-30px;}Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideIf you really cannot find the rule, add the one below to cancel it
#wrap-header #nav-bottom-menu {z-index:auto;}Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideThis is not the rule I am speaking of…
can you see a rule
#wrap-header #nav-bottom-menu {position:relative;z-index:95;}Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideYou still have the rules
#wrap-header #nav-bottom-menu {position:relative;z-index:95;}Did you add that rule as I don’t believe it comes from weaver. It would either be in the Custom CSS Rule box, or one of the CSS+ boxes in the menu page
You need to remove that
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sidefirst select position left in MAin Options > HEader > Header Image > Image Layout drop down list
Then I think you are the one who added
#wrap-header #nav-bottom-menu {position:relative;z-index:95;}You need to remove that rule and instead add
.menu_bar div {position:relative;z-index:200;}You should also be able to remove the rule
#branding {z-index:100;}Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-side#sidebar_header {overflow:visible;}
#sidebar_header .header-widget {padding-bottom:0;margin-bottom:0;}yes and this is because you used the Horizontal header widget area. You must have read a post I made on the Weaver forum because you added
#sidebar_header {overflow:visible;}
#sidebar_header .header-widget {padding-bottom:0;margin-bottom:0;}which is to remedy an overlay issue with that widget area, but because you are actually bringing your menu up over the widget area, it does not suffice.
The best would be to simply use the header image. You can use the same image and check the option in MAin Options > HEader > Header Image > Use actual image size
Just getting rid of the Header Horizontal Widget area and putting your image as the header image may be all you need, or we may need to re tweak the menu.It will be easier to see once you have the header image in place
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sidein the future, you may want to post directly in weaver’s forum
http://forum.weavertheme.com/Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideIf what you mean is that you want the image in the Horizontal header widget area to be above the menu bar, the #branding has a z-index of 2 , and #nav-bottom-menu has one of 95, so you need to add the following to the Custom CSS Rule box
#branding {z-index:100;}
To clear that. I believe your z-index:500 rule has no use so you can get rid of it.
But this is not a responsive design. If you shrink your browser size, you will see the content of your menu bar slide under the image and disappear.
To avoid that problem, also add
.menu-add {margin-left:210px !important;}
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideIf the link you provided is what you want it to look like, you can put the code for your image in Main options > Menus > Add HTML To menu bar section > Add HTML To left box.
After that if you need help fine tuning, we need the link to your page so we can be more specific
Forum: Themes and Templates
In reply to: [Weaver II] replace header image with the one in searched pageStill not 100% clear 🙂
But When doing a search, the header image on the search page is the main header image of the site, not the one from the search results. The reason is that you may get more than one page in the search results.
So does the page in question uses the main site header image (the one for all pages), or does that page uses a different header image specific to that page. If so, it is normal that when searching the page, the search page result do not show that page header image as explained above.
Ultimately, we need a link to the pages in questions to be sure of what you mean and may be going on.
Forum: Themes and Templates
In reply to: [Weaver II] replace header image with the one in searched pageI am not sure of what you mean, can you elaborate a bit more about the scenario you have in mind.
Forum: Themes and Templates
In reply to: Need Different background image for some Pageshave a look at this tip page on the weaver forum, it gives you everything you need.
http://forum.weavertheme.com/discussion/2648/changing-the-background-image-for-a-specific-page#Item_5In general you will get faster support on the weaver forum
Forum: Themes and Templates
In reply to: [Weaver II] Tag cloud link results not showing featured imagesSounds like you may want to ask the plugin developer if this is the way his plugin is designed to work.
Forum: Plugins
In reply to: [Unique Headers] headers displaying inconsistentlyYou should explain what you are trying to achieve.
If you are trying to have a different header image on specific pages, Weaver has several mechanisms for that, so you may not need that plugin.
On any given page, selecting a featured image that is as wide as the theme will automatically replace the header image for that page.
If you want to select a different header image for specific page types, like certain category pages or other, you can use Weaver Filter box to do that as explained in the thread below.
http://forum.weavertheme.com/discussion/8003/infos-and-examples-for-custom-css-rules-part-10#Item_3
under Adding filters to change header image for different types of pages