Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@bobbafett: I hope this tutorial will help you to create child theme http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
If you create the child theme then the theme update will not replace your child theme changes.
Sakin
Keymaster@bluezelia: Which image you are talking about. You question is not clear. To show in post and pages. You need to add image in post and pages. Also you need to add featured images on posts. http://en.support.wordpress.com/featured-images/
For the social icon, you need to add link to your social profile in Social option in your theme option.
Send me your site URL as well. So, that I know what you are talking about.
Sakin
Keymaster@Elisabetta: You mean the space at the end. It will be little difficult. Try increasing the menu padding as needed.
#access ul li a { padding: 0 18px; }
Sakin
Keymaster@Elisabetta: I have email you for details support. Please reply my email.
Sakin
Keymaster@bobbafett: That is why don’t edit any core theme files. Just build child theme and then add the files content.php, content-single.php and content-page.php in your child theme and edit there.
Sakin
Keymaster@web-automobile: You can add the .po from catch box them and use the software poedit to open that file. Then click on update. It will show you the list of item you need to translate and then write the translation.
Sakin
Keymaster@Elisabetta: Add the following css in “Custom CSS” box in your Theme Option panel. You hove you can change as per your need.
/* For Menu Color */
#access { background-color: #3a3434; }
#access ul li a { color: #f8940f; }
/* For Menu Color hover and active */
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
background-color: #3a3434;
color: #f8940f;
}
Sakin
Keymaster@Elisabetta: There is setting in individual pages as well. Please check that settings in your page under the page editor.
Sakin
Keymaster@Elisabetta: I am little bit confused about what type of gallery you are talking about. If you are talking about adding gallery in page then you have to upload the image in that particular pages and then insert the gallery in that particular page. You cannot do cut and copy. See this http://en.support.wordpress.com/images/gallery/
Sakin
Keymaster1. To change the hover color for the Previous and Next buttons from grey to orange (#ef5a29). Add the following css in your “Custom CSS” box in your Theme Options:
ul.default-wp-page li a:hover, #content nav a:hover { background-color: #ef5a29; }
2. On the home page the excerpts have the ellipse (…) indicating that there is more text to read. But on the Recipe page (http://plantricious.com/category/recipes-and-hints/recipes/) there is no indication of additional text to read. Is there a setting that I am missing.
— That is due to the setting in the theme for featured post widget. I will ask to add the option in next version so that you can disable it from css. For now there is no option for that. You need to use the text widget and add the content if you don’t like the …Sakin
Keymaster@paigeohliger: Ok I have noted down and will try to add up in future version update. Thanks for your suggestion.
Sakin
Keymaster@Piet Momberg: Which plugin you are using? Please report the plugin author and try to add another Lightbox plugin. Tinynav is the the responsive menu used in most of the WordPress Themes. Let me know if I need to work on anything after the plugin author reports. It looks like that plugin creates display block for all display none elements.
Sakin
Keymaster@web-automobile: We don’t have at the movement but we will try to add in future. The languages are send my our users using http://www.poedit.net/ software. See this for details instruction http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Sakin
Keymaster@web-automobile: If you want it like the screenshot you send me then add the following css in Custom CSS box in your theme Options.
#header-content { position: relative; }
.sidebar-top { position: absolute; right: 4px; top: 42px; }
Sakin
Keymaster@venkat: Hum that strange. Which sidebar have you added widget in. Try adding text widget and write something and then send me your Site URL. Do you have any cache plugin installed then clear you cache.
Sakin
Keymaster@Abbtt: I pro version there in option for this. In Default Layout you can simply choose “No Sidebar, Full Width” and then it’s all done.
Sakin
Keymaster@Aid: Is the text “TUTAJ” your internal link. If so then this code will work for your
#main .post a { color: #444; }
Sakin
Keymaster@venkat: Which empty space your are talking about. If you are talking about adding in the Sidebar then you need to add though widget and if you are thinking about adding it in pages and posts then you need to add through content editor.
Sakin
Keymaster@venkat: You can add image without any problem. Just add image and click on insert into post. See this http://en.support.wordpress.com/images/
-
AuthorPosts