Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Cristina,
It seems that you have set the black color for you site and our menu icon is in transparent image. So menu icon disappeared.
you have to change the menu bar color to any light color expect dark black.
To change the menu bar color Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button. I have set the white color below. You can change it to any of your choice.#access { background-color: #fff; }
Thank you!
Theme Horse Support Team
KeymasterHi Jeanlucgarnier,
To centralize the icon in the Featured Post widgets on Business Page Sidebar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_service {
text-align: center;
}
.service-item .service-icon {
margin: 0 auto 10px;
}And to have a tooltip displaying image it needs code customization you have to hire developer for this.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi running_free73,
Yes you are right
before_title
andafter_title
tags should not be different but it seems that there is no different code in attitude_widgets file. If it was found in your code then it means someone have edited the code better re-update the theme.Thank you!
Theme Horse Support Team
KeymasterHi Running_free73,
Can we have the site URL? so that we can provide you a exact CSS code to hide the next/previous button.
Thank you!
Theme Horse Support Team
KeymasterHi Kmkulesza,
If you have customize the core file of the ultimate theme then your all customization code will be lost after you update the theme.
Better make a child theme to customize the theme.Thank you!
Theme Horse Support Team
Keymasterhi Bkchua,
Yes it affect the responsive view of the website you have to set individually for responsive layouts.
Thank you!
Theme Horse Support Team
KeymasterHi Chris,
To hide the text in the services widget from the home page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_service p { display: none; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterGreat! Thank you for purchasing our theme. 🙂
Theme Horse Support Team
KeymasterHi Susan,
Could you please send us the temporary username and password of your site in our Email? so that we can have a look in to your issue?
Thank you!
Theme Horse Support Team
KeymasterHi Paulien,
To reduce the white space in 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: 21px; } #site-logo { margin-top: 12px; } .hgroup-right { margin-top: 18px; }
And sorry you can not place the menu above the header by easy way because it’s a new feature to be add in the theme.
You have to hire a developer for this.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Paulien,
Sorry this features is only available in premium version of Attitude. You have to purchase the pro version to have this features.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Jared,
It seems that you have purchased the theme again and this time its not on hold.
Now you can cancel your first order that is on Hold.Thank you!
Theme Horse Support Team
KeymasterHi Jared,
It seems that you have purchased the theme via eCheque payment method.
And we have not put your order in hold PayPal puts your order on hold and message us as below:
It usually takes about 3-5 days for you to receive the money (estimated: 6/5/2015 – 6/9/2015). We recommend that you wait until the money arrives before posting items. We’ll email you when this eCheque payment has been deposited into your PayPal account.Thank you!
Theme Horse Support Team
KeymasterHi bkchua,
To center the featured image in each blog post Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.post-featured-image { margin: 0 auto 15px; }
Hope this help for you.
Thank you!
May 29, 2015 at 6:23 am in reply to: My Homepage is the posts page – Feature Image size issue #25229Theme Horse Support Team
KeymasterOk then follow the below instruction:
- First create the page with any name.
- Set that new page to Blog Image Medium template as shown in this screenshot
- Now set you front page display as a static page and set that newly created page to front page.
Hope this will help.
Thank you!
-
AuthorPosts