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 - 556 through 570 (of 5,207 total)
  • Author
    Posts
  • in reply to: Font color Site Title/Description not allpied #78920

    Hi Zoltan Ross,

    Actually if you have not set the header background Image or background Overlay then the Site Title/Description color will work as you set. But If the background image or Background Overlay Dark is set then the Site Title/description color will be White and color will be Black if the Background Overlay is set to Light.

    We will update about this feature with more dynamic and no complexity soon till then please go to theme directory > inc > custom-header.php on line no 67 you will find below line of code

    .site-description {

    replace above code with the below one.

    .site-description,
    .navbar-head.navbar-bg-set .site-title,
    .navbar-head.navbar-bg-set .site-title a,
    .navbar-head.navbar-bg-set .site-description,
    .navbar-head.navbar-bg-set.header-overlay-dark .site-title,
    .navbar-head.navbar-bg-set.header-overlay-dark .site-title a,
    .navbar-head.navbar-bg-set.header-overlay-dark .site-description,
    .navbar-head.header-overlay-dark .site-title,
    .navbar-head.header-overlay-dark .site-title a,
    .navbar-head.header-overlay-dark .site-description,
    .navbar-head.navbar-bg-set.header-overlay-light .site-title,
    .navbar-head.navbar-bg-set.header-overlay-light .site-title a,
    .navbar-head.navbar-bg-set.header-overlay-light .site-description {

    Thank you for reporting about the issue.

    in reply to: When loading the page navbar-head is huge #78913

    The issue is not with our Theme. Please check by deactivating the plugins one by one. one of your plugin might have affected the Theme.

    Thanks

    in reply to: Sidebar goes sticky when I edit posts in elementor #78875

    Hi russ28,

    We have checked in various browsers, and its working well. We have noticed the sticky script on your site is merged and affected by some other script as well so please check by deactivating the plugins one by one.

    Thanks

    in reply to: Sidebar goes sticky when I edit posts in elementor #78867

    Hi russ28,

    To disable the sidebar sticky effect, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .widget-area .sticky-wrapper,
    .widget-area .sticky-wrapper.is-sticky {
    	height: auto !important;
    }
    .widget-area .sticky-wrapper .sticky-sidebar,
    .widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }

    Thanks

    in reply to: Change Footer color #78851

    Hi colormatters,

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

    .navigation.posts-navigation .nav-links,
    .navigation.post-navigation .nav-links {
    	background-color: transparent;
    }

    Thanks

    in reply to: Embedded Youtube video not fit into mobile screen #78850

    Hi saranchi96,

    We think you have directly used the embedded code. Please wrap the embedded code with the class ’embed-responsive’ and ’embed-responsive-16by9′.

    Example

    <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.

    Thanks

    in reply to: Want to blur the post #78843

    Sorry it cannot be only controlled through Custom CSS. Need the Customize the Theme Code.

    Thanks

    in reply to: When loading the page navbar-head is huge #78842

    Hi Varo,

    Could you please share us your Site URL so that we can figure out the issue faced by you.

    Thanks

    in reply to: Want to blur the post #78811

    Hi 100offdeal,

    Sorry as per your requirement you need to hire a developer to customize the code for you because we never know which post are expired and which post are not. It’s not up to us.

    Thanks

    in reply to: Mobile Usability #78810

    Hi Steven Moore,

    Thank you for purchasing our Theme. Basically due to screen size variation the Font Size Option will not work below the tablet screen size. For now we have provided the Custom CSS code to increase the Content and Meta element sizes for the smaller screen size below 767px. For that please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    @media (max-width: 767px) {
    	body,
    	input,
    	textarea,
    	select {
    		font-size: 16px;
    	}
    	.entry-meta,
    	.entry-meta a {
    		font-size: 15px;
    	}
    }

    You can change the font sizes on above codes to any sizes as u desired. Please let us know if you want to increase the font size of any elements, We will provide the code for them as well.
    also please explain more about the clickable elements that are closer so that we can provide the appropriate codes and even let us know in which section, page or templates that the content is being wider than the screen size

    Thanks

    in reply to: Slightly blurry images #78809

    Welcome cannae-to-tokyo,

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

    Thanks

    Then remove the below mentioned code that you will find on content.php page line 64 to 68 and content-search.php page line 45 to 49.

    <?php if ( comments_open() ) { ?>
    	<div class="comments">
    		<?php comments_popup_link( __('No Comments', 'newscard'), __('1 Comment', 'newscard'), __('% Comments', 'newscard'), '', __('Comments Off', 'newscard') ); ?>
    	</div><!-- .comments -->
    <?php } ?>

    Note: we recommend you to customize the code after making a child theme so that you won’t loose any customized code when you update the new to a new version in future.

    Thanks

    in reply to: Remove Paging in Homepage #78759

    Welcome mostinterestingpeopleinworld,

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

    Thanks

    ok if you don’t want to customize the code then you can find various plugins about social sharing on WordPress respo. You can activate any one as you like and you can follow the instructions provided by those plugins.

    To use the plugin go to ‘Dashboard > Plugins > Add New’ then you can search the plugins as you desired to use in the Theme.

    Thanks

    in reply to: Adding picture at the desired place of a post #78734

    Hi @Fokhrulabedin,

    for WordPress 5+ you can add various elements through the Gutenberg block features by WordPress. You can used the blocks through clicking the plus icon (+) on left top corner of post/page editor and you can find the Image Block under Common Block category.

    If you are using the classic editor the you can find the to upload media options on the editors tool bar.

    Thanks

Viewing 15 posts - 556 through 570 (of 5,207 total)