Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 1,544 total)
  • Author
    Posts
  • 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,

    in reply to: Trip Facts #150362
    Psink
    Keymaster

    we will update the theme by today evening time. Please update the theme after it’s release

    Regards,

    in reply to: Trip Facts #150276
    Psink
    Keymaster

    Hello

    Yes, I can see there is repeating of content. Please add this CSS to avoid it

    
    #wp-travel-content .tour-info:nth-child(4) {
        display: none;
    }
    
    .wp-travel-trip-meta-info .no-border:first-child {
        display: none;
    }
    
    

    Add this in additional css

    Regards

    Psink
    Keymaster

    Please you can update the theme form there will not lose the data. In case if you have added custom code in the theme then only those codes will be lost. Data will remain the same only the theme files will updates

    Regards,

    in reply to: WHITE SPACES #150273
    Psink
    Keymaster

    Hello

    Sorry, we cannot put any widgets there. Because it is not a widget area it’s a whole section.
    We cannot change anything there it is all set.

    Regards,

    Psink
    Keymaster

    Please check your license is activate or not on the site. To check License go to appearance >> Theme License

    If the license is active already, you will see an update indicator as in screenrecord
    https://www.awesomescreenshot.com/video/3710979?key=9aef52e957947d20acb102d48435aab2

    And this css in additional css to fix menu align

    
    @media screen and (min-width: 1024px) {
    	.main-navigation ul li > ul,
    	.main-navigation ul li:hover > ul,
    	.main-navigation ul li.focus > ul {
    	    left: 0;
    	    right: auto;
    	}
    	.main-navigation ul ul li > ul,
    	.main-navigation ul ul li:hover > ul,
    	.main-navigation ul ul li.focus > ul {
    	    left: 100%;
    	    right: auto;
    	}
    	#masthead .main-navigation ul ul li a svg {
    	    -webkit-transform: rotate(-90deg);
    	    -moz-transform: rotate(-90deg);
    	    -ms-transform: rotate(-90deg);
    	    -o-transform: rotate(-90deg);
    	    transform: rotate(-90deg);
    	}
    }
    

    Regards,

    in reply to: WHITE SPACES #150164
    Psink
    Keymaster

    Hello

    Try This Css

    
    .home .recent-events,
    .home .recent-news {
        width: 100%;
    }
    
    .home .news-post img {
        width: 100%;
    }
    
    

    Regards,

    in reply to: Header image on frontpage/homepage #150142
    Psink
    Keymaster

    Hello

    It is not available for the free version. You will require to get a pro license

    regards,

    in reply to: SIZE OF THE IMAGES OF NEWS #150083
    Psink
    Keymaster

    Hello

    Please try this css

    
    .news-post img {
        height: 200px;
    }
    

    Hope it will help

    Regards,

    Psink
    Keymaster

    Hello Ronit

    Regarding Testimonial and Team section, currently, there are no options for auto slide. But no worries we will release the theme by tomorrow’s day time. Please update the theme and you will be able to turn on auto slides in the team and testimonial section

    Regarding the theme menu, Can you please share your site Url? We will check and provide you a CSS to fix drop-down sub-menu position issue

    Regards,

    in reply to: SIZE OF THE IMAGES OF NEWS #150079
    Psink
    Keymaster

    Can you please share your site URL?

    Regards,

    in reply to: Trip Facts #150078
    Psink
    Keymaster

    can you please share your site URL?

    regards,

    in reply to: icons #150068
    Psink
    Keymaster

    No, it is not possible to use png for the menu icon

    regards,

Viewing 15 posts - 1,021 through 1,035 (of 1,544 total)