Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi JAMES QUIGLEY,
If you have not updated the Theme then please get the latest Theme Version from the login account under Downloads.
If your Site is about only a single language then you can directly set your desired Language text on respective customizer options. (‘Appearance > Customizer > Banner > Banner Slider/Featured Post 1/Featured Posts 2).
If your Site is for multi-language then you can find the text that you Set for title of Banner Slider, Featured Post 1, Featured Post 2 on the string list of the plugin that you used for multi-language. Every plugins might show the strings in different ways so you need to follow the documentation of related plugin. After you get your strings (titles of banner sections) then you can add the the translated text for respective title.
please let us know if the issue still persists.
Thanks
July 18, 2021 at 2:55 pm in reply to: Create links to category pages from TH: Card/Block titles #90534Theme Horse Support TeamKeymasterHi David Humphreys,
Currently you cannot add redirect link to widgets title. For that you need to customize the Theme code and make sure to make the child theme first before customizing the theme code so that your customized code won’t be lost while updating the Theme to a newer Version in future.
Thanks
Theme Horse Support TeamKeymasterHi David Humphreys,
The Recent Post itself denotes as the latest post that you create. so it has not option to control the post to show. But we can provide you the Custom CSS code to hide some of the post from that widget.
please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.
1- if you want same changes for all the TH-Recent Post Widgets that you use on your entire Site then paste Below code.
.newscard-widget-recent-posts .post-col:nth-child(1), .newscard-widget-recent-posts .post-col:nth-child(2) { display: none; }
2- if you want changes only on TH-Recent Post Widgets that you mention and works normally for same widgets on other section then paste below code.
#newscard_recent_posts-6.newscard-widget-recent-posts .post-col:nth-child(1), #newscard_recent_posts-6.newscard-widget-recent-posts .post-col:nth-child(2) { display: none; }
Note: We have provided code just to hide the first 2 post from latest posts. You can increase or decrease the number of post to hide the respective posts following the same line of code format followed by ‘nth-child(3), nth-child(4), so on. Make sure you give comma sign (,) at the end of every line of code except the last line of code. Comma sign (,) is not needed if you make only single line of code.
Thanks
Theme Horse Support TeamKeymasterthe embed code is not working as it should be. Please once check by deactivating the external plugin one by one (if any). some times the external plugin might have affected the Theme. As there is not such issue in our theme. We have checked again and again. Even we are providing the same support and instructions to other clients as well.
Thanks
Theme Horse Support TeamKeymasterHi ramirezdiazoscar,
It should work by default but if it’s not showing the Featured image then you can use the SEO plugin where you can get lot of features related to SEO ranking. You can set Title, description and Featured Image for each specific post.
We recommend you to use Yoast PluginThanks
Theme Horse Support TeamKeymasterOnly providing the Custom CSS won’t increase the number of Featured posts. We recommend you to upgrade the Theme to Pro Version then you will have full access to increase the number of posts most widgets and sections.
Thanks
Theme Horse Support TeamKeymasterWelcome danno,
Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support TeamKeymasterHi sakeus.berg,
Currently there is no option to show caption on featured image. The option will be soon available on our next Theme Update.
For now you do the below instruction to get Featured Image Caption.
Please go to ‘Theme Directory > template-parts > content.php’ file on line no: 34. you will find the below code.
</figure><!-- .post-featured-image .page-single-img-wrap -->
Now replace the above mentioned code with the below provide code.
<figcaption class="featured-image-caption"><?php echo get_the_post_thumbnail_caption(get_the_ID()); ?></figcaption> </figure><!-- .post-featured-image .page-single-img-wrap -->
after replacing the code save the file and please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.post-featured-image.page-single-img-wrap { overflow: hidden; } .post-featured-image.page-single-img-wrap .featured-image-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 25px 15px; color: #ffffff; background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5)); } @media (max-width: 767px) { .post-featured-image.page-single-img-wrap .featured-image-caption { padding-left: 15px; padding-right: 15px; } }
Thanks
Theme Horse Support TeamKeymasterYes you can make the Banner Slider full width but you will get only single post per slide rather than grid column design.
Please follow the below step to hide Featured Posts from banner.
1: ‘Appearance > Customize > Banner > Featured Post 1’ and check ‘ON’ the option ‘Hide Featured posts 1’.
1: ‘Appearance > Customize > Banner > Featured Post 2’ and check ‘ON’ the option ‘Hide Featured posts 2’.Now you will have the Full Width Banner.
Thanks
Theme Horse Support TeamKeymasterWelcome,
Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support TeamKeymasterThe breadcrumb is default function/plugin used by the Theme. There is no custom option to change its functionality. instead you can hide the breadcrumb from ‘Appearance > Customize > Header’ and check ‘ON’ the option ‘Hide Breadcrumb’.
Thanks
Theme Horse Support TeamKeymasterHi Jack,
It would be better if you clarify in which section (post content image or for Single Page Background) you are seeking a parallax.
To make the Page background we can provide the Custom CSS code to make the Background image fixed when scrolling.(need to set Site Background First).
Or if for the Selective post/Page Single. You can use the Block Feature (Cover) for each Post/Page Single. To use Block feature you can click on plus icon (+) on top left or on the page section area and you can select the ‘cover’ under Media category. after then you will find various options to use on right side panel of post/page editor.Thanks
Theme Horse Support TeamKeymasterYes our team will provide the appropriate guidance and solutions for your issues.
Current your site has latest post as home page. you can set the ‘Front Page Template’. So that you can use various widgets to show your random posts with beautiful design layout.
Thanks
Theme Horse Support TeamKeymasterYes our support team will provide the best guidance and help through support.
First you need to create categories and assign to the desirable posts. Only then you will get the list of categories on customizer dropdown options. You can create category from ‘Dashboard > Posts > Categories” or directly from the each post/page editor page. then you can can assign the categories to the desirable posts. You can even get various only tutorials to create and assign categories to posts.
Please let us know if you still have issues.
Thanks
Theme Horse Support TeamKeymasterHi nirdesh8,
please go to ‘Appearance > Customize > NewsCard Settings’ then check ON the option ‘Show Featured Image in Posts Single’ and ‘Show Featured Image in Page’.
Thanks
-
AuthorPosts