badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 796 through 810 (of 5,207 total)
  • Author
    Posts
  • in reply to: Can I use Nepali date in my website? #73756

    Hi @arjun-raut,

    Sorry using Nepali Date feature is not available for this theme. You have to hire a developer to customize the code for you.

    Thanks

    in reply to: Text colors on Table #73673

    Yes if you are familiar with the Color Names or Color Codes then you can add CSS Code to change the text color of table. For that please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    .entry-content table {
    	color: red;
    }

    please replace the above ‘red’ color with your desired Color Name or Color Code (RGB or Hex).

    Thanks

    in reply to: Text colors on Table #73615

    Hi @pelchat118,

    You cannot change the color of text in a table individually. The color of text in a table is related with the content text color so the color of text in a table will same as the color that you have set for content text.

    Thanks

    in reply to: TH: Recent Posts Style on Blog page #73614

    Ok we have seen the image you shared but the ‘Blog section’ in the image is not ‘TH Recent Posts’. Only the first section is ‘TH Recent Posts’. We haven’t designed ‘TH Recent Post’ to look like that in the second section. The TH Recent Post doesn’t have Layout options so TH Recent posts widget cannot be changed to any other layout like the second section in the image.

    May be you have used ‘TH Card/block Posts’ widget for that Blog Section. Because the TH Card/Block post widget have the options to show layout like in the second section of the image.

    in reply to: Slider transition duration #73507

    Hi @sepehrkz,

    Sorry we haven’t provided any options to change the transition duration for carousel/slider. For that you need to hire a developer to customize the code for you.

    Thanks

    in reply to: TH: Recent Posts Style on Blog page #73506

    Hi @restyumali-sl,

    1. To Remove the ‘Popular Stories’ (Header Featured Posts Section) on Blog Page then please go to ‘Appearance > Customize > Banner’ and check ‘On’ to ‘Show on Homepage only’.
    2. To Remove the ‘You may Missed’ (Footer Featured Posts Section) on Blog Page then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    body.blog .site-footer .featured-stories {
    	display: none;
    }

    3. We are confused here. We haven’t designed the ‘TH: Recent Posts’ Widget to show 3 posts per row. It will show 2 posts per row on front page main section and only show 1 post per row in front page sidebar & other sidebar on desktop view.

    Thanks

    in reply to: Exact Size for Image #73455

    Hi @dunde,

    There is no any fixed sizes for the images, It’s designed to responsibly fit and covered the images with any sizes. Because the sizes of some boxes in the layout will gets change in mobile and table screen view.

    Thanks

    in reply to: Embedded post in mobile #73276

    Hi @info-azaddilli,

    The Link of the post u have shared is working well in mobile as well. Could you please Clarify more about which links are not getting fit on mobile.

    in reply to: Deleting tags #72985

    Showing Banner on Homepage and Posts Page mean the banner which includes Banner slider and it’s side layout of trending and editor post will also be shown on the posts page and your home page ( Here Homepage can also be the Front Page Template). This Option will not work on Post/page Single and is not related with the Featured Image on Post.Page Single.

    Thanks

    in reply to: CSS code #72899

    We have provided you the Custom CSS code regarding the NewsCard Theme to your recent Topic under NewsCard. Please Check once.
    And Our Magcast Theme also have The Sidebar Widget Area in Front Page Template.

    Thanks

    in reply to: Deleting tags #72895

    Did you paste the provided code properly?
    You asked to remove controls for Banner Featured Slider so the code we have shared is correctly removing the controls of Banner Featured slider as you required.
    Could you please share us your site URL so that we can check why is’t not working.

    Thanks

    in reply to: RTL Primary Menu #72836

    Hi @amir-s-anwar,
    Our Theme supports RTL Language as well and if you still need the Primary Menu to be Left then it needs lots of CSS code customization so you need to hire a developer for this as this is a new feature to add in the theme.

    Thanks

    in reply to: Deleting tags #72823

    Hi @sheik-ahamath,

    To remove Tags and controls on Banner Featured Slider, please go to ‘Appearance > Customize > Additional CSS’ and paste the below code:

    .entry-meta .tag-links,
    .post footer.entry-meta,
    .featured-slider .owl-nav {
    	display: none;
    }
    .featured-slider.post-slider .post-slider-header {
    	padding-right: 0;
    }

    Thanks for loving our theme. Please let us know if you have any queries regarding the themes.

    in reply to: CSS code #72821

    Oops!
    We are sorry for the late response due to some unavoidable circumstances. And no worries you are free to use any themes.

    Thanks

    in reply to: CSS code #72782

    Hi @sheik-ahamath,

    To make the Widget Titles align Left and also to remove the Categories, Date, Tags please go to ‘Appearance > Customize > Additional CSS‘ and paste the below code:

    .entry-meta.category-meta,
    .entry-meta .date,
    .entry-meta .tag-links,
    .post footer.entry-meta {
    	display: none;
    }
    .page-template-front-page-template .site-main .widget-title,
    .widget-description,
    .featured-stories .stories-title {
    	text-align: left;
    }
    .section-title-wrap {
    	padding-left: 0;
    	padding-right: 0;
    }

    Thanks

Viewing 15 posts - 796 through 810 (of 5,207 total)