Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Carolina: Actually that is your Display name publicly as in “Users => Your Profile”. You can change that to any you like. But if you want to remove then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.by-author { display: none; }Sakin
Keymaster@alphaxyz: Then you can select “Featured Category Content” from “Appearance => Customize => Featured Content Options => Featured Content Type”. Then you can just add in “No of Featured Content” to 20 and select the category. So, it will display the latest 20 posts automatically from the selected categories.
Sakin
KeymasterHello Lisa,
Yes, there is full width layout option that you can change for particular page. Just edit that page and below your page editor you will see “Simple Catch Options” metabox, there you will see “Sidebar Layout Options” and you can change that to “No sidebar, Full Width” and update your page.
Note: Your event page has missing closing div for main wrapper and it is destroying design of footer.
Regards,
SakinSakin
Keymaster@amyfanton: Ok then replace the previous css with the following css:
@media screen and (min-width: 1001px) { #featured-post { margin-left: -30px; margin-right: -30px; } #featured-post .post.layout-four { margin: 0; padding: 0 0.5%; width: 24%; } } @media screen and (min-width: 1021px) { #featured-post { margin-left: -40px; margin-right: -40px; } } @media screen and (min-width: 1190px) { #featured-post { margin-left: -50px; margin-right: -50px; } }Sakin
Keymaster@cblossants: It should work fine. Can you send me your site URL so that I can check in.
Sakin
Keymaster@schlab0: Can you add this code in your functions.php file and then refresh your browser. It should work and after that you can remove that code.
delete_transient( 'catchevolution_footer_content_new' );Sakin
Keymaster@Sebastian: Sorry my mistake, you can add the following css instead:
.home #content { display: none; }Sakin
Keymaster@JDC: You can just add the following css in “Appearance => Theme Options => Custom CSS” box:
#masthead { padding: 0; } #site-branding, .sidebar-header-right { display: none; }Sakin
Keymaster@innova: In Catch Kathmandu Pro theme there are 4 different slider type, that is Page Slider, Post Slider, Category Slider and Image Slider. So, which slider you are working on. If you use post slider then it will take the featured image, title and excerpt content of that post. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/. If you use the image slider, then you can add in image, title and content as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/. So, which ever you choose, it will be like demo slider.
For more check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
Keymaster@yinglin1202: Thanks and if you like Catch Responsive theme and support, then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Sakin
Keymaster@Michael: It’s the way WordPress custom menu work. After you change the theme, you need to reassign it.
Sakin
Keymaster@Michael: Yes, if you need update after a year. You need to re-purchase it manually. We also offer discount coupon code for re-purchase
Sakin
Keymaster@yinglin1202: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { padding: 0; }Sakin
Keymaster@silvia: 1. Make sure your categories has at least 1 post to display. Then it will show your post. 2. Make sure your site .htaccess has proper write permission (https://codex.wordpress.org/Changing_File_Permissions#.htaccess_permissions) when you set permalink in “Settings => Permalinks”
Sakin
Keymaster@Julia: When I check in your site. The slider shows up first. Yes, if sometime image is loading slow then slider will come later. This is more of server and image issue. You might want to use Cache plugin like WP Rocket or W3 Total Cache.
April 20, 2015 at 3:03 pm in reply to: Not able to upload featured image for PAGES or Categories (not posts) #56216Sakin
Keymaster@Julia: Sorry there is no option to make different featured image for category/archive. Category/Archive will take default header image and only for page/post there is option to add in featured image.
Sakin
Keymaster@Julia: Sorry I don’t get it what you mean. Archive is only for archive. So, it’s for category, tag, date and all. But it’s not related to post. Can you explain what are you trying to do it.
-
AuthorPosts
