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 - 1,201 through 1,215 (of 5,207 total)
  • Author
    Posts
  • in reply to: Insert exceprt in slider #52081

    Hi Mircea,

    You can’t add article excerpt in slides. We have designed our theme this way. It needs code customization. To add this feature in theme is a completely new feature in this theme.
    Go to theme folder -> inc -> functions.php on line no 149 you will see below code
    $wowsome_featured_sliders .= '<div class="featured-title"><a href="'.esc_url(get_permalink()).'" title="'.the_title('', '', false).'">'.esc_html(get_the_title()).'</a></div><!-- .featured-title -->';

    replace it with

    $wowsome_featured_sliders .= '<div class="featured-title"><a href="'.esc_url(get_permalink()).'" title="'.the_title('', '', false).'">'.esc_html(get_the_title()).'</a></div><!-- .featured-title -->'. esc_attr(get_the_excerpt());

    We recommended you not to change the code but if you change the code then while updating to new version all your customized code will be lost. So better make a child theme and customize the code. If you make direct code changes then while you update to new version the same changes need to be made from your end.

    Thank you!

    in reply to: Problems with customizing #52079

    Hi catherinesweeney,

    Did you made any code customization in the theme? If there is no code customisation then first deactivate your plugins one by one and test it again if there is still an issue or not. There is nothing issue with the theme.

    Are you facing an issue with ambition pro themes only or with free ambition themes too.

    Thank you

    in reply to: Demo content #52076

    hi florian.ennemoser,

    Currently we don’t have demo content. For more information you can visit theme instruction
    Please Email Us your temporary username and password with site address. We will set a demo content for you. Don’t forget to send this forum link too.

    Thank you!

    in reply to: How to remove text from homepage images on hover? #52054

    Yes adding custom css code is a better way.

    Thank you!

    in reply to: Updating ultimate theme to ultimate pro #52049

    Hi hallo1,

    Ultimate free is completely compatible with ultimate pro. So you don’t need to worry about it. Purchase Ultimate Pro theme and download it from your account page on your pc.

    Log in to the WordPress Dashboard.
    Go to Appearance->Themes.
    Click on Install Themes at the top.
    browse it and select ultimate pro zip file
    Then Click on Install and activate it.

    Thank you!

    in reply to: Theme Horse: Featured Recent Work Add a picture #52048

    Hi jamecoir,

    Under the recent work you can’t add featured on the first recent work section. On your recent work except first recent work you can add image. We have designed this way. If you like to add featured image on first recent work section the code customization is required. Adding an image on the first recent work section is completely a new features to be added in the theme.
    How to setup recent work as in demo?

    Create Page, give a Title, Description
    Upload Featured image
    Repeat step 1 and 2 for creating other Featured pages.
    Go to Appearance->Widget->Theme Horse: Featured Recent Work
    Drag and Drop this widget to Business Page Sidebar
    Give Title, Description, redirect Text and Redirect Url
    Now select the pages you want to show from the drop down

    Thank you!

    in reply to: Header Position #52018

    hi andi.micro,

    Its because you have added a header image. Header image will be always displayed at the top of the page. You can read our theme instruction page to set up slider.

    Thank you!

    in reply to: Blog page and social media icons #51979

    You welcome Tamara
    Could you also please help us rating this theme in WordPress Repository.
    We really appreciate your rating.
    Thank you!

    in reply to: problem downloading theme #51978

    Hi mir_iliescu,

    You can download WowSome Theme from here which is live at WordPress.org

    Thank you!

    in reply to: Video Headers #51975

    That’s great levicolemagic

    Thank you!

    in reply to: Mobile and Tablet version not working #51933

    Hi Linda Remba,

    You can Email Us your login details with this forum link too. Also mention clearly what issues are you getting.

    Thank you

    in reply to: coloured Bar under header not appearing #51916

    Hi dannyreb,

    If you want to display in home page also then a bit of code customization is required. Goto theme folder -> inc -> structure -> header-extension.php on line no 365 and 386 and remove this code
    From line 365
    if( ( ( '' != interface_header_title() ) || ( $interface_show_breadcrumb == 'true' && function_exists( 'bcn_display_list' ) ) ) && !( is_home() || is_front_page() ) ) {
    and from line 386
    }

    We recommended you not to customize the code but if you really like to customize the code then we recommended you to create a child theme so that while updating to new version your customized code will not be lost. So better make a child theme before making any customization in the theme or make same changes each and everytime while you update to new version.

    Thank you!

    in reply to: no page title wrap #51915

    Hi dannyreb,

    Yes in homepage the title bar is not required and we have designed our theme this way. Currently our theme is also not compatible with WooCommerce. We are working on it and we will make compatible with it in new version.

    Thank you

    in reply to: Mobile and Tablet version not working #51914

    Hi Linda Remba,

    Could you provide your Site Address so that we may help you? The theme must work fine on mobile and tablet.

    Thank you

    in reply to: only 10 images on front page? #51913

    That’s great torikirkby

    Thank you!

Viewing 15 posts - 1,201 through 1,215 (of 5,207 total)