StyledThemes

Posts page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #41945
    jana
    Participant

    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

    #41956
    Sushil Adhikari
    Moderator

    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

    #41962
    jana
    Participant

    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!!

    Attachments:
    You must be logged in to view attached files.
    #41964
    jana
    Participant

    Hi – here’s the menu attachment thats didn’t send.

    Attachments:
    You must be logged in to view attached files.
    #41966
    jana
    Participant

    Sorry – the last attachment didn’t show the problem.

    Attachments:
    You must be logged in to view attached files.
    #42013
    Sushil Adhikari
    Moderator

    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

    #42032
    jana
    Participant

    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!

    #42033
    Sushil Adhikari
    Moderator

    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

    #42050
    jana
    Participant

    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.

    #42053
    Sushil Adhikari
    Moderator

    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

    #42069
    jana
    Participant

    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

    #42071
    Sushil Adhikari
    Moderator

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.