Forum Replies Created
-
AuthorPosts
-
June 30, 2020 at 12:21 pm in reply to: How to add Site title and description to navigation bar #79029
Theme Horse Support Team
KeymasterHello John,
Can you please clarify why you want to delete your forum activities?
We will have to delete all your replies including topics as well.Thank you!
Theme Horse Support Team
KeymasterHi there,
You can easily add custom pages in footer sidebar area via widget.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Sorry! What you are trying to say? Can you please clarify?
Thank you!
Theme Horse Support Team
KeymasterHi Rudolf,
Just login to our site with the same username while you have purchase before and you will be redirected to your account page where you can see your order detail with download tab button to get latest version of the theme, download the file and upload to your WP theme directory and activate it.
Thank you!
Theme Horse Support Team
KeymasterIf you want to off the mobile theme/style you can follow the instruction above. If you have any problem do not hesitate to contact us.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime Russ28.
Theme Horse Support Team
KeymasterWelcome anytime Tiago.
Theme Horse Support Team
KeymasterHi Leandro,
Can you please clarify it with more detail we can not understand what are you trying to say?
Also please ask your queries in english language.Thank you!
Theme Horse Support Team
KeymasterHi Rudolf,
We have checked it on PHP 7.4 and its working fine without any issue.
Can you please deactivate the plugin one by one and check? It may be some issue from some plugin too.Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterWelcome anytime @eric1
Theme Horse Support Team
KeymasterHi Ahmed,
For this you have to customize the theme main code.
Just go to theme directory > inc > structure > content-extensions.php on line no:294 you will find<article>tag below to this tag just paste below code.<?php if ( has_post_thumbnail()) { ?> <img style="margin-bottom: 20px;" src="<?php echo esc_url(get_the_post_thumbnail_url(get_the_ID(),'full')); ?>" alt=""> <?php } ?>Note: We recommended you to create a child theme and paste above code rather than adding it into the theme main code.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Just login to your WP dashboard (WP admin) and go to Appearance > Customize > Superior Pro Theme Options > Color Options there you will see the Site Title/ Main Navigation option to change the background color of Site Title/ Primary navigation section and to change the color of the navigation go to Appearance > Customize > Superior Pro Theme Options > Font Color where you can see Navigation option to change the color of the navigation.
Thank you!
June 22, 2020 at 8:41 am in reply to: How to remove “No comment “ from appearing in search results #78736Theme Horse Support Team
KeymasterHi John,
We will update this into next version update till then follow the instruction below which disable the no-comment links if there is 0 comment:
Just go to theme directory > template-parts > content.php on line no: 64 and in content-search.php on line no: 45 you will find below line of code:
<?php if ( comments_open() ) { ?>just replace above mentioned code to the below one.
<?php if ( comments_open() && get_comments_number() ) { ?>Thank you!
June 21, 2020 at 5:23 am in reply to: How to add Site title and description to navigation bar #78696Theme Horse Support Team
KeymasterHello John,
We have removed your site Url from this topic.
Thank you!
-
AuthorPosts
