Forum Replies Created
-
AuthorPosts
-
February 15, 2022 at 7:39 am in reply to: increase width of posts on mobile screen and quality background images #96982
Theme Horse Support Team
KeymasterWelcome anytime Henny
Theme Horse Support Team
KeymasterYou can browse our themes here which supports AMP. If you have any problem please let us know.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
February 9, 2022 at 4:45 pm in reply to: Latest Update section doesnt appear and home page redirect #96856Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
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
#ffffff
to 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!
-
AuthorPosts