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 - 301 through 315 (of 3,470 total)
  • Author
    Posts
  • Welcome anytime Henny

    in reply to: I am looking for the best website theme #96858

    Hi @beststrollers2021,

    You can browse our themes here which supports AMP. If you have any problem please let us know.

    Thank you!

    in reply to: Search box #96857

    Hi there,

    It’s because of the new block editor for managing widgets.
    What you do is just activate Classic Widget plugin where it restores the previous widgets settings screens and disables the block editor from managing widgets. There is no any other configuration in the plugin just activate it to restores the previous widgets settings screens.
    If there is any problem please let us know.

    Thank you!

    in reply to: Latest Update section doesnt appear and home page redirect #96856

    Hi there,

    For to add “Ads” into your site you have to use some “Ads” plugin which you can search it here in WP.org official plugin page or you have to customize theme main code as this is a new feature to add in the theme.

    And for the article title on google you can use some SEO plugins, we recommended you to use Yoast Plugin or any popular SEO plugin available in WP.org official plugin page here.

    Thank you!

    in reply to: Google Adverse #96855

    Hi there,

    For to add “Ads” into your site you have to use some “Ads” plugin which you can search it here in WP.org official plugin page or you have to customize theme main code as this is a new feature to add in the theme.

    Thank you!

    in reply to: Title and meta location not showing up in google. #96853

    Hi there,

    You can add the Title and Meta for Google via SEO plugins, we recommended you to use Yoast Plugin or any popular SEO plugin available in WP.org official plugin page here.

    Thank you!

    in reply to: Google #96852

    Hi there,

    You can add the Title and Meta for Google via SEO plugins, we recommended you to use Yoast Plugin or any popular SEO plugin available in WP.org official plugin page here.

    Thank you!

    in reply to: 1 license of NewsCard Pro can be used for how many domains? #96851

    Hi @harijanto-808,

    You can not directly achieve dark mode, however we can provide you the custom CSS code to have dark mode on pro version.

    Thank you!

    in reply to: Change page background colors #96790

    Hi Mravi,

    To change the background color of page/post container just login to your WP dashboard/admin and go to Appearance > Customize > Additional CSS and paste below custom CSS code:

    .post, .hentry,
    .product.type-product,
    .type-attachment {
        background-color: #ffffff;
    }

    Note: Change above Hex background color code #ffffff to your own Hex color code.

    Thank you!

    in reply to: Image Links #96789

    Hi @matthewdonald2000,

    Can you please clarify where in our theme you are trying to show the profile image.

    Thank you!

    in reply to: How can i put “posted x minutes ago on my posts? #96717

    Hi there,

    To put posted x minutes ago on the articles just go to theme main directory inc > functions.php on line no: 124 there you will see below line of code:

    $time_string = get_the_time( get_option( 'date_format' ) );

    replace the above line of code with below one:

    $time_string = human_time_diff( get_post_time('U'), current_time('timestamp') ) . " " . __('ago', 'newscard');

    Note: We recommended you to create a child theme for customizing the theme main code so that the customization code won’t lost whenever you update the theme to the new version. You can simply override the function code with above line of code into your chid theme function.php file.

    Thank you!

    in reply to: Add symbol on categories #96716

    Hi there,

    First of all go to Appearance > Customize > Additional CSS and paste below custom CSS code:

    .entry-meta .cat-links span {
        font-weight: 700;
        margin-right: 7px;
        float: left;
    }

    after that now go to theme main directory template-parts > content.php on line no: 39 there you will see below line of code:

    <div class="cat-links"><?php the_category(' '); ?></div>

    replace above code with below one:

    <div class="cat-links"><?php the_category('<span>></span>'); ?></div>

    Note: We recommended you to create a child theme for customizing the theme main code so that the customization code won’t lost whenever you update the theme to the new version.

    Thank you!

    in reply to: Site Codes #96715

    Hi there,

    You can see the code via Appearance > Theme Editor however we do not recommended to edit the code from there.

    Thank you!

    in reply to: Featured Slider Not working #96714

    Hi @billcrprus-32

    Can you please clarify a bit more about your problem related to featured slider?

    Thank you!

    in reply to: Change page background colors #96713

    Hi Mravi,

    To change the background color just login to your WP Dashboard and then go to Appearance > Customize > Colors > Elements Color there you can see Background Color option to change background.

    Thank you!

Viewing 15 posts - 301 through 315 (of 3,470 total)