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 - 901 through 915 (of 5,207 total)
  • Author
    Posts
  • in reply to: Moved site – Theme not working #66642

    Hi @rohitarghya,

    Do you mean the ‘Mags’ Theme here?

    If you are confused about setting up the front page template then please go through documentation linked below.
    https://www.themehorse.com/theme-instruction/mags/#frontpagetemplate

    Thanks

    Hi @dunde,

    We didn’t understand what you are trying to say. From where you used the option “1 article show”?. As we saw the site you have shared is working well. Can you please clarify more about the issue you are facing.

    Thanks

    in reply to: Change site title font and size? #66640

    Hi @jake-3565,

    To make the site title bigger, darker and font weight to normal then please go to the Appearance > Customizer > Ambition Theme Options > Custom CSS and paste the below custom css code.

    #site-title {
    font-weight: normal;
    }
    
    #site-title a {
    color: #000000;
    }
    
    @media (min-width: 768px) {
    #site-title {
    font-size: 30px;
    }
    }

    You can change the above font size from 30px to any as you desired.

    Thanks

    in reply to: Main Stories Slider Toggle Idea #66633

    Hi @alanduncan296,

    Sorry you cannot show videos on image thumbnails, even not in the slider. If you really want to show Youtube video then you can use the ‘Video Widget’ from where you can easily show the youtube videos by inserting Video url.

    Thanks

    in reply to: Logo does not appear in posts #66542

    Hi @forum80,

    It’s great you solved the issue. Anyways please Let us know of you have any queries regarding the theme.

    Thanks

    in reply to: Wider images than paragraphs? #66446

    Hi @jack3,

    Sorry for late response due to some unavoidable circumstances. Please Update the theme to the latest Version. Its has got the Support for Gutenberg. The block features of New WordPress. Please login to your account to access the latest version of theme.

    Also to make the images wider than the content then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .page-template-default .col-lg-8.content-area .type-page .entry-content,
    .page-template-default .col-lg-8.content-area .type-post .entry-content {
    	padding-left: 70px;
    	padding-right: 70px;
    }
    .page-template-default .col-lg-8.content-area figure.wp-block-image {
    	max-width: calc(100% + 140px);
    	margin-left: -70px;
    	margin-right: -70px;
    }
    .page-template-default .col-lg-12.content-area .type-page .entry-content,
    .page-template-default .col-lg-12.content-area .type-post .entry-content {
    	padding-left: 150px;
    	padding-right: 150px;
    }
    .page-template-default .col-lg-12.content-area figure.wp-block-image {
    	max-width: calc(100% + 300px);
    	margin-left: -150px;
    	margin-right: -150px;
    }
    @media only screen and (max-width: 991px) {
    	.page-template-default .col-lg-8.content-area .type-page .entry-content,
    	.page-template-default .col-lg-8.content-area .type-post .entry-content,
    	.page-template-default .col-lg-12.content-area .type-page .entry-content,
    	.page-template-default .col-lg-12.content-area .type-post .entry-content {
    		padding-left: 70px;
    		padding-right: 70px;
    	}
    	.page-template-default .col-lg-8.content-area figure.wp-block-image,
    	.page-template-default .col-lg-12.content-area figure.wp-block-image {
    		max-width: calc(100% + 140px);
    		margin-left: -70px;
    		margin-right: -70px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.page-template-default .col-lg-8.content-area .type-page .entry-content,
    	.page-template-default .col-lg-8.content-area .type-post .entry-content,
    	.page-template-default .col-lg-12.content-area .type-page .entry-content,
    	.page-template-default .col-lg-12.content-area .type-post .entry-content {
    		padding-left: 50px;
    		padding-right: 50px;
    	}
    	.page-template-default .col-lg-8.content-area figure.wp-block-image,
    	.page-template-default .col-lg-12.content-area figure.wp-block-image {
    		max-width: calc(100% + 140px);
    		margin-left: -50px;
    		margin-right: -50px;
    	}
    }
    @media only screen and (max-width: 575px) {
    	.page-template-default .col-lg-8.content-area .type-page .entry-content,
    	.page-template-default .col-lg-8.content-area .type-post .entry-content,
    	.page-template-default .col-lg-12.content-area .type-page .entry-content,
    	.page-template-default .col-lg-12.content-area .type-post .entry-content {
    		padding-left: 0;
    		padding-right: 0;
    	}
    	.page-template-default .col-lg-8.content-area figure.wp-block-image,
    	.page-template-default .col-lg-12.content-area figure.wp-block-image {
    		max-width: 100%;
    		margin-left: 0;
    		margin-right: 0;
    	}
    }

    Thanks

    in reply to: Attitude Pro – Left and Right Sidebars are not working #66435

    Hi @jtlarsen,

    Can you please share us your site Url so that you can figure out the actual issue.

    Thanks

    in reply to: Top Bar Navigation option missing #66434

    Hi @restyumali-sl,

    Our theme doesn’t have option to show and hide the Navigation bar. May be some customized codes or plugins might have affected the navigation bar. Please share us your Site Url so that we can figure out the issue.

    Thanks

    in reply to: Unable to Add Related Posts Section after A post. #66428

    Hi @karnapriyanews,

    Our theme doesn’t have a features of showing related posts after every post ends. May be you are using some plugin for it and the plugin might not be compatible or some other thing. Anyways can you share us your site Url so that we can try figure out the issue.

    Thanks

    in reply to: Footer Featured Post NewsCard #66427

    Hi @restyumali-sl,

    We don’t think the theme has inbuilt issue on layout. Please once check the theme demos [ here ]. And Let us know if the demos are also having the same kind of issue. If not then some customized codes or the plugins might have affected the layout. You can share us your site Url so that we can figure out the actual issue.

    Thanks

    in reply to: Not Full Width #66426

    Welcome anytime 😉

    in reply to: How to add blank lines #66338

    Then You can use ‘Spacer’ under ‘layout Elements’. There you can set to the desired height of space on right side block option of page/post editor.

    Thanks

    in reply to: Cropping featured images #66288

    Hi @dunde,

    As per the theme the max image size to be used is 840*505. so it would be better to use this size for better image quality.

    Thank you

    in reply to: Home Page: Using the Same Category Multiple Times #66244

    We do understand your requirement but currently our theme is not coded in that way. Yes you manually have to update the post under Sub categories (Child Categories). If you want the same way as you said then you need to hire a developer to customize the code as your requirement.

    Thanks

    in reply to: Home Page: Using the Same Category Multiple Times #66154

    Hi @brett-0288,

    Yes it is possible to show the different post of same categories without making duplicate. First you need to create the categories under the same parent category. You can create the categories from the ‘categories’ link under the ‘Post’ Tab on Dashboard. After creating categories under the same parent category then you need to set those child categories on the desired post of same category from the post editor. Then you will find those child categories list on the categories dropdown list on every widgets and option on customizers. This will help to show the posts without duplicate.

    Thanks and hope you will upgrade the theme to the premium one. As the Premium theme have lots of more features that you will surely love.

Viewing 15 posts - 901 through 915 (of 5,207 total)