Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Elisabetta: You can decrease the padding as per your menu items.
Sakin
Keymaster@web-automobile: that’s great. Can you share with us at support[at]catchthemes[dot]com
Sakin
Keymaster@Elisabetta: I have just emailed you.
Sakin
Keymaster@jcdSF: There is no featured header image for the individual page/post. As this theme allows the user to enable the slider in the header. You can add slider in all pages if you need through your theme options.
If you want to show image in the page then you need to insert the image in your editor and show it.
Sakin
Keymaster@bluezelia: Featured Image is the image to show when you have Show Excerpt selected in Content layout in your Theme Options panel. This highlights your featured image and the excerpt text on the homepage. But if you want to show all image and text in homepage itself then you have to select Show full content in Content layout in your Theme Options panel.
Sakin
Keymaster@Piet Momberg: Deactivate that plugin as it has got lot of conflict and add the following one:
http://wordpress.org/extend/plugins/wp-jquery-lightbox/Sakin
Keymaster@Elisabetta: Ignore the previous and add this one. I check in your site it looks perfect.
#access ul li:last-child { border-right: none; }
#access ul li a { padding: 0 19px; }
#access ul li:last-child a { padding-right: 18px; }
Sakin
Keymaster@Elisabetta: Ignore the previous css and add this one.
#access ul li:last-child { border-right: none; }
#access ul li:last-child a { padding-right: 18px; }
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.
-
AuthorPosts
