Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@manelequinocci You could try this custom css. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. But now all the footer text will appear a little lower than the social links.
#site-generator .copyright { width: 100%; }
Sanjip ShahParticipant@Annemariehorse Okay. Great!
Sanjip ShahParticipant@adrian Can you provide a link to your site?
Sanjip ShahParticipant@ckeilson You can save in any format that will not make any difference. One thing you could do is while exporting the image, export it in high quality.
Sanjip ShahParticipant@neoleptic the_content will show all the content along with all the included images and videos. For the single post view we have used the_content and for the archive/category/blog page we have used the the_excerpt code. If you also want to show the featured image please visit this page http://codex.wordpress.org/Function_Reference/the_post_thumbnail.
Sanjip ShahParticipant@mcksusan In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#access ul li ul { top: 55px; }
September 20, 2013 at 6:46 am in reply to: why is blog page listing all other page titles with content in right sidebar? #4083Sanjip ShahParticipant@yflyjump Go to your ‘lanes blog’ page in the dashboard, then look for the ‘Specific layout for this page only’ option box.
Check on the Right Sidebar layout and click on ‘Update’ button. This will now show the right sidebar and widgets that you drag to the ‘Right Sidebar’ will appear in the right part of this page. To add the widgets go to Appearance->Widgets.
You can also find this instruction in our theme instruction page here https://www.themehorse.com/theme-instruction/attitude-pro, please go through it to learn more about the theme.Sanjip ShahParticipant@manelequinocci You could either insert the html code in the Footer Editor Option of the Theme Option or you could put it in any of the footer sidebar by using the text widget.
Sanjip ShahParticipant@Dominik There’s no different font according to top, middle or bottom part. Any titles, contents etc, in the whole page are controlled by their respective css.
Sanjip ShahParticipant@Annemariehorse In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { text-transform: none; }
Sanjip ShahParticipant@Dominik You can use the following custom css.
/* Content */ body, input, textarea, .slogan-wrap .slogan span { font-family: "Arial"; } /* Navigation */ #access a, #access select { font-family: "Open Sans"; } /* All Headings/Titles */ h1, h2, h3, h4, h5, h6, #site-title, #site-description, .featured-text .featured-title, .slogan-wrap, .entry-title, .custom-gallery-title { font-family: "Chiller"; }
You can use the font of your choice instead. The first part, second and third part is for content, menu and titles respectively. You can also separate the selectors as per your need. Hope this helps.
September 19, 2013 at 7:47 am in reply to: why is blog page listing all other page titles with content in right sidebar? #4060Sanjip ShahParticipant@yflyjump You are using the service widgets for the right sidebar thus it is showing those content int the right sidebar for you blog page. I think you are setting the post page from Settings->Reading. Select no page for this option and click on ‘Save Changes’. Then please follow the instructions here https://www.themehorse.com/theme-instruction/attitude-pro/#blogpage to set the blog page. You can also select the layout you want while setting this page. Hope this helps.
Sanjip ShahParticipant@salveta Now you will have unhook the parent function from the action hooks and hook you customized function from child theme. http://themeshaper.com/2009/05/25/action-hooks-wordpress-child-themes/. And if the functions are pluggable you can just overwrite them with same function name. http://codex.wordpress.org/Pluggable_Functions. If you are not a developer you might have to take the help of of developer as it be too difficult for you to figure it out.
Sanjip ShahParticipant@bmorejamie I think you have set the blog/post page from Settings->Reading. If yes then first select empty (no page) for that option and click on ‘Save Changes’. After you do that, you can follow this instruction https://www.themehorse.com/theme-instruction/attitude/#blogpage to set the blog page and this will not show the slider. Hope this helps.
Sanjip ShahParticipant@will-rabil Please try the same thing with other theme like twenty thirteen and if the problem still exist then this might not be related to theme and can be related to the WordPress or other.
-
AuthorPosts