Forum Replies Created

Viewing 20 posts - 801 through 820 (of 4,903 total)
  • Author
    Posts
  • 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

    in reply to: resize menu or reduce space in the menu #114161
    Mahesh
    Participant

    @hrh: Please post in your site url.

    Regards,
    Mahesh

    in reply to: upgrade to pro #114160
    Mahesh
    Participant

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

    Mahesh
    Participant

    @durfteimpoviseren: Activate Pro theme, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No Sidebar (Content Width) in Default Layout option.

    Regards,
    Mahesh

    in reply to: Header Image #114095
    Mahesh
    Participant

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

    #header-right .widget {
        margin-bottom: 0;
    }

    Regards,
    Mahesh

    in reply to: Posts to show paragraphs and images #114094
    Mahesh
    Participant

    @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

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