Forum Replies Created
-
AuthorPosts
-
February 14, 2013 at 10:35 pm in reply to: Add Media Button stopped functioning, pictures disappeared from site #3990
Sakin
Keymaster@niners52: You can add the following CSS in “Custom CSS” box in your Theme options:
#site-logo { text-align: center; }
#branding hgroup { padding-bottom: 0; }
Sakin
Keymaster@poornima.uk: Currently Simple Catch doesn’t support to add the text block before the slider. If you have knowledge about child theme then you can build child theme and then add the text using the action hook simplecatch_after_headercontent().
To remove the Continue reading text in the slider. Add the following CSS
.featured-slider a.readmore { display: none; }
If you want more flexibility then you can use Featured Image Slider instead of Featured Post Slider in your site http://timewisefoundation.org.uk/
Sakin
Keymaster@surflien: For submenu fix add the following css in the “Custom CSS” box in your Theme Options panel.
#branding ul.menu ul { top: 2.5em; }
To shrink the width of the right sidebar. You need to add the following css and change the width percentage as per your need
#secondary { width: 32.5%; }
Sakin
Keymaster@@Elisabetta: I check in your WordPress admin. I see that have disable that option. I have activate it. Now you will see the option to change it.
Sakin
Keymasterthanks Rico
Sakin
Keymaster@poornima.uk: To remove the border. Just add the following css in “Custom CSS” box in your Theme Options panel.
#access { border: none; }
Your menu width is 100% only. But you have only few menu items in the menu. That is why it is not full.
Sakin
Keymaster@Elisabetta: Add the following css in “Custom CSS” box in your Theme Options panel.
ul.social-profile li.facebook a { background-position: 0 -43px; }
February 14, 2013 at 8:52 pm in reply to: Add Media Button stopped functioning, pictures disappeared from site #3978Sakin
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; }
-
AuthorPosts