Forum Replies Created
-
AuthorPosts
-
February 14, 2013 at 8:52 pm in reply to: Add Media Button stopped functioning, pictures disappeared from site #3978
Sakin
Keymaster@cynthia: If you have just change the theme then you need to regenerate the thumbnail using Regenerate Thumbnail Plugin http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Don’t forget to read the theme instruction http://catchthemes.com/theme-instructions/simple-catch
Sakin
Keymaster@chochonet: Just add the following CSS in “Custom CSS” box in your Theme Options panel.
.home .not-found { display: none; }Sakin
Keymaster@niners52: I need your site URL so that I can check in and send you the solutions for that.
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.
-
AuthorPosts
