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 - 16 through 30 (of 5,207 total)
  • Author
    Posts
  • in reply to: Images for posts are grey #99031

    Hi,

    No, it’s not the premium feature. To show the Featured Images, you have to set the featured image on the page/post editor for every post.

    Thanks

    in reply to: Increasing text size on mobile for Mags Pro #99030

    Hi,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (max-width: 767px) {
    	body {
    		font-size: 17px;
    	}
    }

    Thanks

    in reply to: Date row-gutter 10 #99029

    No, it won’t affect the ranking but if you feel like it’s affecting then you can switch back to the previous theme anytime.

    Thanks

    in reply to: Should I switch from NEWSCARD Pro #99028

    Hi,

    Yes, you can replicate your site as Meta News. We will get customize the Theme to preview the Theme like different demos.
    Both the Themes are of the same faster but the codes are improvised in Meta News.

    Thanks

    in reply to: Is this a fully responsive theme? #99027

    Hi,

    Yes, this theme is fully responsive. all tables and embed links work properly. Even our NewsCard theme is also fully responsive. All you have to do is, you have to wrap the respective element with a specific class code to work as responsive. Our theme is developed with the popular Bootstrap Framework. With the help of its documentation, you can use all the elements and components like tables, embedded links, and many more.

    Thanks

    in reply to: AMP version disabled menu #98735

    Hi,

    Without checking the issue we cannot figure out the actual problem. So please activate the plugin and share us your exact URL so that we can provide the appropriate solution.

    Thanks

    in reply to: Bug: display widgets in AMP – chrome or Safari #98733

    Hi the5krunner.com,

    We have found an issue with your content which is creating the issue. There is a width issue in the table content. You have set the fixed width of ‘915’ in the table for “Lumen Technical Specifications”. Please wrap the table element with the below code and the issue will be fixed.

    <div class="table-responsive">
    (your table content here)
    </div>

    Thanks

    Hi fernando zamora,

    If you are sharing the posts on Social medias or ads then by default the Post Featured Image works fine but sometimes it won’t work. To show the Featured Image you can use the SEO plugins to set how your post should be previewed while sharing on social medias or ads. We recommend you to use the Yoast SEO. You can check the documentation. It’s easy and simple.

    Thanks

    in reply to: Increasing text size on mobile for Mags Pro #98681

    Hi, rsbaxter1.

    Could you please let us know, which font size would you want to increase? You can provide you the Custom CSS code for them.

    Thanks

    in reply to: hover altered when category checked- WP Portfolio #98369

    Hi JakeDo,

    Could you please share with us your Site URL of the Category page so that we can check the issue facing by you?

    Thanks

    in reply to: Archive Posts Title Font Size (on Mobile) #98368

    Hi newsdev,

    It’s great that you solved the issue by yourself.
    Please let us know if you have got any other issues regarding the Theme.

    Thanks

    in reply to: How to create a Block at the top of “Main Stories” ? #98250

    Hi MARC-AURELE CHEGNIMONHAN,

    Please go to ‘Theme Directory > assets > library > jquery.marquee > jquery.marquee-settings.js’. On line no: 15 you can change the value of scroll speed.

    We found that you have already created the list of tags section on top of the main stories section as you mentioned. And it gooks great.

    To improve the ‘Top Stories’ bar styles you can add the below Custom CSS code on ‘Appearance > Customize > Additional CSS’ as you added previously

    .top-stories-bar.top-stories-bar-with-thumbnail {
    	width: 100%;	
    }
    .top-stories-bar.top-stories-bar-with-thumbnail .container {
    	max-width: 100%;
    	padding-left: 0;
    	padding-right: 0;
    }

    Thanks

    in reply to: caption on featured image stop showing #97858

    Yes, the code should be added to the child theme otherwise your customized code will be lost when updating the Theme to a newer version in the Future.

    Thanks

    in reply to: Font display: swap #97857

    Hi, ozbucakyunus,

    Your reference link has no images. Could you please share with us your requirement reference?

    Thanks

    in reply to: Previous and Next buttons – homepage #97856

    Hi m.peiranodg,

    Yes, the latest posts are shown as default so it’s showing Previous first. Please go to ‘Appearance > Customize > Additional CSS’ and Paste the below Customize CSS code. We have changed the text ‘Previous to ‘Next and ‘Next to ‘Previous’ for you.

    .nav-links .nav-previous a,
    .nav-links .nav-next a {
    	font-size: 0;
    }
    .nav-links .nav-previous a:before,
    .nav-links .nav-next a:before {
    	font-size: 14px;
    }
    .nav-links .nav-previous a:before {
    	content: "Next";
    }
    .nav-links .nav-next a:before {
    	content: "Previous";
    }

    Thanks

Viewing 15 posts - 16 through 30 (of 5,207 total)