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 - 316 through 330 (of 5,207 total)
  • Author
    Posts
  • We 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

    in reply to: Footer contents in one line #85870

    Hi 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

    in reply to: Owl Carousel settings changes not taking effect #85869

    Hi rs.bispo,

    First dequeue the parent Theme ‘owl.carousel-settings.js’ file then enqueue your customized ‘owl.carousel-settings.js’ from child theme

    Thanks

    in reply to: Services Icon Size #85868

    Hi 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

    in reply to: Bold letters not showing when text is published #85864

    The 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

    in reply to: Woocommerce integration #85862

    Yes it works for widgets with product as well.

    Thanks

    in reply to: YouTube Embedded Video not display in Main page(Home Page) #85861

    Ok 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

    in reply to: Social Buttons not working Properly #85860

    Hi dfreeman,

    Could you please share us your Site URL link where the social button is, so that we can check about the issue.

    Thanks

    in reply to: Header advertisement options #85859

    Hi ldzytw,

    Please go to ‘Appearance > Customize > Header’ there you can remove the Advertisement Image and its URL link.

    Thanks

    in reply to: demo site posts text #85858

    Hi 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

    Hi 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

    in reply to: how to change single content page Margins & borders Size. #85856

    Hi sahilsalotra322,

    Could you please explain us more about your requirements (for margin & Border) because there are margins used for many elements and section.

    Thanks

    in reply to: Hide publication date #85855

    Hi 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

    in reply to: Instagram sharing #85854

    Hi 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

    in reply to: Can I load the data that is on the sample site #85853

    Hi Susan Harris,

    Yes you can edit, remove and delete the Demo Sample Data.

    Thanks

Viewing 15 posts - 316 through 330 (of 5,207 total)