Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Broz,
Login to our site with the same username and password that you have purchased the theme before. After login you will redirected to your account page there you can see the available download section. If there is no download section then please contact our sales team via Email.
Thank you!
Theme Horse Support Team
KeymasterHi Michel,
Sorry! We could not understand what you are trying to say. Could you please clarify it one more time?
Thank you!
Theme Horse Support Team
KeymasterHi XIPNOS,
Please email the sales team requesting revolution slider version with your purchase detail. They will provide you the zip file of the latest version of Revolution Slider.
Also according to WordPress.org policy Revolution Slider Plugin will be removed from new version because of non GPL code. There will be no longer Revolution Slider Plugin available in this theme. You have to purchase it from the codecanyon.net/ individually. So that you can update the version automatically as well as have dedicated support too. Sorry for inconvenience.
Thank you!
Thank you!
Theme Horse Support Team
KeymasterHi Casandra,
Install the revolution slider. Create a revolution Slider and edit the slides -> layer content.
There you can see the text/HTML field to insert the button. View this screenshot http://awesomescreenshot.com/05a54ywx31Also according to WordPress.org policy Revolution Slider Plugin has been removed from version 1.0.1 because of non GPL code. There will be no longer Revolution Slider Plugin available in this theme. You have to purchase it from the codecanyon.net/ individually. So that you can update the version automatically as well as have dedicated support. Sorry for inconvenience
Thank you!
Theme Horse Support Team
KeymasterHi Leeann,
Yes, There is an display issue in the logo. We will update it on next version. For now please login to you WordPress dashboard
Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code and Click on Save & Publish button:@media only screen and (max-width: 1023px) { #site-title a img { max-width: 708px; } .narrow-layout #site-title a img { max-width: 668px; } }
Thank you!
Theme Horse Support Team
KeymasterHi Pilafa,
To remove the digit in the controller dots you have to set the same color for digit too.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:#controllers a { background-color: #404040; color: #404040; }
About slider issue please provide us the temporary username and password of your WordPress admin site via Email so that we can have a look into your issue.
Thank you!
Theme Horse Support Team
KeymasterHI Leeann,
Did you customize and code? If not then first of all deactivate all the plugins that you have installed in your dashboard. If the same issue exist Go to Apperance > customize > Ambition Theme Options > custom CSS and paste below CSS Code:
.featured-slider .featured-image { min-height: 260px; }
We have already update above CSS code in our latest version but it seems that it was not loaded in your site.
Hope now this will help.Thank you!
Theme Horse Support Team
KeymasterHi Daniel,
Sorry for late reply? We missed your topic.
Are you trying to reduce the gap between the widgets in the footer?Thank you!
Theme Horse Support Team
KeymasterHi Nienke,
We have viewed your site.
Please clarify us which sidebar you are talking about?Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Nienke,
That’s Great!
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ultimate
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Phil,
Sorry for that we forget that the character
>
will not support in the custom CSS for security reason.
So, Now you have to create the child theme and use above override CSS code.To create the child theme create a new folder name ambition-child.
Also create a style.css inside ambition-child folder and paste the below CSS code:/* Theme Name: Ambition Child Theme Author: Theme Horse WordPress User Template: ambition */ @import url("../ambition/style.css"); .main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a, .main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover { color: #00ffff; }
Now activate your child theme ambition-child via dashboard and also do not delete the main theme ambition because it will be a parent theme of your child theme ambition-child.
Hope it will help.
Thank you!
Theme Horse Support Team
KeymasterHi Justyn,
To reduce the height of the header go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap { padding-bottom: 0; } .hgroup-right { margin-top: 20px; } #site-logo { margin-top: 0; }
And your red button text color is already in white color not gray.
Thank you!
Theme Horse Support Team
KeymasterHiBel,
You can decrease the above digit value as your need.
Anyways I have reduced it please go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.hgroup-wrap { padding-bottom: 5px; } .hgroup-right { margin-top: 12px; } #site-logo { margin-top: 5px; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterGreat! 🙂
Theme Horse Support Team
KeymasterHi Nienke,
We have designed our Business template to have our own widget so your text widget is not displaying correctly.
Anyways to reduce the width of text widget in business template Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.business-layout .widget_black_studio_tinymce { margin: 0 auto; padding: 50px 0 30px; width: 990px; } @media only screen and (max-width: 1078px) { .business-layout .widget_black_studio_tinymce { width: 708px; } .narrow-layout .widget_black_studio_tinymce { width: 668px; } } @media only screen and (max-width: 767px) { .business-layout .widget_black_studio_tinymce { width: 300px; } .narrow-layout .widget_black_studio_tinymce { width: 280px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .business-layout .widget_black_studio_tinymce { width: 460px; } .narrow-layout .widget_black_studio_tinymce { width: 440px; } } @media only screen and (max-width: 319px) { .business-layout .widget_black_studio_tinymce, .narrow-layout .widget_black_studio_tinymce { width: 95%; } }
Thank you for using our theme.
-
AuthorPosts