Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterYes adding custom css code is a better way.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterYou welcome Tamara
Could you also please help us rating this theme in WordPress Repository.
We really appreciate your rating.
Thank you!Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterThat’s great levicolemagic
Thank you!
Theme Horse Support Team
KeymasterHi Linda Remba,
You can Email Us your login details with this forum link too. Also mention clearly what issues are you getting.
Thank you
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterThat’s great torikirkby
Thank you!
-
AuthorPosts