Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi there,
For this, it needs code customization. You have to hire a developer for this as this is a new feature to add to the theme.
May you can get that via some plugins. Google it, you may find some plugins to achieve that.Thank you!
Theme Horse Support Team
KeymasterWelcome anytime colormatters.
February 25, 2022 at 1:52 pm in reply to: The image doesnt show on FB when I share an article #97332Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi there,
1. What do you mean by doesn’t appear in Google? Did you set the latest post in that banner section.
2. For to add stock image for advertisement in that area, it needs code customization you need to hire a developer and add customization code in the bottom of the header.php file but we recommended you to customize those file via creating child theme.
Thank you!
February 25, 2022 at 1:39 pm in reply to: Headers and text boxes bleed off of phone display.. #97324Theme Horse Support Team
KeymasterWelcome anytime @shane-trahan
Theme Horse Support Team
KeymasterWelcome anytime @admin-5103
Theme Horse Support Team
KeymasterWelcome anytime @juergen-zoellner-3928
Theme Horse Support Team
KeymasterHi admin-5103,
Thanks for sharing the information about your Location. It sounds really great.
Ok, to add the live time ticker with the additional text. Please go to
Theme Directory > header.php
file online: 41
, you will find below line of code.<ul><li class="date"><?php echo esc_html(date_i18n("l, F j, Y")); ?></li></ul>
Simply replace the mentioned code with the below Custom Code.
<ul><li class="date"><?php echo esc_html('The time in Scheveningen is '); echo esc_html(date('g i: A')); echo esc_html(date_i18n("l, F j, Y")); ?></li></ul>
NOTE: Please make sure you make the child theme first before customizing the Theme code so that you won’t loose the customized code when updating theme to the newer Version in future.
Thanks
Theme Horse Support Team
KeymasterHi @tanveer-ali,
For this it needs code customization you have to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi there,
You can only choose between Right Sidebar and Left Sidebar.
Edit the respective page and you will find theSidebar Layout
option on the bottom of that page editor.Thanks
February 22, 2022 at 5:07 pm in reply to: How to change space between lines of post’s content and size of picture comment #97226Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi there,
First thanks for choosing our theme.
Regarding to your issue:
– Make the spacing between lines of post’s content wider (they are now kind of sticky)
Just login to your WP dashboard then go to Appearance > Customizer > Additional CSS and paste the below custom CSS code:
.entry-content p { line-height: 1.6; }
– Make the size of picture comment smaller (they are now look like text in paragraph).
Can you please clarify what you are trying to say?
Thank you!
Theme Horse Support Team
KeymasterHi Harry,
We will soon release the new version fixing those issue.
Did you got the beta release of the new version or not?Thank you for your patience.
Theme Horse Support Team
KeymasterHi Jessica,
We have checked it from our end and there is no such issue.
Can you please clarify where you got those deprecated messages?Thank you!
February 15, 2022 at 7:42 am in reply to: Recommend me theme for WordPress to achieve good speed scores #96988Theme Horse Support Team
Keymaster -
AuthorPosts