Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterNovember 2, 2017 at 10:11 am in reply to: Mobil device doesn't not show photo under the slider #53907Theme Horse Support Team
KeymasterHI Barbara,
It’s due to the background-attachment fixed which is not supported my some browser in mobile devices.
To fix it just add below custom css code:@media only screen and (max-width: 767px) { .header-main, .widget_promotional_bar .promotional_bar_content, #colophon .info-bar { background-attachment: scroll; } }
Thank you!
Theme Horse Support Team
KeymasterHi Russ,
Thank you for sending login credential.
We will reply you via email related with this issue.Thank you!
October 31, 2017 at 4:58 am in reply to: Getting rid of grey thick box around main content on every page. #53873Theme Horse Support Team
KeymasterHi @ce-ibanez
Please use below css code to change the grey color to white for thick box around main content on every page.
#page { background-color: #fff; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Rnazarioc,
Sorry! It needs code customization you need to hire a developer for it as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Paula.macia,
Please remove the advertisement that you have placed in the footer sidebar. Its takes its exact width and will not look nice for mobile devices. Add the advertisement only which support responsiveness.
Thank you!
October 26, 2017 at 6:32 am in reply to: Business Page Section, no aparece en theme interface free. Porque? #53763Theme Horse Support Team
KeymasterHi rnazarioc,
That’s because you have not selected the business template for your main page. You need to choose Business Template via Template drop down. If you have any issue while setup the theme here is Theme Instruction
Thank you!
Theme Horse Support Team
KeymasterHi Greyhare,
Yes it will stay the same. No any data will be lost from your site. You can update it without any issue.
What we would like to know you is we have moved some options from Appearance > Theme Options to Appearance > Customize
Please see the changelog. There are lots of features and bug fixes.
If you have customize the theme code just backup the old version of the theme before updating a new one.
If you got any issue then please let us know.Thank you!
Regards,
Theme HorseOctober 20, 2017 at 9:22 am in reply to: I need to Copy the DEMO "ULTIMATE PRO" into my new website #53690Theme Horse Support Team
KeymasterHi @escoluis,
First thank you for selecting our theme.
We have received your email and will reply you via email for further enquiry about your request.Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi @escoluis,
First thank you for selecting our theme.
We have received your email and will reply you via email for further enquiry about your request.Thank you!
Regards,
Theme HorseOctober 12, 2017 at 6:42 pm in reply to: Question: Does this theme have a slider for testimonials? #53602Theme Horse Support Team
KeymasterHi Tim,
Sorry there is no testimonials section that rotate but you can add some plugin that have rotate testimonial slider features in this theme.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Jquincy,
First add the logo from go to
Appearance > Customize > Design Option > Custom Header
there you can see header logo option add the logo and select header logo only option.And now go to
Appearance > Customize > Design Option > Custom CSS
and paste the below css code.#branding { background-color: #000; } #access { background-color: #fff; }
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Khanhedu,
Apologies for the late reply,
We are having issue in our support forum.Regarding to your question go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.featured-text .featured-title { background-color: #63c6ae; }
Note: Change the above HEX color code
#63c6ae
to your own color code.Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Martin,
We have designed our theme this way. Image will automatically resized as of your device.
We have used the image in background so it needs customization you need to hire developer or purchase a Revolution Slider Plugin which is compatible to our theme. there you can have lots of option foe your slider.Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Heidi,
To make site logo and main navigation to be left aligned go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (min-width: 768px) { .hgroup-wrap { height: inherit; } #site-logo { float: none; } #site-title { float: none; margin-right: 0; } .hgroup-right { float: none; min-width: inherit; padding-right: 0; } nav#site-navigation .current-menu-item:hover { border: 0 none; } .main-navigation { float: none; } .main-navigation li { margin-right: 25px; margin-left: 0; } }
Thank you!
-
AuthorPosts