Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
February 9, 2022 at 4:34 pm in reply to: 1 license of NewsCard Pro can be used for how many domains? #96851Theme Horse Support Team
KeymasterHi @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!
Theme Horse Support Team
KeymasterHi 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
#ffffffto your own Hex color code.Thank you!
Theme Horse Support Team
KeymasterCan you please clarify where in our theme you are trying to show the profile image.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi there,
You can see the code via Appearance > Theme Editor however we do not recommended to edit the code from there.
Thank you!
Theme Horse Support Team
KeymasterCan you please clarify a bit more about your problem related to featured slider?
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi there,
Sorry! For this it needs code customize, you have to hire a developer.
Thank you!
Theme Horse Support Team
KeymasterTo show “You May Missed” only on Homepage just login to your WP dashboard then go to Appearance > Customize > Additional CSS
.site-footer .featured-stories { display: none; } .home .site-footer .featured-stories { display: inherit; }Thank you!
February 2, 2022 at 4:51 pm in reply to: 1 license of NewsCard Pro can be used for how many domains? #96710Theme Horse Support Team
Keymasterhi there,
You can use the NewsCard Pro theme into multiple sites/domains with single purchase/1 license.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @dave-8341
February 2, 2022 at 4:44 pm in reply to: Header and Background images resetted with WordPress 5.8.3 #96705Theme Horse Support Team
KeymasterHi Dunde,
Can you please clarify more? We have not faced such issue while updating the WP.
Thank you!
-
AuthorPosts
