Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi jr.cuaz,
Currently we don’t have demo content. For more information you can visit Documentation
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
KeymasterJust now also we checked into our site and everything is working fine so we are waiting for your login details to look the issues into your site. You can keep ambition free version activated currently.
Thank you!
Theme Horse Support Team
KeymasterHi Russ,
It seems that you have removed the excerpt text to blank so that read more button is not displaying. Please add some text to display read more button.
If you don’t need some readmore on specific section then we can provide you some custom css. Please let us know.
We also check from our end and there is no any issue in our theme. Could you please Email Us us your temporary username and password. We will look into it.
Thank you!
Theme Horse Support Team
KeymasterHi Russ,
Could you please provide us your site url with pro theme activated. We will look into it. We have not encountered such issue in our theme.
Thank you!
November 1, 2017 at 5:07 am in reply to: Getting rid of grey thick box around main content on every page. #53890Theme Horse Support Team
KeymasterThat’s great
Thank you!
Theme Horse Support Team
KeymasterHi Hi mers216,
To remove the link from specific title and image code customisation is required as this is a new feature to be added in the theme. So you need to hire a developer to fix it.
Go to theme folder -> inc -> widgets -> ambition-widgets.php on line no 424 remove this line of code
<div class="service-img"><a title="<?php the_title(); ?>" href="<?php the_permalink(); ?>"> <?php echo get_the_post_thumbnail( $post->ID, 'ambition-icon'); ?> </a> </div>
with
<div class="service-img"><?php echo get_the_post_thumbnail( $post->ID, 'ambition-icon'); ?></div>
and also on line no 427
<h3 class="service-title"><a title="<?php echo esc_attr($page_title); ?>" href="<?php the_permalink(); ?>"><?php echo esc_attr($page_title); ?></a></h3>
with
<h3 class="service-title"><?php echo esc_attr($page_title); ?></h3>
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
Thank you!
Theme Horse Support Team
KeymasterHi mers216,
The underscores doesn’t have the read more link because, it only have character less than 130. If you character is less than 130 then it will not display read more link. So you need to add character less than 130 including space. So that your specific service page widget will not show read more text.
Thank you!
October 30, 2017 at 5:42 am in reply to: Business Page Section, no aparece en theme interface free. Porque? #53856Theme Horse Support Team
KeymasterYou welcome rnazarioc
Thank you!
October 27, 2017 at 4:32 am in reply to: Mobil device doesn't not show photo under the slider #53830Theme Horse Support Team
KeymasterHi Barbara Vernoski,
Could you please provide us your site url so that we can help you what’s wrong with your site.
Thank you!
Theme Horse Support Team
KeymasterHi Barbara Vernoski,
please go to specific page you have created for services. At the top right there is screen options Click on Excerpt checkbox.
The Excerpt field will appear on that page. Add the content how much you would like to display it.
Thank you!
October 23, 2017 at 4:18 am in reply to: I need to Copy the DEMO "ULTIMATE PRO" into my new website #53713Theme Horse Support Team
KeymasterHi LUIS ,
Could you also please help us rating this theme in WordPress Repository.
We really appreciate your rating.
Thank you!
Theme Horse Support Team
Keymasterhi escoluis,
Please create your own topic if you have any questions. Did you provided us login details? Email Us your login details and we will set it up to coming Monday. Currently we are having festival here so we are unavailable at office. We will be back on Monday at office. We don’t have any dummy content to set up site but we will set up if you want us to do it then.
You can follow theme instruction where you can set it as in our demo site.
Sorry for late response.
Thank you!
Theme Horse Support Team
KeymasterHi Jim Sarniak,
Did you select the specific category for your gallery post. Did you select the projects gallery category ? If you still have an issue then Email Us you temporary user name and password with this forum link. We will look what’s wrong in your site.
Thank you!
Theme Horse Support Team
KeymasterThat’s great kagol
Thank you!
Theme Horse Support Team
KeymasterHi sourav,
Go to dashboard -> appearance -> customize -> design options -> custom css and paste the below css code.
.featured-text .call-to-action { display: none; }
Thank you!
-
AuthorPosts