Forum Replies Created

Viewing 20 posts - 801 through 820 (of 4,908 total)
  • Author
    Posts
  • in reply to: Custom menu not showing on blog page sidebar #114326
    Mahesh
    Participant

    @fireflywebs: Please try disabling all the plugins and check if that solves the issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Change font weight #114322
    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Logo / header Background color change #114319
    Mahesh
    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,
    Mahesh

    in reply to: Compatibility Catch Evolution PRO 3.4.1 and WC 3.03 #114301
    Mahesh
    Participant

    @serpico57: Yes, it is compatible with WooCommerce 3.0.3.

    Regards,
    Mahesh

    in reply to: Change Footer text #114297
    Mahesh
    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,
    Mahesh

    in reply to: CT: Recent Posts issue #114262
    Mahesh
    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,
    Mahesh

    in reply to: Footer widget issue since update #114248
    Mahesh
    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,
    Mahesh

    in reply to: My menu isn't working #114242
    Mahesh
    Participant

    @greta2242: I checked your site again and the menu seems to be working fine. Let me know further.

    Regards,
    Mahesh

    in reply to: Need somme tips for my site. #114240
    Mahesh
    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,
    Mahesh

    in reply to: CT: Recent Posts issue #114232
    Mahesh
    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,
    Mahehs

    in reply to: Menu and logo in the same row, How? #114218
    Mahesh
    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,
    Mahesh

    in reply to: featured image full width #114210
    Mahesh
    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,
    Mahesh

    in reply to: My menu isn't working #114205
    Mahesh
    Participant

    @greta2242: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .widget.widget_nav_menu {
        z-index: unset;
    }

    Regards,
    Mahesh

    in reply to: Header Highlight Content spacing #114199
    Mahesh
    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,
    Mahesh

    in reply to: Posts to show paragraphs and images #114194
    Mahesh
    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,
    Mahesh

    in reply to: Can I create a post grid in my catch evolution theme? #114178
    Mahesh
    Participant

    @cmorales01: You’ll need to customize the theme further for that. I recommend you to hire a customizer for that.

    Regards,
    Mahesh

    in reply to: Trouble with Easy Watermark Plugin #114168
    Mahesh
    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,
    Mahesh

    in reply to: Footer widget issue since update #114163
    Mahesh
    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

    in reply to: Menu and logo in the same row, How? #114162
    Mahesh
    Participant

    @bl: Please post in your site url.

    Regards,
    Mahesh

Viewing 20 posts - 801 through 820 (of 4,908 total)