Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@truthinablog: You can change the value of the color code and the font size as per your need and add the following css in “Custom CSS” box in your Theme Options
h1#site-title a {
color: #bbb;
font-size: 50px;
}
h2#site-description {
color: #666;
font-size: 14px;
}
Sakin
Keymaster@thess: Can you be more specific on what you want to change and how you want it to make it look like. Also add in your site url.
Sakin
Keymaster@paigeohliger: Yes you can add the link in The content of Featured Image Slider. But you need to add the following css in “Custom CSS” box to make the link text visible.
.featured-text p a { background: none; display: inline; position: relative; text-indent: 0; }
Sakin
Keymaster@frederikwa: If you are using free version then you need to upgrade to Pro version to remove the responsive design.
For sidebar, can you send me the design screenshot and I will send your the custom css.
Sakin
Keymaster@marga: Yes, if you are just customizing CSS then you can use Custom CSS box and no need to create child theme.
Sakin
Keymaster@poornima.uk: If you are using Featured Image Slider, then you have option to add in Title and Description that will be content for the slider. But if you are using Featured Post Slider it will take the title and excerpt of the post.
Sakin
Keymaster@Dennis: In Cache Mustang theme there is widget called “Catchthemes: Tabbed Widget” from which you can add popular posts, recent posts and feature posts.
Further, yes there are plugin available for tab widgets for WordPress.
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
-
AuthorPosts