badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 931 through 945 (of 5,207 total)
  • Author
    Posts
  • in reply to: Missing post title #65646

    Hi @gabriele-carbonai,

    Sorry for Late Response because of some unavoidable circumstances. We found you have fixed the issue? Now there’s Title on every post Right??.

    Late us know if you any other issues regarding the theme

    Thanks

    in reply to: General settings #65514

    Great it Worked. it won’t be complicated next time. we will minor update the code for it in our upcoming theme Update.

    Thanks

    in reply to: Newscard 1.2.0 drop down menu is not working on Iphones #65512

    Hi @steve-2171,

    You have changed the theme from ‘Newscard’ to any other. We can’t figure out the issue until u won’t activate the Newscard theme.

    Thanks

    in reply to: Featured Slider Dimensions #65511

    No you cannot change the width of Featured Slider. The width of slider will auto fit to any of the screen sizes.
    And which banner you are talking about. As the banner and Featured Slider is same thing for this theme. If you want to change the height of Featured Slider then please change the value of ‘min-height’ in the previous provided code.

    Thanks.

    in reply to: Missing post title #65431

    Hi @gabriele-carbonai.

    Can you please share us your site url so that we can figure out the actual issue. Image is not enough to detect the issue.

    Thanks

    in reply to: Kudos! Great Theme! #65398

    Thank you so much @restyumali-sl. The appreciations from you guys for the theme always inspires and motivates us.

    If you have any queries about the theme then please let us know. Have a Good time.

    Thanks

    in reply to: Featured Slider Dimensions #65374

    Yes definitely. You can change it as you desire.

    Thanks

    in reply to: Featured Slider Dimensions #65357

    We have made the codes to decrease the height of Featured Slider in desktop, tablet and mobile size screen according to your site. So please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .featured-slider.featured-slider-style-4 .post-img-wrap:before {
    	padding-top: 35%;
    	min-height: 550px;
    }
    @media (max-width: 767px) {
    	.featured-slider.featured-slider-style-4 .post-img-wrap:before {
    		min-height: 470px;
    	}
    }
    @media (max-width: 575px) {
    	.featured-slider.featured-slider-style-4 .post-img-wrap:before {
    		min-height: 400px;
    	}
    }

    Thank you

    in reply to: Featured Slider Dimensions #65349

    Hi @lestertucker,

    Can you please provide us your site Url so that we can provide you the suitable codes to featured slider according to your site. As the theme have 5 variations of Featured slider and they have different codes for dimension.

    Thanks.

    Hi @jackwilkins,

    We have coded the slider in a responsive way. The slider images are in a covered position so that it gets fit on every devices. Images cannot be set in a fixed ratio because for the larger screens the slider is in horizontal dimension where as for the smaller screens the slider is in vertical dimension. Even the height of slider gets slightly changes in every devices according to the ratio of its screen sizes and if the slider is made horizontal dimension even in the smaller screen then the content of every slider will be overflowed and the design of site will get messed up.

    Thanks

    in reply to: Social Media Buttons on NavBar? #65288

    Hi @lestertucker,

    Sorry you cannot show the social links on Navbar. As it is the new feature for theme so you need to hire a developer for code customizations.

    Thanks you.

    in reply to: General settings #65269

    ok if the site is working well then forget removing those code. after all it won’t affect the site in anyway.

    you can go to the post/page editor of those post/page and please try to type at least a ‘space’ (space from a keyboard) in the right side of the excerpt panel. It will help removing those 3 dots.

    Thanks

    Hi @lestertucker,

    To hide the Page title then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .page .entry-header {
    	display: none;
    }

    Thanks

    in reply to: Search Bar function in Nav Bar #65261

    Hi @lestertucker,

    To remove the search from Navbar then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .navbar .search-toggle {
    	display: none;
    }
    .navbar-main {
    	padding-right: 0;
    }

    Thanks

    in reply to: Mobile Logo display #65017

    Hi @ravy-ht,

    Can you please share us your logo url so that we can provide the custom css code according to your logo.

    Thanks

Viewing 15 posts - 931 through 945 (of 5,207 total)