Forum Replies Created
-
AuthorPosts
-
January 20, 2022 at 5:30 pm in reply to: Remove Author and Date Tag from Posts (NOT ALL META) #96335
Theme Horse Support Team
KeymasterHi Peter,
To remove it from the code completely just go to theme main directory then inc > structure > content-extension.php on
line no: 94 and 236
there you can see<div class="by-author vcard author">
and online no:100 and 242
there you can see<div class="date updated">
remove these div tags as well as all the code inside it.Note: Make sure to remove it via creating child theme so that your customize code won’t be lost while you update the theme to the new version.
Thank you!
January 19, 2022 at 12:37 pm in reply to: Remove Author and Date Tag from Posts (NOT ALL META) #96290Theme Horse Support Team
KeymasterHi Peter,
To remove author and date tag from the posts just go to Appearance > Customize > Additional CSS and paste below custom CSS:
.entry-meta .by-author, .entry-meta .date { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Harry,
We have checked the theme in PHP 8.0 or higher and yes we found the similar issue.
We will release the new version fixing those issue till then if you need beta release of the new version you can request it here.Thank you for reporting the issue.
Theme Horse Support Team
KeymasterHi there,
To add Ads Banners in the middle of the homepage, you can use Image widget or Custom HTML widget.
Otherwise, upgrade to the premium version of the theme so that you can get extra Advertisement Widget where you can add Ads easily.Thank you!
Theme Horse Support Team
KeymasterHi Peter,
The demo site for WP Portfolio is created by using https://www.themehorse.com/preview/wp-portfolio/ and demo site for WP Portfolio Pro is created using https://www.themehorse.com/preview/wp-portfolio-pro you can easily create a menu as shown in demos sites.
Thank you!
January 17, 2022 at 4:37 pm in reply to: How can I protect my customized codes while theme updates? #96232Theme Horse Support Team
KeymasterHello Raffet,
Thank you for sharing us the child theme.
One of our email support member will reply you via email.Thank you!
Theme Horse Support Team
KeymasterHello Dave,
For to remove category from the footer featured posts on other pages just paste below custom CSS code in Appearance > Customize > Additional CSS
.site-footer .featured-stories .category-meta { display: none; }
Thank you!
January 15, 2022 at 3:58 pm in reply to: How can I protect my customized codes while theme updates? #96196Theme Horse Support Team
KeymasterHi @raffet-ali,
How you are sure that functions.php & header.php file have been customized by the plugin?
Can you please clarify what customization have made in those files? Also can you please provide us the child theme via email here.Thank you!
Theme Horse Support Team
KeymasterHi Dave-8341,
Login to your WP dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to remove category tags from the homepage.
.home .category-meta { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Dave-8341,
Login to your WP dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to hide tags from the post image.
.home .category-meta { display: none; }
Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi Wolfram,
It seems that you need to clear all the cache browser cache, site (plugin’s) cache and server (hosting) cache and check once and let us know.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @raffet-ali
Theme Horse Support Team
KeymasterHi Wolfram,
We have checked all three JS and do not found any error/warning messages.
Can you please provide us the full detail warning message that you have received.Thank you!
Theme Horse Support Team
KeymasterSorry! We are not saying that SEO will be not ranking factor in 2022.
We are just saying that there will be no any SEO impact while using our theme.Thank you!
-
AuthorPosts