Forum Replies Created

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

    in reply to: Strange Menu Behavior #149994
    Psink
    Keymaster

    Add this Css in the theme

    
    .page-id-2999 #sidebar-primary {
        display: none;
    }
    
    .page-id-2999 #primary {
        width: 100%;
    }
    

    Regards,

    in reply to: Multiple pictures in header? #149987
    Psink
    Keymaster

    Hello Dora

    There may issue with the theme or maybe be other technical reasons.

    You may better get support

    Regards

    in reply to: Confusion with Signify Pro versions #149906
    Psink
    Keymaster

    HELLO alamas

    We have released the new update by adding an education demo. Please reset the WordPress before you import the education demo otherwise post will repeat

    regards

Viewing 15 posts - 931 through 945 (of 1,451 total)