Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
You will need some css adjustment for that. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.hgroup-wrap img {
clear: both;
margin-bottom: 0;
margin-top: 0;
float: left;
}
.hgroup-wrap {
padding-bottom: 20px;
}Hope this helps.
Sanjip ShahParticipant@jkrassman Please follow the instructions here https://www.themehorse.com/theme-instruction/clean-retina-pro/#CustomHeader. Hope this helps.
Sanjip ShahParticipant@kathy Please follow the instructions here https://www.themehorse.com/theme-instruction/clean-retina-pro/#corporatetemplate to set up the page just like in our demo. You can just avoid the testimonials section if you don’t want it. About the recent work, the theme is designed to link to the respective page but not to the latest posts.
Sanjip ShahParticipant@Grafixer Okay. Great!
Sanjip ShahParticipant@DD In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.service-item p { text-align: justify; }
Sanjip ShahParticipant@fankybee Which is the function that you want to edit. If it is this function attitude_theloop_for_page. Then just copy this function in the functions.php file of your child theme and make the necessary changes there.
function attitude_theloop_for_page() { // Copy all the inside code and make you changes here. }
March 3, 2014 at 7:39 pm in reply to: Search, pages, archyves, categories at the bottom of the page #8326Sanjip ShahParticipant@marializ If this issue could be shown online it could have been much easier for me to understand issue. Sometimes, there may be a need to make corresponding adjustment to the theme to make it compatible with the plugin. For that you may need to hire a developer as well. However, one easy way could be to get rid of the bottom part by using css and hiding it.
Sanjip ShahParticipant@vjain419 Okay. Great!
Sanjip ShahParticipant@boostimedia You can try searching for some similar plugins which might not cause conflict.
Sanjip ShahParticipant@Lisa For now custom css could be the easier way to remove it. So, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.single-attachment .comments-area { display: none; }
Sanjip ShahParticipant@charles 1. Our theme supports the header menu only. So, moving it from header to footer or creating a new one in footer will need code customization. Thus, you may need to hire a developer on this one.
2. For this you can go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’..hgroup-right { display: none; }
March 3, 2014 at 7:24 pm in reply to: Services widget is not showing on my home "business page". #8321Sanjip ShahParticipant@ddemirjian I don’t think if that could be the issue. Please try using some other themes and see if some similar issues occur with them or not.
March 3, 2014 at 7:20 pm in reply to: Menu item page not showing abstracts of sub menu items pages #8320Sanjip ShahParticipantI could not get what you are trying to achieve. Can you clarify on this more?
Sanjip ShahParticipant@patricia I guess you need to adjust the path of the image. Please view this thread http://wordpress.org/support/topic/header-image-custom-css?replies=9 and see if this helps.
Sanjip ShahParticipant@Jolie Just visited the link that you provided. It looks fine to me, is the issue still there?
-
AuthorPosts