Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@emree025: For that go to “Appearance => Theme Options” and in “Content layout”, select “Show full content” and save changes.
Sakin
Keymaster@arash: just go to “Appearance => Customize => Featured Content Options” and then in Featured Content Type, you can select “Featured Image Content” and add it as per your need. Also you can select “Page, Post or category”. For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@sycastro: Yes, if you set “Settings => Discussion” and uncheck “Allow people to post comments on new articles”. This will only disable for new post/page. But for old post/page, you can do bulk editing and remove comments like this https://www.pinterest.com/pin/548594798333128024/. Editing comment.php should be done only from child theme. If you edit comment.php or any file inside ‘catch-responsive’ theme directory, it will be revert back to original when you update or upgrade the theme.
Note: Pro version has option to disable from theme options. For more about Pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@Robert: If you want to stretch then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider img { width: 100%; }Sakin
Keymaster@Shiloh: There seems to be issue with JS and we are working on new way to add custom icons without JS
Sakin
Keymaster@emree025: Thanks. If you like Catch Box theme and support then please support Catch Box Theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform. Best regards from Nepal ๐
Sakin
Keymaster@Dona: Can you let me know what is the issue with the 2 different type of CSS I gave you. Do you have any specific design on this.
Sakin
Keymaster@emree025: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 320px) { #main, #supplementary { padding: 10px 10px 0; } }Sakin
Keymaster@rickm813: Can you first update to latest version and then let me know it. It’s bit confusing.
Sakin
Keymaster@Thomas: It will be cropped. But if you have just change the theme then it will not crop for old image. For old image you need to regenerate thumbnails using regenerate thumbnail plugin which we have mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/.
I don’t get it why you ask, Is the featured and Thumbnail image the same?. Thumbnail are generated automatically by WordPress. Featured image is the image that you have added in featured in your page/post. Also WordPress has it’s own thumbnail size of image which you can see at Settings => Media. Catch Responsive Pro theme uses 4 different type of images for different places.
Sakin
Keymaster@Alex GR: Yes, for that you need to upgrade to pro. In free version you can select No Sidebar layout and then add the following css in “Appearance => Theme Options => Custom CSS” box:
.no-sidebar #primary { width: 100%; }Sakin
Keymaster@tutyga: thanks for your appreciation and if you like Adventurous theme and my support then please support Adventurous theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform. Thanks ๐
Sakin
Keymaster@Dona: I already gave you the way to add background in particular page content. For more you might need to hire developer.
Sakin
Keymaster@sezg: By default WordPress strip out all the formatting when you use excerpt. So, just go to “Appearance => Theme Options => Content layout” and select “Show full content”. This will display you post full content with format. But then if you wan to only few lines then you can split content using more tag
<!--more-->. Just edit your post and add more tag and all the text before more tag will show in homepage. For more about more tag check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/#.VS6R1Rd40ysSakin
Keymaster@kazcchi: Sorry this option is there only in pro version. In free version, you need to build child theme and modify the code. You need to copy function
catchevolution_featured_header()in your child theme functions.php file and then add in!is_front_page()condition and return false. -
AuthorPosts
