Forum Replies Created
-
AuthorPosts
-
February 5, 2021 at 2:34 pm in reply to: TH: Horizontal/vertical posts – Currently 5 stories, how reduce to 3? #86077
Theme Horse Support Team
KeymasterWe have provided 3 optional Custom CSS code 1. for Post Vertical, 2. for Post Horizontal and 3. for Both Post Vertical and Post Horizontal. You can use the Custom CSS code as per your requirement.
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
1. For Post Vertical Only
.newscard-widget-horizontal-vertical-posts .post-vertical .second-col .post-boxed:nth-child(3), .newscard-widget-horizontal-vertical-posts .post-vertical .second-col .post-boxed:nth-child(4){ display: none; }
2. For Post Horizontal Only
.newscard-widget-horizontal-vertical-posts .post-horizontal .second-col .post-col:nth-child(3), .newscard-widget-horizontal-vertical-posts .post-horizontal .second-col .post-col:nth-child(4){ display: none; }
3. For Both Post Vertical and Post Horizontal
.newscard-widget-horizontal-vertical-posts .post-horizontal .second-col .post-col:nth-child(3), .newscard-widget-horizontal-vertical-posts .post-horizontal .second-col .post-col:nth-child(4), .newscard-widget-horizontal-vertical-posts .post-vertical .second-col .post-boxed:nth-child(3), .newscard-widget-horizontal-vertical-posts .post-vertical .second-col .post-boxed:nth-child(4){ display: none; }
Thanks
Theme Horse Support Team
KeymasterHi amitmozar,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.site-footer #nav_menu-3 ul li { display: inline-block; margin-right: 15px; }
Thanks
Theme Horse Support Team
KeymasterHi rs.bispo,
First dequeue the parent Theme ‘owl.carousel-settings.js’ file then enqueue your customized ‘owl.carousel-settings.js’ from child theme
Thanks
Theme Horse Support Team
KeymasterHi Victor Ivan Bueno Saez,
Yes the Class Name is correct and works well. Could you please share us Your Site URL so that we can check why it’s not working for you.
Thanks
Theme Horse Support Team
KeymasterThe categories were already bold but we have noticed that you have used the Custom CSS code to make the font weight normal with font size 12px.
please remove the ‘font weight: 400;’ from the code on ‘Appearance > Customize > Additional CSS’.
.post-col .entry-meta .cat-links a { font-weight: 400; font-size: 12px; }
if you didn’t find the above mention code to remove then please paste the below Custom CSS to the end of codes on ‘Additional CSS’ to override the previous code.
.post-col .entry-meta .cat-links a { font-weight: 700; }
Thanks
Theme Horse Support Team
KeymasterYes it works for widgets with product as well.
Thanks
January 27, 2021 at 9:20 am in reply to: YouTube Embedded Video not display in Main page(Home Page) #85861Theme Horse Support Team
KeymasterOk we got it.
The Site you have mentioned haven’t used the Vide as Featured Image/video. Actually it’s the Featured Image with Play icon but not a video and the video is embed inside its main page hiding the featured Image.
Please use the below code to embed the youtube Video through HTML.
<div class="embed-responsive embed-responsive-16by9"> (Paste your embedded code here) </div>
Please paste the embedded code as mentioned above.
OR
If you are using the WordPress 5+ then you can use the Embeds Block Features of Gutenberg on the page/post editor page which will be very easy to use the embedded code with out any HTML code customization.And if you don’t want to show the Featured Image on your Main Content Page then you can control to show/hide from ‘Appearance, Customize > NewsCard Settings’.
Thanks
Theme Horse Support Team
KeymasterHi dfreeman,
Could you please share us your Site URL link where the social button is, so that we can check about the issue.
Thanks
Theme Horse Support Team
KeymasterHi ldzytw,
Please go to ‘Appearance > Customize > Header’ there you can remove the Advertisement Image and its URL link.
Thanks
Theme Horse Support Team
KeymasterHi Duke Gledhill,
You can control the excerpt length on PRO Version but for the Free Version all you can do is you can set the excerpt text for individual post from the Post editor, there you will find the excerpt tab pane to set excerpt text with smaller length to get fit for the Theme layout.
Thanks
January 27, 2021 at 8:52 am in reply to: multi-category in the ‘choose category’ option or to show newest 10 posts? #85857Theme Horse Support Team
KeymasterHi codechang,
You cannot choose multiple Category to show for section and widgets, all you can do is you can create a new category where you can assign different posts from different categories and then you can choose to show that category.
Thanks
January 27, 2021 at 8:48 am in reply to: how to change single content page Margins & borders Size. #85856Theme Horse Support Team
KeymasterHi sahilsalotra322,
Could you please explain us more about your requirements (for margin & Border) because there are margins used for many elements and section.
Thanks
Theme Horse Support Team
KeymasterHi amitmozar,
Please go to ‘Appearance > Customize > Additional CSS’ and Paste the Below Custom CSS code.
body:not(.single-post) .entry-meta .date { display: none; }
Thanks
Theme Horse Support Team
KeymasterHi amitmozar,
Could you please clarify more. We think we haven’t describe to require image sizes of 400 X 240 px. You are free to upload the images of any sizes as our Theme is designed to fit images in covered way regarding the Theme Layout and we are confused about the image you said to share on instagram. We aspect some more brief on it.
Thanks
Theme Horse Support Team
KeymasterHi Susan Harris,
Yes you can edit, remove and delete the Demo Sample Data.
Thanks
-
AuthorPosts