Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymaster@beatriz If you can not set the slider by following up the instruction. Please provide us the temporary username and password to your site via Email. Please do not share any username and password here in this forum because this forum is public and visible to all customers.
And thank you Daniel @dd for the help 🙂
Theme Horse Support Team
KeymasterHi @landile-x
Changing color feature is not available in the free version you have to upgrade to premium version to have the color feature and many more. To make slider follow this instruction https://www.themehorse.com/theme-instruction/interface/#slider
Thank you!
Theme Horse Support Team
Keymaster@lbdc-design Can you please take a photo and show us how it looks like in iPad mini. So that we can help you easily.
Thank you!
Theme Horse Support Team
KeymasterTry below Custom CSS code once and let us know.
@media only screen and (max-width: 1024px) { .featured-slider .featured-image { background-attachment: scroll; } }
Thank you!
Theme Horse Support Team
KeymasterAre you trying to set the slider here like in this demo https://www.themehorse.com/preview/attitude/
Thank you!
Theme Horse Support Team
KeymasterHi Lemonpath,
Great!
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/clean-retina
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi waldjunge,
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ambition
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Waldjunge,
You can try below CSS code. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:
.narrow-layout .info-bar { position: fixed; width: 1230px; z-index: 100; } .narrow-layout .hgroup-wrap { border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: fixed; top: 34px; width: 1230px; z-index: 100; } @media only screen and (max-width: 1290px) { .narrow-layout .info-bar, .narrow-layout .hgroup-wrap { width: 964px; } } @media only screen and (max-width: 1023px) { .narrow-layout .hgroup-wrap, .narrow-layout .info-bar { width: 708px; } } @media only screen and (max-width: 767px) { .narrow-layout .hgroup-wrap, .narrow-layout .info-bar { width: 300px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .narrow-layout .hgroup-wrap, .narrow-layout .info-bar { width: 460px; } } @media only screen and (max-width: 767px) { .narrow-layout .hgroup-wrap { top: 0; } }
Thank you!
Theme Horse Support Team
KeymasterHi beatriz,
To have the slider please follow this instruction https://www.themehorse.com/theme-instruction/attitude/#slider
Please create your own topic rather then posting in others topic.Thank you!
Theme Horse Support Team
KeymasterHi lbdc.design,
We have set the featured image as background image so that the background image cover up your whole screen with 100%.
To have the same featured image for smaller devices you have to add the custom css. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:@media only screen and (max-width: 1023px) and (min-width: 480px) and (max-width: 767px) { .featured-slider .featured-image { padding: 0; } }
Thank you!
Theme Horse Support Team
KeymasterHi Lemonpath,
To change font just for block quote you have to add the cutstom css. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
blockquote { font-family: arial, serif; }
Note: Please change above font-family arial to your own font-family.
Thank you!
Theme Horse Support Team
KeymasterHi AriellebarnettgQA,
You can have the previous version here https://wordpress.org/themes/download/interface.2.0.3.zip?nostats=1
Thank you!
Theme Horse Support Team
KeymasterThank you! @Saeco25
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ambition
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Lisa,
We have replied you here
Please do not create two topic with same issue. Do search the forum first before posting the topic.Thank you!
October 14, 2015 at 6:51 am in reply to: Show title box but no text on featured page slider pictures #36617Theme Horse Support Team
KeymasterHi Jim,
To hide the featured content go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-content { display: none; }
Thank you!
-
AuthorPosts