Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@fireflywebs: Please try disabling all the plugins and check if that solves the issue. Let me know if any problem.
Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Go to Dashbaord=> Appearance= Customize=> Additional CSS box and add the following CSS:
#feature-slider .entry-title, #primary .entry-content h3, .blog .entry-title, .archive .entry-title, #secondary .widget-title, .widget_fabulous_fluid_page_widget .entry-title, .widget_fabulous_fluid_post_widget .entry-title, #per-slide-template h2, #featured-content .featured-content-wrap .entry-title { font-weight: 300; }Regards,
MaheshApril 20, 2017 at 2:06 am in reply to: Only one of three featured pages is showing excerpts per display content #114321Mahesh
Participant@rmerrill: Do you have any plugins installed? If yes, try disabling plugins and check if that resolves the issue. Let me know if any problem.
Regards,
MaheshMahesh
Participant@pfeiffernc: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#masthead { padding: 0; background-color: #000; } #site-branding { padding: 0; } #site-branding, #site-logo, #site-header { background-color: #000; }Regards,
MaheshMahesh
Participant@serpico57: Yes, it is compatible with WooCommerce 3.0.3.
Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@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
Participant@greta2242: I checked your site again and the menu seems to be working fine. Let me know further.
Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@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
Participant@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
Participant@greta2242: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.widget.widget_nav_menu { z-index: unset; }Regards,
MaheshMahesh
Participant@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
Participant@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
Participant@cmorales01: You’ll need to customize the theme further for that. I recommend you to hire a customizer for that.
Regards,
MaheshMahesh
Participant@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
Participant@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,
Mahesh -
AuthorPosts
