Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi lemonpath,
You cannot add the Read More above the social share icons. The read more will be appear after the content. So this is not possible. It needs code customization and you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi ryanjpugh,
Which second button do you mean? Please clarify and also provide your site Url too. We don’t have this color options available in free version of our theme.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great Jason
Thank you!
Theme Horse Support Team
KeymasterHi Jörg,
We have designed our theme this way. To add the link in our team template you may just create a child theme and under functions.php file create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Our Team widgets, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.
Thank you!
Theme Horse Support Team
KeymasterHi Chama,
The service link is already linked to particular page. Could you once send your site Url too. You can also view in our demo site and the read more button is linked to particular pages and is not linked to home page.
https://www.themehorse.com/preview/interface-pro/Thank you!
Theme Horse Support Team
KeymasterHi Chama,
The service link is already linked to particular page. Could you once send your site Url too. You can also view in our demo site and the read more button is linked to particular pages.
https://www.themehorse.com/preview/interface-pro/Thank you!
Theme Horse Support Team
KeymasterHi James,
Go to dashboard -> settings -> reading and select the front page. So that it will display in homepage.
View this below screenshot.
http://awesomescreenshot.com/00c51zsh9fThank you!
Theme Horse Support Team
KeymasterHi idealinfos,
We have login to your site and found that there is no any issue in the theme. Its the issue regarding to the plugins. We have also activate twentyfifteen theme and other too and the same issue present. We have also tried contact form 7 shortcode to test in text widget and its working fine. Please contact to the plugin author about this issue.
Thank you!
Theme Horse Support Team
KeymasterHi Camilla,
Did you made any code customisation ? If not then first of all deactivate all the plugins that you have installed in your dashboard and check it whether it will work or not. There may be some plugins conflict so that your slider may not work. If you are still facing the same problem after your plugins deactivate then Email Us and also don’t forget to send this forum Url too.
Thank you!
Theme Horse Support Team
KeymasterHi Andrea,
If you have already a translation ready file then you may add your translation ready file inside the theme folder -> library -> languages (folder). You once create a child theme and then add you translation file inside language directory.
Thank you!
Theme Horse Support Team
KeymasterHi Andrea,
If you have asked for a refund to our support team via email they will reply you.
Thanks for your patient
Theme Horse Support Team
KeymasterHi Cassandra,
What you exactly try to say? Could you make it more clear and also provide your site url too.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great Chama
Thank you!
Theme Horse Support Team
KeymasterHi Chama,
go to the theme folder -> inc ->widgets -> interface_widgets.php. Can you see this code on line no 329 to 333
<?php if ( has_post_thumbnail() ) { echo'<div class="service-icon">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</div>'; } ?>Replace above code with this below code
<?php if ( has_post_thumbnail() ) { echo'<div class="service-icon"><a href="'.get_permalink() .'">'.get_the_post_thumbnail( $post->ID, 'icon' ).'</a></div>'; } ?>Now you can have a link in services icon. Just make a custom service widgets as i have told before in your child theme to avoid you customized code lost.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great bas
Thank you!
-
AuthorPosts
