badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 5,207 total)
  • Author
    Posts
  • in reply to: Read More & Share Buttons #26355

    Hi 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!

    in reply to: Change Color of Send Button on Contact Form #26354

    Hi 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!

    in reply to: Google Font Calls #26317

    Ok that’s great Jason

    Thank you!

    in reply to: our team page template #26316

    Hi 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!

    in reply to: Service Icon Links #26315

    Hi 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!

    in reply to: Service Icon Links #26314

    Hi 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!

    in reply to: How to Change a Pages Permalink? #26313

    Hi 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/00c51zsh9f

    Thank you!

    in reply to: Shortcode doesnt work in the business widget area #26297

    Hi 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!

    in reply to: Sudden problem with Featured Post/Page Slider. #26292

    Hi 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!

    in reply to: Language conversion for Attitude Premium #26291

    Hi 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!

    in reply to: Change header background to image? #26290

    Hi Andrea,

    If you have asked for a refund to our support team via email they will reply you.

    Thanks for your patient

    in reply to: Navigation Container #26289

    Hi Cassandra,

    What you exactly try to say? Could you make it more clear and also provide your site url too.

    Thank you!

    in reply to: Collums #26288

    Ok that’s great Chama

    Thank you!

    in reply to: Service Icon Links #26287

    Hi 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!

    in reply to: Columns and other shortcodes #26286

    Ok that’s great bas

    Thank you!

Viewing 15 posts - 2,551 through 2,565 (of 5,207 total)