Forum Replies Created

Viewing 15 posts - 871 through 885 (of 1,451 total)
  • Author
    Posts
  • in reply to: I want my site’s menu bar to be sticky. #152422
    Psink
    Keymaster

    Currently, there is 15px margin-right value for these lines of code in additional CSS

    @media screen and (min-width: 1024px)
    .main-navigation ul.nav-menu > li {
    margin-right: 15px;
    }

    can you please make it -10px so that it menu and logo will align on the same line

    See the difference in screen record
    https://www.awesomescreenshot.com/video/4090806?key=f944b2735b43a4cca8868f48b21f91ca

    and add this CSS for menu item hover color – since current hover color did not match for gold background-color

    .main-navigation ul#primary-menu li.current-menu-item > a, .main-navigation ul#primary-menu li:hover > a, .main-navigation ul#primary-menu li:focus > a {
    opacity: 0.8;
    color: #fff;
    }

    Regards,

    in reply to: I want my site’s menu bar to be sticky. #152421
    Psink
    Keymaster

    Hello James

    Please follow the screen record
    https://www.awesomescreenshot.com/video/4090806?key=f944b2735b43a4cca8868f48b21f91ca

    and add this css to make background color gold transparency

    
    @media screen and (min-width: 1024px){
    .fixed-header #masthead.nav-shrink {
        background-color: #f3b01aad;
        padding: 10px 0;
    }
    }
    

    Regards,

    in reply to: Critical Errors #152417
    Psink
    Keymaster

    Hello

    Since we are totally unfamiliar with Relevanssi plugins. We have no idea how its works. Can you please report this issue to the Relevanssi plugin author. Maybe they will help you

    https://www.relevanssi.com/support/

    Regards,

    in reply to: Titles not showing on posts and pages #152416
    Psink
    Keymaster

    Hello resmarthome

    Can you please explain in more detail your issue?

    Regards,

    in reply to: SLIDER NOT DISPLAYING #152415
    Psink
    Keymaster

    Can you please share your site URL?

    Regards,

    Psink
    Keymaster

    Also, add this CSS to align the menu and logo at the same line

    
    @media screen and (min-width: 1024px){
       .main-navigation ul.nav-menu > li {
            margin-right: 0px;
        }
    }
    

    Regards,

    Psink
    Keymaster

    Please remove the previous CSS and add this one

    
    .home #inner-content-wrapper,
    .home.no-sidebar #inner-content-wrapper{
        display:none;
    }
    

    Regards,

    Psink
    Keymaster

    Hello James,

    Please add this CSS in the additional CSS

    
    .home #inner-content-wrapper{
    	display:none;
    }
    

    Regards,

    in reply to: How to delete food pictures in Menu Template? #152377
    Psink
    Keymaster

    Hello

    Really sorry, it’s been too late to reply. Anyway Please add this css in Additional CSS to delete food images form menu template

    
    #todays-menu .page-decoration,
    #breakfast .page-decoration,
    #lunch .page-decoration,
    #lunch img.fruit,
    #lunch img.fruit-1 {
        display: none;
    }
    

    Regards,

    in reply to: Critical Errors #152374
    Psink
    Keymaster

    Hello

    Did you use any plugins to manage pdf files? Also, how did you manage to show pdf files in search results

    Regards,

    in reply to: problem #152329
    Psink
    Keymaster

    Can you please check the theme version on your site? If it’s less than the latest version 1.2.6, please update it to the latest version.

    Regards,

    in reply to: Unable to access Please Theme #152309
    Psink
    Keymaster

    We have check-in our demo sites there is no such issue in the theme, maybe it’s causing due to third parties plugins

    Some plugins may cause a huge issue in the theme so, can you please disable all the third parties plugins except for the recommended one and check if these errors show again after disabling all other third parties plugins?

    Regards,

    in reply to: Change Header Menu’s Shape #152307
    Psink
    Keymaster

    Can you please share your site URL?

    Reagrds,

    in reply to: Tour details doesn’t show? #152271
    Psink
    Keymaster

    Hello There

    It seems the issue is from WP Travel Plugin.

    Please add this CSS in the additional CSS – this will solve the issue

    
    .clearfix:before,
    .clearfix:after {
        clear: both;
        content: "";
        display: table;
    }
    

    Also can you please report this issue to the WP Travel support
    https://wptravel.io/contact/

    Regards,

    in reply to: Critical Errors #152239
    Psink
    Keymaster

    Hello

    Can you please share your site URL and some of the reference screenshots of the issue?

    Regards,

Viewing 15 posts - 871 through 885 (of 1,451 total)