Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,451 total)
  • Author
    Posts
  • 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,

    Psink
    Keymaster

    We will be releasing a new update may be at end of the day by adding a typography option for sections sub heading. Please update the theme after we release it. In the new update, you will be able to change the font for the subheadings.

    You will find the options called “Choose Sub Heading Typography” inside typography options

    Regards

    in reply to: How to purchase education hub pro #150483
    Psink
    Keymaster

    Hello Emmanuel

    For a purchasing related query please send a message directly through our contact form

    https://themepalace.com/contact-us

    Regards,

    Psink
    Keymaster

    Can you please share a screenshot marking the title you want to change font?

    regards,

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

    Can you please in which page does booking btn is not visible. I have checked your site and I can see booking btn is visible in a single trip page in mobile page too.

    here is the reference screen record
    https://www.awesomescreenshot.com/video/3757912?key=c66b8961fc5df66ff32bd3cb2293a0c4

    Can you please elaborate in more detail on the issue?

    Regards,

    in reply to: Unable to see page images. #150443
    Psink
    Keymaster

    Page Images means, is it the image just below the header menu

    Please check this screen record this may help you
    https://www.awesomescreenshot.com/video/3757912?key=c66b8961fc5df66ff32bd3cb2293a0c4

    Regards,

    in reply to: Different header images #150441
    Psink
    Keymaster

    Hello Fauzia

    There is Header Media option in the theme

    Please watch the screen record
    https://www.awesomescreenshot.com/video/3757679?key=9fdf4c739ce6d5ab317e96c8ffbd01ca

    regards,

    in reply to: How to update Travel Ultimate Pro theme #150365
    Psink
    Keymaster

    please check your license is activate or not. To check license Go to Admin panel >> Appearance >> Theme License

    If you have not activated it yet, please put the theme license there

    After license activation go to Appearance >> Themes – there you will get the options for the theme update

    Regards,

    Psink
    Keymaster

    please add this css to align the logo at the center

    
    .site-branding {
        float: left;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    

    Regards,

Viewing 15 posts - 916 through 930 (of 1,451 total)