Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi sekyfoods,
You can use the Video Widget then you will find “Insert From URL” Option where you can use the Youtube Link.
Thanks
August 25, 2020 at 6:27 am in reply to: Change post title from appearing below to appearing above featured image #80448Theme Horse Support Team
KeymasterPlease 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
August 25, 2020 at 6:22 am in reply to: How to add (Continue reading) button below post excerpt #80447Theme Horse Support Team
KeymasterPlease 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
Theme Horse Support Team
KeymasterOk 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
Theme Horse Support Team
KeymasterHi 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
August 23, 2020 at 11:13 am in reply to: Change post title from appearing below to appearing above featured image #80412Theme Horse Support Team
KeymasterSorry 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterThrough 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
Theme Horse Support Team
KeymasterAre 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
Theme Horse Support Team
KeymasterWe 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
Theme Horse Support Team
KeymasterOk 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
Theme Horse Support Team
KeymasterHi gio.rava4,
Yes WPML Multilingual is compatible with Mags Theme.
Thanks
-
AuthorPosts