Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@frederikwa: Can you send me your site URL please? If you have Pro / Premium version of theme then you have option to disable responsive so that the mobile displays same as in desktop.
Yes full width will disable a sidebar. But you can achieve full with with sidebar through customizing css and using the layout with sidebar.
Sakin
Keymaster@golfer300: oh we are trying to add this option soon. Keep eye of change log http://catchthemes.com/changelogs/catch-box-theme/.
But yes, if you have Catch Box Pro theme then we have already arrange the header element in a way so that you can just add simple css to make it inline.
Sakin
Keymaster@linleffel: oh now I understand what you are talking about. This option is not there is simple catch theme. Actually simple catch theme is designed to make like this http://catchthemes.com/demo/simplecatch . Small header image on the left and social icons on the right. But if you have header image with larger then it will make the social icon go that.
By the way, we haven’t recommend the size for the header image. That size you have added is the recommendation for the Feature Post Slider- Width: 976px and Height: 313px.
Sorry to say but the feature that you have asked is not currently supported by Simple Catch Theme. You need to build child theme and do the customization. Just build a child theme with style.css and then copy the header.php and then move the items in header.php up and down like this
<div class="social-search">
<?php
// simplecatch_headersocialnetworks displays social links given from theme option in header
if ( function_exists( 'simplecatch_headersocialnetworks' ) ) :
simplecatch_headersocialnetworks();
endif;
// get search form
get_search_form();
?>
</div><!-- .social-search --><?php
// Funcition to show the header logo, site title and site description
if ( function_exists( 'simplecatch_headerdetails' ) ) :
simplecatch_headerdetails();
endif;
?>Sakin
Keymaster@bobbafett: If you have added child theme then it’s good and your changes will not be modified and also keep in track with the changelog http://catchthemes.com/changelogs/catch-box-theme/ . This will list the things that changes in various versions.
Now there is two option for custom css. One you can add it up in your child theme style.css this is best option but if you want the easy option then you can add it in “Custom CSS” box in your Theme Options panel
/* You can decrease the padding top for #main wrap */
#main { padding-top: 2em; }
/* For post title padding */
.entry-header hgroup .entry-title { padding-top: 15px; padding-bottom: 10px; }
/* For content below the title */
.entry-content, .entry-summary { padding-top: 2em; }
For adding files in child theme, it depends on which files you are changing it.
Sakin
Keymaster@adamo: Send me your site URL and also check your page/post slider layout that will be under your page/post editor.
Sakin
Keymaster@arichardc: We haven’t tested with bbpress. This is just a WordPress Theme. But let us know us know the plugin you have faced with BBPress. If that is easy fix then we will add it in future updates.
Sakin
Keymaster@jeronimofesto: You can create a new category name “Blog” and then add posts under blog category. Then you can use custom menu to add it in your menu. See this for custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@linleffel: I don’t get your question. If you are talking about your header image and the social icon to the right.
If you add the large header image then it will make the social icon and search box go down. If you add the smaller one then it will align.
Sakin
Keymaster@The Lost Londoner: I think you have changed you css and also header.php files. As your style.css doesn’t match with theme them style.css.
The best thing that I suggest is that. You delete your current theme and then add the Simple Catch Themes as new Theme Installation.
Sakin
Keymaster@AiD: That plugin you added already help you fix it. check now http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.poradnikniemowlaka.pl%2F . There must be cache issue.
This is nothing to do with the theme. This is additional feature by facebook and yes the plugin like http://wordpress.org/extend/plugins/wordpress-seo/ and the plugin you have added.
Sakin
Keymaster@jcdSF: This is just a matter of different usages of theme. Some theme usages featured image as the header image. Where as some uses that spot for the Slider. This theme uses the header spot for the slider which takes the featured image from the posts. So, please understand the nature of differences in different themes.
If you go to theme directory in WordPress.org you will see it http://wordpress.org/extend/themes/ that not all theme have header image as the featured image.
So please try to add your image in the page itself and it will display under your page title. But yes, if you are need to add this extra feature for your site then you might consider posting in WP Jobs or Tweaky
February 14, 2013 at 10:35 pm in reply to: Add Media Button stopped functioning, pictures disappeared from site #3990Sakin
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
-
AuthorPosts
