Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@afeauto: Are you taking about this post http://catchthemes.com/support-forum/topic/featured-image-and-sidebar-on-shop-page/ . This was in spam, due to unnatural site link.
Sakin
Keymaster@afeauto: To hide header featured image, you can add the following css in “Appearance => Customize => Theme Options => Custom CSSS Options” box:
.woocommerce #header-featured-image { display: none; }To remove side in your WooCommerce page, you can go to “Appearance => Customize => Theme Options => Layout Options => Woocommerce Layout” and change the layout there.
But this option was added only in Version 3.0. So, first you need to update your theme. See this changelog http://catchthemes.com/changelogs/catch-base-pro-theme/
Sakin
Keymaster@anubhav7417: Ok then you can go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then uncheck “Enable Latest Posts” and save changes.
Sakin
Keymaster@kathiejs: That cannot be center between two image as the caption is only of that first image. To align left, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#content .gallery dd.gallery-caption { text-align: left; }Sakin
Keymaster@Holley: I am still confused as when I check in all your 3 posts, it has 484px height. Maybe you can share screenshot of issue.
Sakin
Keymaster@Tracey: You cannot change the size of featured image in latest post in your homepage. The only option for latest post in your homepage is to change the “Archive Content Layout” layout.
For slider, you can choose slider type as “Featured Image Slider” from “Appearance => Customize => Featured Slider => Featured Slider Options => Select Slider Type”. Then you can upload image of any size you like. It will not corp. It give you option to upload image, add title and excerpt content and link as per your need.
For Featured Content do the same, you can choose slider type as “Featured Image Content” from “Appearance => Customize => Featured Content => Featured Content Options => Select Content Type”. Then you can upload image of any size you like. It will not corp. It give you option to upload image, add title and excerpt content and link as per your need.
For latest post, you can option to select image display position from layout. For that, go to “Appearance => Customize => Theme Options => Layout Options” and then change Archive Content Layout.
Sakin
Keymaster@lesimi: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide that
.entry-header .entry-format { display: none; }Sakin
Keymaster@effess: You ca adjust the margin-bottom and padding-bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#main #featured-post { margin-bottom: 50px; } #featured-post .hentry { padding-bottom: 50px; }Sakin
Keymaster@stepawayfromthecarbs: Not sure how that works. IF they have code that you can add in the sidebar using widgets. Or you need to build child theme and then copy
simplecatch_headersocialnetworks()functions to your child themefunctions.phpfile and edit it as per your need. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/Sakin
Keymaster@toni: Sorry your site in not live and I don’t get it what you mean.
The content size is maximum of 980px width, For that you need to change your page layout to “No Sidebar, Full Width”. Then you can insert the image of that size.Sakin
Keymaster@rsc: Sorry featured post option is only there in Pro version so you need to upgrade to pro. In pro version, you can option to select from “Featured Post, Featured Page, Featured Category and independent Featured Image.
For more check out Catch Response Pro at http://catchthemes.com/theme-instructions/catch-responsive-pro/.
Sakin
Keymaster@Tracey: In which section are you talking about. If you are talking about Featured Content section, then you can choose featured content type as “Featured Image Content” and upload your original image. So, can you send me more details about it. Maybe share your image. Also your site in not live. Can you check in your site URL.
Sakin
Keymaster@lesimi: Ok so you want to remove both then replace the previous css with the following:
.entry-meta { display: none; }Sakin
Keymaster@oleymedia: Just add the following css in “Appearance => Theme Options => Custom CSS Options” box:
.sidr ul li ul { display: none; }Sakin
Keymaster@alefmemalef: In Full Frame Free theme, there is only option to add in Featured Page Content. So, just go to “Appearance => Customize => Featured Content => Featured Content Options” and in “Select Content Type”, you need to select “Featured Page Content” and then add in your pages.
For more check out theme instructions page at http://catchthemes.com/theme-instructions/full-frame/.
For additional features check out theme instructions page of pro version at http://catchthemes.com/theme-instructions/full-frame-pro/
Sakin
Keymaster@alefmemalef: It is show in header toggle. Just click on Toggle Icon in the top right corner in your fixed header menu. If you just want to add small logo in side of your menu, then go to “Appearance => Customize => Theme Options => Icon Options” and then upload it in “Select/Add Logo Icon”.
Sakin
Keymaster@lesimi: To hide poster and posted date, you can add the following css in “Appearance => Theme Options => Custom CSS” Box:
.entry-header .entry-meta { display: none; }The easy way to remove comment with single click is only there in Pro version. In free version, you need to go to “Settings => Discussions” and remove, see this screenshot https://www.pinterest.com/pin/548594798333127973/, this will remove for all new posts and pages. But for old pages/post you need to edit it individually or block using https://www.pinterest.com/pin/548594798333128024/
Sakin
Keymaster@christiane: Yes, this is folder permission issue that is why it is not allowing you to install it from WordPress Dashboard. Ask your hosting server support to change that permission or you can change it by yourself.
Sakin
Keymaster@mwsmedia: the mobile menu is there. But it’s not so much visible due to same background color. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { background-color: #fff; color: #000; } -
AuthorPosts
