Home › Forums › WordPress Themes – Premium › Lavish Pro › Posts page
Hi – I love the Lavish Pro theme and using page builder but I’m having a problem with the posts page. I set the static front page to home and post page to blog (which I need to do). But then page builder doesn’t NOT show up on the Post edit page. So I can’t add the revolution slider that shows up on all other pages or edit the look of the posts page. I assume this who it normally behaves. Thanks, Jana
Hi Jana germano,
If you are using page builder plugin they might provided with text widgets where you can keep shortcode from revolution slider. If this doesn’t help then you can keep revolution shortcode on to Banner sidebar, keeping on text widgets. Then you can use widget visibilit module from jetpack to show and hide sidebar on specific pages.
Let us know if you got any problems with this.
Thanks
Hi – the trouble is nothing is showing under my posts page so I can’t do your suggestions. (see screenshot).
And now what I also have to fix the menu (I think it’s called the mobile menu?) because there are 2 of them (see screenshot) – one a crude black one that I want to get rid of. The bright blue one I like but I can NOT find anyplace to change the colors of this one. Thanks!!
Hi – here’s the menu attachment thats didn’t send.
Sorry – the last attachment didn’t show the problem.
Hi Jana,
This might happens due to the setting issue on live composer. We had tested our theme and doesn’t see any such issue. You can try by assigning menu on primary menu. You can find lots of tutorial on Live composer here:
https://www.youtube.com/watch?v=geY-qCoOggo&list=PLWBHZuzBG5rnspxaRDTxxnZmueJy2qKdp
We had reviewed your site and it’s on maintenance mode. So it is difficult for us to find the exact issue. If you could make your site live while testing, then we can do something on this issue.
Thanks
Thanks for sending the video but it’s pretty basic and didn’t address my questions. My menu is set as primary menu – still can’t find out where to change the color of the lines in the mobile version.
I’ve taken maintenance mode off the site if you could also take a look, I’d appreciate it!
Hi Jana,
There are lot’s video regarding to live composer, you can get help from that video. We had gone through you site and found that there is another button on footer which is rendering menu button. This might happen if you had added those code or third party plugin is adding on footer. Please check by deactivating plugin or see the setting from page builder. Here is the code which is causing the issue:
<button id="responsive-menu-button" class="responsive-menu-button responsive-menu-accessible responsive-menu-boring" type="button" aria-label="Menu"><span class="responsive-menu-box"><span class="responsive-menu-inner"></span></span></button>
We request to consult to respective author if you are having issue other than our theme, so they can guide you on better way.
Thanks
Thanks for your help. This solved the extra weird menu. The bright blue and red mobile menu, though, comes with the Lavish Pro theme and I can’t find where I can change the colors on the theme’s menu.
Hi Jana,
You can use this css for changing color of mobile menu:
@media screen and (max-width: 1030px) {
a.toggle_button_lavish_menu {
color: red;
}
}
Note: Change the color value as per your requirement.
Thanks
I used this code to change the mobile menu color and it changed the initial color but NOT the rollover/active colors, which are still red:
@media screen and (max-width: 1030px) {
a.toggle_button_lavish_menu {
color: red;
}
}
Thanks
Hi there,
You need to write specific css for active hover and focus condition also. Here is the css for this:
@media screen and (max-width: 1030px) {
a.toggle_button_lavish_menu:focus,
a.toggle_button_lavish_menu:active,
a.toggle_button_lavish_menu:hover {
color: black;
}
}
Note: Please keep css provided on previous reply and this one to change color of mobile menu.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.