badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 5,207 total)
  • Author
    Posts
  • Hi charles3,

    Actually we haven’t tried AMP plugins yet but may be some options of AMP plugin have affected. Because some of our client is already using the Amp and haven’t created such issue. But first we suggest you to ask support from the respective AMP plugin Author for solution.

    Thanks

    in reply to: Width of text in articles (pages) #88928

    Hi bebanhbeolp,

    Actually the Full width layout is itself 100% related to the container. But if you wish to make 100% related to the device screen size then it can be done through provide Additional Custom CSS code.

    Thanks

    in reply to: Make the theme RTL(arabic) #88927

    Then you have to use the multi-language creator/translator plugin to convert the Theme Core Text to any language to prefer. Our theme is Translation Ready so you can translate any word from the theme to any other languages. We suggest you to use multilingual plugin.

    Thanks

    in reply to: Issue with category titled ‘Uncategorized’ #88926

    Hi amitmozar,

    We checked your site and the categories are not turned off. The additional Custom CSS code have been added to hide the categories from being visible. We found our support team have provided you the Custom CSS Code to hide the categories few months ago.

    And for the post that goes to ‘uncategorized’, please check the respective Post and check whether the categories are really unassigned. If unassigned then assign the categories again.

    Thanks

    in reply to: Tech theme #88925

    Hi listoutdoor,

    The theme you are using in your site is not developed by us. Please Consult with the respective Theme Author.

    Thanks

    in reply to: Featured Image size #88924

    Hi RSR

    The Theme doesn’t need the actual size. The Theme is designed to get the images fit and covered according to the layouts. But based on demo we have used 1500px X 300px for Header image, 800px X 480px for Post featured Image and you can use min 400px for Logo. Also it would be better if you compress the image file size before upload. You can find various online Image compressor to compress the Images file size and they won’t affects the quality of images.

    Thanks

    in reply to: Logo & Advertisement Area Smaller #88923

    Hi Steven Bloomfield,

    Though logo and advertisement section is bigger, you can upload the logo and advertisement of any size. If you really need samller sizes then please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS code.

    .navbar-head .col-lg-4,
    .navbar-ad-section {
    	-ms-flex: inherit;
    	flex: inherit;
    }
    .navbar-head .col-lg-4 {
    	max-width: 200px;
    }
    .navbar-ad-section {
    	max-width: 500px;
    }

    Thanks

    in reply to: Text content near at header #88825

    Actually there is a section defined for Site Title and Ad section. The text you mentioned is made centered respective to it’s ad section. It will be a bit tricky to make centered as based on screen width because of Site Title placeholder. If you need to make force centered look then please add the below custom CSS code we have created the code base on your logo width.

    @media (min-width: 1200px) {
    	.navbar-head .col-lg-4 {
    		-ms-flex: 0 0 auto;
    		flex: 0 0 auto;
    		max-width: 100%;
    		width: auto;
    	}
    	.navbar-ad-section {
    		text-align: center;
    		-ms-flex-preferred-size: 0;
    		flex-basis: 0;
    		-ms-flex-positive: 1;
    		flex-grow: 1;
    		max-width: 100%;
    		padding-right: 260px;
    	}
    }

    Thanks

    in reply to: Page content size #88819

    Hi Steven Bloomfield,

    Please go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (min-width: 1600px) {
    	.post-template-default .site-content .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1540px;
    	}
    }
    @media (min-width: 1800px) {
    	.post-template-default .site-content .container,
    	.page-template-default:not(.woocommerce) .site-content .container {
    		max-width: 1740px;
    	}
    }

    You can use the core and Theme widgets on the ‘Frontpage Template’ to get the layout like demo or you can also use the widgets except theme widgets from block feature for each pages as well.

    Thanks

    in reply to: Links to anchors goes too far #88762

    Hi David Humphreys,

    Yes the Linked section will goes at the top of the screen, like you said the linked section is override by the Navbar. For the solution. If you are familiar with HTML language then you can follow the below process.

    Step 1- For the Target Section add class="target-parent" and shift the linked id to inside target-parent element with <span id="(link)" class="linked-target"></span>.

    In your case the Code should look like this

    <p class="target-parent">
    	<span id="unlike" class="linked-target"></span>
    	Unlike fledglings, if a nestling ............
    </p>

    Step-2. Go to ‘Appearance > Customize > Additional CSS’ then paste the below Custom CSS code.

    .target-parent {
    	position: relative;
    }
    .linked-target {
    	position: absolute;
    	top: -150px;
    	left: 0;
    }

    Here (top: -150px) property is determined for top spacing so you can update the top property to any according as you desired.

    Now you can follow only Step 1 process to apply on others pages links as well.

    Thanks

    in reply to: Slider and Entire Site’s Thumbnail Size #88536

    Hi infostringrecords,

    Please go to ‘Appearance > Customize > Additional CSS’ and Paste the Below Custom CSS Code.

    .post-img-wrap:before,
    .page-single-img-wrap:before,
    .featured-section .featured-slider .post-block .post-img-wrap:before,
    .featured-section .two-column-featured-section .featured-post .post-block .post-img-wrap:before {
    	padding-top: 100%;
    }
    .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    	display: block;
    }
    .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    	height: auto;
    }
    .featured-section .featured-post .post-img-wrap:before {
    	padding-top: calc( 70% + 2px );
    }
    @media (min-width: 1200px) {
    	.featured-section .featured-post .post-img-wrap:before {
    		padding-top: 100%;
    	}
    }

    Thanks

    in reply to: Font #88535

    Hi infostringrecords,

    Changing the Font Family is not available on Free Version. Only the Pro Version have access to change to 1000+ Google Font Family with other features.

    Thanks

    in reply to: iframe #88533

    Hi pepepedrota,

    Yes you can use the embedded code and also you can have access to make the Header Sticky on Pro Version.

    Thanks

    Hi charles3,

    Please check by deactivating the Plugins one by one. The plugins might have created the issue. There is no such issue with the Theme itself.

    Let us know it the issue still persist.
    Thanks

    in reply to: YouTube Embedded Video not display in Main page #88531

    Hi neba34,

    We understand your requirement but it cannot be don’t only through Additional CSS. You really need to hire a developer to customize the code for you. Also make sure you make the child theme first before customizing the Theme Code so that your customized code won’t get lost when updating the Theme to a New Version in future.

    Thanks

Viewing 15 posts - 241 through 255 (of 5,207 total)