Posts page
Home › Forums › WordPress Themes – Premium › Lavish Pro › Posts page
- This topic has 11 replies, 2 voices, and was last updated 6 years, 1 month ago by
Sushil Adhikari.
-
AuthorPosts
-
February 2, 2017 at 5:08 pm #41945
jana
ParticipantHi – 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
February 3, 2017 at 7:15 am #41956Sushil Adhikari
ModeratorHi 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
February 3, 2017 at 10:19 pm #41962jana
ParticipantHi – 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!!Attachments:
You must be logged in to view attached files.February 3, 2017 at 10:21 pm #41964jana
ParticipantHi – here’s the menu attachment thats didn’t send.
Attachments:
You must be logged in to view attached files.February 3, 2017 at 10:23 pm #41966jana
ParticipantSorry – the last attachment didn’t show the problem.
Attachments:
You must be logged in to view attached files.February 6, 2017 at 4:57 am #42013Sushil Adhikari
ModeratorHi 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=PLWBHZuzBG5rnspxaRDTxxnZmueJy2qKdpWe 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
February 6, 2017 at 8:39 pm #42032jana
ParticipantThanks 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!February 7, 2017 at 4:45 am #42033Sushil Adhikari
ModeratorHi 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
February 7, 2017 at 5:51 pm #42050jana
ParticipantThanks 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.
February 8, 2017 at 4:45 am #42053Sushil Adhikari
ModeratorHi 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.
ThanksFebruary 8, 2017 at 8:38 pm #42069jana
ParticipantI 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;
}
}
ThanksFebruary 9, 2017 at 4:56 am #42071Sushil Adhikari
ModeratorHi 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
-
AuthorPosts
- You must be logged in to reply to this topic.