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 - 646 through 660 (of 5,207 total)
  • Author
    Posts
  • in reply to: changing footer and side bar on individual pages #77800

    Hi @stephanietrueblood100,

    Sorry you cannot have different widgets and widget contents on sidebar and Footer even in the Premium version. All the pages will shows the same set widgets with content. But for the desired pages you can hide some of the widgets and also you can do some minor changes on widgets like background color, font colors just by adding Custom CSS Code.

    Thanks

    in reply to: Wrong Image alignement #77767

    Hi anesioneto,

    Thank you so much for loving our Theme and appreciating our hard work 😉

    Ok, For making the images center go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .wp-caption.aligncenter {
    	display: block;
    }

    And for the Linkedin element, you can wrap the linkedin iframe with the same code that you wrapped for youtube.

    If you have updated the WordPress 5+ then you can use the Gutenberg block features for better page content editing experience.

    Thanks

    in reply to: how to edit h2 heading ? #77719

    Ok anyways but the code you mentioned is the core default code by WordPress itself. We just called those function to work on pages so to change the H2 heading tag on that code instead on our theme you need to customize on the main WordPress file. Or what you can do is just go to the ‘theme directory > single.php‘ then you will find calling those function on line no: 21.

    the_post_navigation();

    Remove that calling code and then you can use some other plugins for post navigation which do not uses H2 Headings.

    Note: But we recommend you to do only after making the child theme so that your customized code won’t lose when you update the Theme Versions.

    Thanks

    in reply to: Nav Slider #77718

    Hi jschonfe,

    To hide the slider navigations please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .post-slider .owl-nav {
    	display: none;
    }
    .post-slider .post-slider-header {
    	padding-right: 0;
    }

    Thanks

    in reply to: how to edit h2 heading ? #77692

    Hi @javadxth,

    We know we have more than one H2 tags in some pages and that’s surely won’t affects the SEO. Instead having more than one H1 tags will affects the SEO so there is only one H1 tag used in every Single Pages of the Theme. Our Theme has been developed with W3C Markup Validation and its SEO Friendly.

    Thanks

    in reply to: Widget error #77652

    Hi @barna-mravinac,

    First you need to set the home page to a ‘Front Page Template‘ from Page Editor. Then you can set widgets to Front Page Content Section and Front Page Sidebar Section.
    For more you can learn from the Video Tutorial (here) or you can check the documentation (here) to set the Front Page Template.

    Please Let us know if you still have a issue.

    Thanks

    in reply to: Custom mobile template #77579

    Pleae again go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code just after the end of the previous Provided code.

    @media (max-width: 575px) {
    	.featured-section .featured-slider .post-block .entry-meta.category-meta {
    		display: none;
    	}
    }

    Thanks

    in reply to: Many Theme probs #77571

    We have checked your Site, The banner Ads image that is set on header might have been removed from Image Library so it is showing as corrupt file. As we have previously mentioned on 3rd point about removing the Header Banner Ads Image. You have to remove Banner Advertisement from the setting. So go to ‘Appearance > Customize > Header’ then remove the Advertisement Image and URL for it and click on Publish Button on top after it.

    Thanks

    in reply to: Many Theme probs #77568

    We have more than 900 google fonts option included in this theme under ‘Appearance > Customize > Typography > Font family’ but still if you want to add custom Font Family Locally to your Site then you need to hire a developer to customize the code and add the required Font to the theme.
    and could you please share us your Site URL so that we can figure out the issue about the Header Banner Image and provide the appropriate solution.

    Thanks

    in reply to: Custom mobile template #77567

    Hi lucasmulhoa,

    Thank you for loving our Theme and appreciating our hard work 😉

    But You need to hire a developer to shift the Search Element to Top Info Bar. The bar having Search Element is actually for Navigation Menu Element.
    Since you haven’t used to show any menu items so we can provide the CSS code to hide the bar. So to hide the Navigation Bar and change the height(ratio) percent of Feature Slider, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .navigation-bar {
    	display: none;
    }
    @media (max-width: 575px) {
    	.featured-section .featured-slider .post-block .post-img-wrap:before,
    	.featured-section .col-12 .featured-slider .post-block .post-img-wrap:before {
    		padding-top: 60%;
    	}
    }

    Thanks

    Hi @sancoale-operations,

    Sorry it could be done with Additional CSS code but it will affect the other corresponding elements so for that you need to hire a developer to customize the code for you.

    Please let us know if you have any other queries regarding the theme.

    Thanks

    in reply to: Remove Categories from Sidebar Recent Posts widgets #77563

    Hi @sancoale-operations,

    It’s Great! that you solved the issue by yourself. Thank you for using our Theme.

    Please let us know if you any other queries regarding the Theme.

    Thanks

    in reply to: Many Theme probs #77518

    Hi christos-petritzis,

    Thank you for purchasing NewsCard Theme. The Theme is Pretty easy to use. You can change most of settings from options of respective section on ‘Appearance > Customize’.
    Like:

    • For Navigation Font Size – Go to ‘Appearance > Customize > Typography > Font Size’ and change on ‘Main Navigation’.
    • For removing all the Advertisement Banners on content section – Go to ‘Appearance > Customize > Widgets’ and Delete the ‘TH – Advertisement’ Widgets from the widget area ‘Front Page Content Section’ and Front Page Sidebar Section’.
    • For removing all the Advertisement Banners on Header section – Go to ‘Appearance > Customize > Header’ and remove the Advertisement Image and URL.

    Note: Please click the ‘Publish’ button on top on customizer after the changes made on customizer otherwise the site will still remain as before (without any new changes).

    And could you please explain us a bit more that what you want to do with the Site Logo.
    For more please go through the documentation here for the instruction about the Theme.

    Lets us know if you have still some queries regarding the Theme.
    Thanks

    in reply to: Main Stories Slider #77504

    It’s Great zainkh210615! You solved the issue by yourself 😉

    And thank you for loving the Theme and appreciating our hard work. Could you also please help us rating this theme in WordPress Repository here.
    We will really appreciate your rating.

    Please let us know if you have any queries regarding the Theme.

    Thanks

    in reply to: How do I remove tags from post image #77486

    We have again checked the code. It’s working very well and should work for you as well. We have noticed that u haven’t used the code in your Site ( 00offdeal.online ). Please once again paste the code to ‘Appearance > Customize > Additional CSS’ and let us know.

    Thanks

Viewing 15 posts - 646 through 660 (of 5,207 total)