Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Pius: You don’t have option to attach image in this forum. You can just post in link. So, you can upload your image in your website or any photo sharing site and add in URL here. Also please post in your site URL so that I can check in your header and suggest you solution.
To make your header toggle show in hover. You need to add script. So, first activate plugin http://catchthemes.com/wp-plugins/catch-web-tools/ and then go to “Catch Web Tools => Webmaster Tools => Enable Webmaster Tools”, check “Enable Webmaster Module” and then add the following code in “Catch Web Tools => Webmaster Tools => Header and Footer Scripts => Enter scripts or code you would like output to wp_footer()” box:
<script type="text/javascript"> jQuery(document).ready(function() { var jQueryheader_search = jQuery( '#header-toggle' ); jQueryheader_search.hover( function() { var jQueryform_search = jQuery("div").find( '#masthead' ); if ( jQueryform_search.hasClass( 'displaynone' ) ) { jQueryform_search.removeClass( 'displaynone' ).addClass( 'displayblock' ).animate( { opacity : 1 }, 300 ); } else { jQueryform_search.removeClass( 'displayblock' ).addClass( 'displaynone' ).animate( { opacity : 0 }, 300 ); } }); }); </script>Here goes the donation link http://catchthemes.com/donate/
Sakin
Keymaster@Dennis: There is no option to to show only in you blog page. It have option to show in Entire Site or just Homepage. So, if you want to hide in your homepage, then you need to build child theme, copy function
catchevolution_slider_display()to your child themefunctions.phpfile and edit the condition as per your need. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/.But if just want to hide using Custom CSS. Then you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and select “Entire” in “Enable Sidebar” option and then add the following css in “Appearance => Theme Options => Custom CSS” box:
.home #slider { display: none; }Sakin
Keymaster@Anne:
1. You can center your social icon in your sidebar by adding in the following css in “Appearance => Theme Options => Custom CSS” box:.widget .social-profile { text-align: center; } .social-profile ul li { display: inline-block; float: none; }Sorry, I don’t understand what you mean. To reduce the padding in your sidebar widget, you can change the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#secondary .widget { padding: 30px; }2. For that, you can adjust padding and margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#supplementary .widget { padding: 30px; } .widget_image img { margin-bottom: 30px; }Sakin
Keymaster@calchandoman: You can change the size in the following code as per your need. In the following code 400 is width and 225 is height. After you change that, you need to add the following code in your child theme
functions.phpfile. After you add that in your child theme, you need to regenerate thumbnail using Regenerate Thumbnail plugin http://wordpress.org/plugins/regenerate-thumbnailsfunction fullframe_child_theme_setup() { // Used for Featured Content, Featured Grid Content and Archive/blog Featured Image add_image_size( 'fullframe-featured-content', 400, 225, true); // used in Featured Content Options Ratio 16:9 } add_action( 'after_setup_theme', 'fullframe_child_theme_setup', 11 );Sakin
Keymaster@Kim: Sorry this option is not there. There is no features like this and you might want to search for plugin to do that.
Sakin
Keymaster@csc: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }Sakin
Keymaster@calchandoman: In Full Version, you have option to select Featured Content Type from Featured Page Content to “Featured Image Content”, where you will get independent image upload for that image and it will load the original image that you upload it.
Sakin
Keymaster@Kaydev: To change the font size of tagline, you can change the size in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.site-description { font-size: 13px; }Sakin
Keymaster@Kaydev: There is no option to move secondary menu above the Featured Slider. For that you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme
functions.phpfile.function fullframe_unhook_functions() { remove_action( 'fullframe_before_content', 'fullframe_secondary_menu', 20 ); } add_action( 'init', 'fullframe_unhook_functions' ); add_action( 'fullframe_before_content', 'fullframe_secondary_menu', 5 );Sakin
Keymaster@Kim: Why it that? If you go to “Appearance => Widgets” and select Category Widget, you will see option to Check in “Show as dropdown”. See this https://en.support.wordpress.com/widgets/categories-widget/
Sakin
Keymaster@MRGuerra: You can remove the comment by bulk editing those posts. See this screenshot on how to turn of https://www.pinterest.com/pin/548594798333128024/. Or you can edit page/post and add or remove comment. See this http://devotepress.com/wordpress-writing-editing/how-to-enable-comments-in-wordpress/
Sakin
Keymaster@florence: You can remove the comment by bulk editing those posts. See this screenshot on how to turn of https://www.pinterest.com/pin/548594798333128024/. Or you can edit page/post and add or remove comment. See this http://devotepress.com/wordpress-writing-editing/how-to-enable-comments-in-wordpress/
Sakin
Keymaster@Daphne: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .nav-primary, .nav-header-right, #header-right-menu-widget, .nav-secondary, .nav-footer { display: block; } #search-toggle { display: none; } }Sakin
Keymaster@Liz: This is not theme related issue. Error 404 is never theme related issue. It’s between your server and plugin. Please contact your website hosting server support and check in. As your permalink settings in “Settings => Permalinks” has custom structure
index.php. So, it might be related to that. It should be like http://lizcopeland.co.uk/index.php/minisite4Sakin
Keymaster@skyoung: Sorry, I am snot sure which heading you want to change. So, I am giving you css to change font family and size of site title and page title. Just change the size and family as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Site Title Font */ .site-title { font-family: "Droid Sans",sans-serif; font-size: 38px; } /* Page-Post Font */ .entry-title, #promotion-message h2, #featured-content #featured-heading { font-family: "Droid Sans",sans-serif; font-size: 30px; }Note: when you change the font family, make sure you change with Web safe font or you need to add with font plugins.
Sakin
Keymaster@calchandoman: You are using Full Frame Free theme, which uses Featured Page Content. So, it will automatically take featured image of that page with image size of 400px by 225px. To change this in free version, you need to build child theme and edit the image size. But if you upgrade to pro version, you can use Featured Image Content instead of Featured Page Content, where you can upload image of your own choice and link to anywhere you like.
To reduce the space in left and right of featured content page, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 991px) { #featured-content .hentry { padding-left: 10px; padding-right: 10px; } }Sakin
Keymaster@jinsalaco:
1. For post navigation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:#nav-above { display: block; } #nav-below { display: none; }2. Regarding Support, I treat both equally as support is very important. But supporting pro theme in easier as there are lot of features on and it’s more stable.
3. There are lot of additional features in Pro version, which you can check out at theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
Keymaster@Dennis: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#supplementary { background-color: #fff; } -
AuthorPosts
