Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@antoon: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php, add the following codes.
add_action('after_setup_theme', 'catchevolution_child_footer_invalidate_caches'); function catchevolution_child_footer_invalidate_caches(){ delete_transient( 'catchevolution_footer_content_new' ); // Footer content }Regards,
MaheshMahesh
Member@maciejrzeszutko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.ctfeaturedpostpageimage .left .featured-image, .ctfeaturedpostpageimage .right .featured-image { width: 25%; } .ctfeaturedpostpageimage .left .entry-container, .ctfeaturedpostpageimage .right .entry-container { width: 75%; } .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image, .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container, .ctfeaturedpostpageimage .left .featured-image, .ctfeaturedpostpageimage .right .entry-container { float: left; } .excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image, .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container, .ctfeaturedpostpageimage .right .featured-image, .ctfeaturedpostpageimage .left .entry-container { float: right; }Regards,
MaheshMahesh
Member@rodeboy: Have you changed anything after the update? The design was like this since the release. The widgets stacked on each other (aligned vertically) not horizontally like that of now, after adding CSS.
Regards,
MaheshMahesh
Member@greta2242: I checked your site again and the menu seems to be working fine. Let me know further.
Regards,
MaheshMahesh
Member@nydeo:
– I would like to put the menu on the same level as the logo
=> Please use Header Right Menu instead of other menus. Go to Dashboard=> Appearance=> Customize=> Menu=> Menu Locations and select a menu in Header Right Menu option.
And go to Customize=> Menu Options and check Check to disable Primary Menu option this will remove search box from header.– remove the search box from the header
=> Fixed in above– is it possible to have the site in full screen?
This is a boxed theme. You’ll need to customize the theme further with child theme for that. You can find more details on creating child theme HERE. I recommend you to hire a customizer.Regards,
MaheshMahesh
Member@maciejrzezutko: The one in the demo is not CT:Recent Posts, it is CT:Featured Posts and is only available in Pro version. I recommend you to upgrade to Pro.
Regards,
MahehsMahesh
Member@bl: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (min-width: 961px) { .site-logo { width: 257px; float: left } #site-navigation { width: 70%; float: left; } }Regards,
MaheshMahesh
Member@infolittlegiftplace-co-uk: Go to Dashboard=> Appearance=> Customize=> Header Image and select Entire Site, Page/Post Featured Image in Enable Featured Header Image on option. Then go to Customize=> Theme Options=> Layout Options and select Disabled in Single Page/Post Image Layout option. Click Save & Publish. Let me know if any problem.
Regards,
MaheshMahesh
Member@greta2242: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.widget.widget_nav_menu { z-index: unset; }Regards,
MaheshMahesh
Member@banno2000: For some reason the reply didn’t get posted. The image size used is 585×439 for both large and small image and is controlled by CSS. And the problem in your case is that two of the image are of different dimensions apart from the other that’s why its causing the design issue. Please use the image with same proportion.
Regards,
MaheshMahesh
Member@fireflywebs: Its not always necessary to put in the Featured image if you don’t really need one. If no featured image is set, the theme uses the first image in the content as featured image too. Hope you understand.
Regards,
MaheshApril 19, 2017 at 1:21 am in reply to: Can I create a post grid in my catch evolution theme? #114178Mahesh
Member@cmorales01: You’ll need to customize the theme further for that. I recommend you to hire a customizer for that.
Regards,
MaheshMahesh
Member@sydneyjb: Seems like a plugin issue. Does the problem persists on other themes too? If yes, this is not a theme issue. Let me know further.
Regards,
MaheshMahesh
Member@rodeboy: Rock Star theme has full width footer widget area. The widgets on it stacks on top of each other rather than to left and right. So as the designed seemed a bit fuzzy with text always aligning to left leaving the blank space to the right if the text is less.
You can display the widgets in a single line with the following CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:@media screen and (min-width: 500px) { .three .widget-column { float: left; width:33.33%; } }c
Regards,
MaheshMahesh
Member@caribbeangirltravels: After subscription you can download the theme from the link below by logging in to you catch themes account.
https://catchthemes.com/my-account/downloads/
After downloading the file upload the theme through admin dashboard. Let me know further.Regards,
MaheshApril 18, 2017 at 1:24 am in reply to: Pro version has bigger width / smaller side margins than free version #114098Mahesh
Member@durfteimpoviseren: Activate Pro theme, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No Sidebar (Content Width) in Default Layout option.
Regards,
MaheshMahesh
Member@dave-82: Go to Dashboard=> Appearance=>Customize=> Additional CSS box and add the following CSS:
#header-right .widget { margin-bottom: 0; }Regards,
MaheshMahesh
Member@fireflywebs: Please check the link below for the recommended image sizes for the post. The theme will automatically crop and resize the image to 480×320 for the post list page. Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
