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 - 466 through 480 (of 5,207 total)
  • Author
    Posts
  • in reply to: Featured Video thumbnail not working #80807

    Hi Sarah McLuhan,

    Could you please explain us more about the issue that you are facing with the thumbnails that are not supported on your site or please share us your sie URL so that we can figure out the actual issue.

    Thanks

    in reply to: width Web #80805

    Hi Roberto,

    Layout can be changed from ‘Appearance > Customize > Layout’. and if you want to set the layout for specific page or the post then you can change it through the meta section from the bottom of every page/post Page editor. And if you have set the layout from the specific page then it will override the global layout of ‘Appearance > Customize > Layout’.

    Thanks

    in reply to: I can’t see images in posts #80804

    Hi Arne Salomonsson,

    If mistakenly featured Images have been removed then you can set the Featured Images from the right side of Post/Page editor page under ‘Featured Image’ panel. If it is still not fixed then please check by deactivating the plugins that you have been using one by one or please share us your site URL so that you can check in initial way.

    Thanks

    in reply to: Insert vídeo on home page #80692

    Hi sekyfoods,

    You can use the Video Widget then you will find “Insert From URL” Option where you can use the Youtube Link.

    Thanks

    Please go to “Theme Directory > template-parts > content-php”. On line no: 78 to 80 you will find below codes.
    (Since you have already customized content.php page then line no will be different)

    <div class="entry-content">
    	<p><?php echo wp_trim_words( get_the_excerpt(), absint($newscard_settings['newscard_excerpt_length_blog']) ); ?></p>
    </div><!-- entry-content -->

    Beneath the mentioned code just add the below mentioned Custom Code

    <a href="<?php echo esc_url( get_permalink() ) ?>" class="btn btn-outline-dark" style="margin-bottom: 10px;">Continue reading</a>

    Thanks

    in reply to: How to add (Continue reading) button below post excerpt #80447

    Please go to “Theme Directory > template-parts > content-php”. On line no: 78 to 80 you will find below codes.
    (if you have already customized content.php page then line no will be different)

    <div class="entry-content">
    	<p><?php echo wp_trim_words( get_the_excerpt(), absint($newscard_settings['newscard_excerpt_length_blog']) ); ?></p>
    </div><!-- entry-content -->

    Beneath the mentioned code just add the below mentioned Custom Code

    <a href="<?php echo esc_url( get_permalink() ) ?>" class="btn btn-outline-dark" style="margin-bottom: 10px;">Continue reading</a>

    Note: we recommend you to customize the code only after making the Child Theme so that your customized code for the Theme won’t get lost when updating the Theme to New Version in future.

    and also if you are already a Purchased the Premium Theme then Please post your queries under the respective Theme on forum.

    Thanks

    in reply to: Hover text on video post #80414

    Ok we got it.

    If you don’t want to show any excerpt text then please go to the respective Page/Post Editor page and on the right side you will find the Excerpt Tab Pane. Please add just a space from the keyboard on it’s field. (Anything written on that Excerpt Field will show the same on preview, and Adding a space is just a trick to show empty preview).

    Thanks

    in reply to: Header navigation fixed only in Desktop version? #80413

    Hi JH,

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

    @media (max-width: 767px) {
    	.navbar.fixed-top {
    		position: inherit;
    		right: auto:
    		left: auto;
    		top: auto !important;
    	}
    	.site {
    		padding-top: 0 !important;
    	}
    }

    Thanks

    Sorry we traced the line no: after adding the codes. We have Updated the Line no. Please copy the previous codes of respective line no again.

    Thanks

    in reply to: MOBILE OPTIMIZE #80395

    Hi krishnashukla2000,

    We have designed the Theme with UI/UX Standard. We have been receiving several thoughts and improvement for the Theme by the users and Till now no user have complained about the Too small text and too close elements. Because not every users might like the Bigger text with more gapped elements.

    Could you please share us about the issue in detail so that we will try to provide the appropriate solution for you.
    also please share us the Screenshot of the error that you are facing on google Mobile. We have checked the Theme for various Browsers compatibility and we really want to know about issue that you are facing.

    Thanks

    in reply to: Change the first slider #80393

    Through the CSS you can just hide the posts. That means if you hide the first 5 posts then for the first page (Page 1) you will only get to see the remaining 5 posts out of 10 posts ( 10 posts is a default value, you can change it from “Settings > Reading”) but for the other pages you will get the 10 posts as it should be.

    If its ok for you then please go to “Appearance > Customize > Additional CSS” and paste the below Custom CSS code.

    body:not(.paged) .site-main .post-wrap .post-col:nth-child(1),
    body:not(.paged) .site-main .post-wrap .post-col:nth-child(2),
    body:not(.paged) .site-main .post-wrap .post-col:nth-child(3),
    body:not(.paged) .site-main .post-wrap .post-col:nth-child(4),
    body:not(.paged) .site-main .post-wrap .post-col:nth-child(5) {
    	display: none;
    }

    Thanks

    in reply to: Remove top in widget TH horizontal / vertical post #80392

    Are you sure that you have used the code that we have lastly updated. We have checked and the code is working very well even in tablet and mobile.

    Please remove the older code that you have used and copy the updated code and paste it on the mentioned “Additional CSS’ field.
    Or could you please share us your Site URL so that we can check about the issue your are facing.

    Thanks

    in reply to: Remove top in widget TH horizontal / vertical post #80357

    We are pretty confused. Do you want to make the main posts Featured Image of every widgets to a smaller thumbnail or you only want to make small thumbnail for Sidebar Section’s widgets only. Because we have provided the code to work only for the Sidebar Section’s Widget (TH Horizontal/Vertical Posts).

    Please let us know in more detail (Like you want the changes on all the widget of Sidebar and Content section).

    Thanks

    in reply to: How to increase post featured image size #80355

    Ok remove the previous Custom CSS code and paste the below Custom CSS code instead.

    .site-main .post-wrap .post-col {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .post-img-wrap:before,
    .site-main .post-wrap .post-col .post-img-wrap:before,
    .site-main .page-single-img-wrap:before,
    .featured-section .featured-slider .post-block .post-img-wrap:before,
    .content-area .newscard-widget-card-block-posts .column-1 .post-img-wrap:before,
    .content-area .newscard-widget-card-block-posts .column-3 .post-block .post-img-wrap:before {
    	padding-top: calc(87% + 2px);
    }
    .featured-section .featured-post .post-img-wrap:before {
    	padding-top: 87%;
    }
    .featured-section .single-featured-post .post-img-wrap:before {
    	padding-top: calc(177% + 1px);
    }
    .featured-section .two-column-featured-section .single-featured-post .post-img-wrap:before {
    	padding-top: calc(176% + 3px);
    }
    
    @media (max-width: 1199px) {
    	.featured-section .featured-post .post-img-wrap:before {
    		padding-top: calc(61% + 2px);
    	}
    	.featured-section .two-column-featured-section .featured-post .post-img-wrap:before {
    		padding-top: 87%;
    	}
    	.featured-section .single-featured-post .post-img-wrap:before {
    		padding-top: calc(126% + 1px);
    	}
    	.featured-section .two-column-featured-section .single-featured-post .post-img-wrap:before {
    		padding-top: calc(176% + 3px);
    	}
    }
    @media (max-width: 991px) {
    	.featured-section .featured-post .post-img-wrap:before,
    	.featured-section .single-featured-post .post-img-wrap:before,
    	featured-section .two-column-featured-section .single-featured-post .post-img-wrap:before,
    	.featured-section .featured-post .post-img-wrap:before,
    	.featured-section .two-column-featured-section .featured-post .post-img-wrap:before,
    	.featured-section .single-featured-post .post-img-wrap:before,
    	.featured-section .two-column-featured-section .single-featured-post .post-img-wrap:before {
    		padding-top: calc(87% + 2px);
    	}
    }

    Still some section on Featured Banner are not in the required ratio. If the updated code still didn’t match your requirement then make all the padding top value to “calc(87% + 2px)”.

    Thanks

    in reply to: WPML Compatibility with Mags free #80323

    Hi gio.rava4,

    Yes WPML Multilingual is compatible with Mags Theme.

    Thanks

Viewing 15 posts - 466 through 480 (of 5,207 total)