Forum Replies Created
-
AuthorPosts
-
Sanjip Shah
Participant@Elisenda 1. Please try using this plugin http://wordpress.org/plugins/wp-google-fonts/ and see if this helps to load the font with your desired weight.
2. For this question it would be easier for us to provide the custom css if you could provide the link to the exact page where you want this.
3. For this, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.#controllers { display: none; }
Sanjip Shah
Participant@Royston If you upload the header logo image from Appearance->Theme Options->Design Options Tab->Custom Header it will work as you want. This header logo image will link back to home page. Give it a try.
Sanjip Shah
Participant@Timo The title in the page-title-wrap will show for the pages which are not the default template. Like if you use a blog template then the title will appear inside this div (the grey part). We have designed theme this way and done this to highlight the unique templates other than the default templates. About the breadcrumb just install this plugin http://wordpress.org/plugins/breadcrumb-navxt/ and it should be fine as this theme already supports this plugin from within the theme.
Sanjip Shah
Participant@Dane Yes it looks fine in the slider settings, just checked the image that you provided. But I want you to conform that featured images are set up for those post that you added in the slider. Please check on that.
@Jolie About the text above the slider disappearing in small devices, we have actually designed the theme in that way. You can try viewing our demo page. If you want to show the text in smaller devices, please view this thread https://www.themehorse.com/support-forum/topic/post-title-and-post-content-not-showing-in-the-slider-in-small-screens/#post-7432. Hope this helps.Sanjip Shah
Participant@jrob79 No, there will be no problem at all. You can try re-installing the theme.
Sanjip Shah
Participant@lillianduggan That will need the code customization. So, you may need to hire a developer on this one.
Sanjip Shah
Participant@markmapstone Did you change or customize the theme file. If yes, then that might have caused the issue please check on that. Also, you could try reinstalling the theme and see if this solves the issue.
Sanjip Shah
Participant@Yasushi To setup the gallery please visit this instruction https://www.themehorse.com/theme-instruction/attitude-pro/#gallery.
Sanjip Shah
ParticipantPlease try adding the following css.
#main { padding-top: 20px; } input[type="reset"], input[type="button"], input[type="submit"] { margin: 0; } #content ul, #content ol { margin: 0; }
Sanjip Shah
Participant@Allan Okay. Great.
Sanjip Shah
Participant@jolie As this issue has never occurred with other users. This might be a issue with the hosting as well. Please try to contact the hosting service provider and see if they can provide some help on this issue.
Sanjip Shah
Participant@boostimedia I see that you have made customization which might also affecting it. Please check on it. Meanwhile I will also be looking into and pass some suggestions to you if I get any. Also, I am not able to replicate the issue so this might take time.
February 28, 2014 at 8:11 am in reply to: removing whitespace between menu bar and page content #8203Sanjip Shah
Participant@mimeie Okay. Great!
Sanjip Shah
Participant@Lisa Can you provide a link to the same image page? I will have to link into it and see if this can be achieved. This is more of a feature coming from the WordPress itself.
Sanjip Shah
Participant@biringo This is pluggable function which means you can copy all the function to the child theme’s functions.php file and make your changes there.
Code to be added in the child themefunction attitude_theloop_for_single() { // Copy all code and make your changes as you need }
-
AuthorPosts