Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 1,549 total)
  • Author
    Posts
  • in reply to: Video Header Doesn’t Show On Mobile Device #151041
    Psink
    Keymaster

    Hello Becca

    The video header is not displayed on small mobile devices because speed and bandwidth are usually considerations on phones. This is the default feature of WordPress.

    Regards,

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

    Hello

    Can you please share reference screenshot, which images you want to remove from menu pages cause there is may food images in that page.

    I have checked the demo of yummy pro and I did not see any burger picture in the reservation page.

    It would be easy if you share your dashboard login details.

    Please share through our contact form
    https://themepalace.com/contact-us

    Psink
    Keymaster

    Hello Dustin

    Please go to Admin Panel >> Settings >> Permalinks -> select plain, and click on save changes

    Regards

    Psink
    Keymaster

    Hello epn

    Add this css to remove post navigation from the pages

    
    .post-navigation {
        display: none;
    }
    

    Regards,

    in reply to: No sections will activate #150882
    Psink
    Keymaster

    Hello There

    Can you check if the homepage is set or not. For that got to dashboard >> appearance >> customize >> Homepage setting

    Check this screen record for reference
    https://www.awesomescreenshot.com/video/3848755?key=c753195697a2673a133b17fb832a2ada

    Regards,

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

    hello there

    Can you please share the URL of the page where you want to delete food pictures?

    we will provide you some few lines of CSS to solve the issue

    regards

    in reply to: My front page skider #150880
    Psink
    Keymaster

    Hello Thor

    Can you please share some of the reference screenshots? it would be easy to figure out actual issue

    regards,

    in reply to: LOGO #150709
    Psink
    Keymaster

    Hello

    Can you please check your site? I have fixed the issue

    Regards,

    in reply to: LOGO #150702
    Psink
    Keymaster

    Hello

    can you please share your site login? To verify the issue behind the button not display

    Please share through our contact form
    https://themepalace.com/contact-us

    in reply to: Display blog post #150655
    Psink
    Keymaster

    Hello Karine,

    Yes, there is a way to show the latest articles from multiple categories on the homepage.

    I have visited your site, you are using the custom page for the homepage. I would like to recommend using default homepage sections to build a homepage.

    let us say, you want to show different categories for different sections. In this matter, there is an option called “Content Type” in each section, you can select “category” there. This will show the latest post of that category each time you add a post.

    and also you can leave the category empty this will show the latest post of every category.

    Please watch this short screen record may this will help you

    Regards,

    in reply to: LOGO #150654
    Psink
    Keymaster

    Hello

    I guess “More Button Text” label is empty. Can you please the “More Button Text” label in the service section option for each service

    regards

    in reply to: LOGO #150611
    Psink
    Keymaster

    Hello

    Add this css in additional css

    
    .header-style-two .site-header .site-header-main .wrapper .site-identity {
          min-width: unset;
    }
    

    Regards,

    Psink
    Keymaster

    Hello

    Try this css to align the menu sub-menu at the right side

    
    @media only screen and (min-width: 75em){
    .navigation-classic .main-navigation ul ul li:hover>ul, .navigation-classic .main-navigation ul ul li.focus>ul {
    	    left: 100%;
    	    right: auto;
    }	
    .navigation-classic .main-navigation ul li:hover>ul, .navigation-classic .main-navigation ul li.focus>ul {
    	    left: 0;
    	    right: auto;
    }
    
    .navigation-classic .main-navigation ul ul .menu-item-has-children>a:after, .navigation-classic .main-navigation ul ul .page_item_has_children>a:after {
        -webkit-transform: rotate( 270deg );
    	    -moz-transform: rotate(270deg);
    	    -ms-transform: rotate(270deg);
    	    transform: rotate( 270deg);
    	}
    }
    

    Add above css in the additional css

    regards,

    in reply to: Booking Button not visible on mobile #150541
    Psink
    Keymaster

    Hello

    Please add this css in the additional css to show booking btn on mobile screen

    
    @media (max-width: 991px){
    	.wp-travel-booking__panel-bottom{
    		display: block;
    	}
    	.wp-travel-booking__panel-bottom .left-info{
    		padding-right: 20px;
    	}
    	.wp-travel-booking__panel-bottom .right-info {
    	    padding: 20px 0 40px 0px;
    	    text-align: left;
    	}
    }
    

    After adding this you will get a booking button at the bottom of the page

    Regards,

    in reply to: Error message #150509
    Psink
    Keymaster

    Hello There

    Usually, the ‘directive’ error is shown when there is no access to the files or folders

    Please see this link – this may help you to solve the issue
    https://wordpress.org/support/topic/an-error-occurred-while-processing-this-directive-after-wordpress-4-8-update/

    Regards,

Viewing 15 posts - 1,006 through 1,020 (of 1,549 total)