Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 4,908 total)
  • Author
    Posts
  • in reply to: Blog Summary Page #97939
    Mahesh
    Participant

    @onnalomd: I’ve replied in the following thread so I’ll skip this one. Please do not post the same issue twice.
    https://catchthemes.com/support-forum/topic/blog-summary-page-2/#post-97938

    Regards,
    Mahesh

    in reply to: Blog Summary Page #97938
    Mahesh
    Participant

    @onnalomd:
    Hi Onna,
    For that, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Excerpt/Blog Display in Content Layout option.

    Regards,
    Mahesh

    in reply to: How to get rid of space obove image header #97937
    Mahesh
    Participant

    @3j: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Adding "Terms and conditions"link on the footer #97936
    Mahesh
    Participant

    @monicavilas: Child theme created for Free version will work flawlessly with Pro theme as well, you’ll just need to change the Template and Child theme name. Other codes/functions will work fine. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Migrating from Catch Base (Free) to Pro #97935
    Mahesh
    Participant

    @nickballdesign: You are using the child theme, so the settings is not carried to Pro version. However, the child theme codes will work on both Free and Pro. If you to have the feature there, yes you can customize the child theme little further and copy the featured to the child theme. In your child theme’s functions.php add the following code:

    function catchbase_archive_content_image() {
    	$options = catchbase_get_theme_options();
    
    	$featured_image = $options['content_layout'];
    
    	if ( has_post_thumbnail() && 'excerpt-featured-image' == $featured_image ) {
    	?>
    		<figure class="featured-image">
                <a rel="bookmark" href="<?php the_permalink(); ?>">
                    <?php
                    	the_post_thumbnail( 'thumbnail' );
    				?>
    			</a>
            </figure>
       	<?php
    	}
    }
    
    function catchbase_post_classes( $classes ) {
    	//Getting Ready to load data from Theme Options Panel
    	$options 		= catchbase_get_theme_options();
    
    	$contentlayout = 'excerpt-thumbnail-featured-image';
    
    	if ( is_archive() || is_home() ) {
    		$classes[] = $contentlayout;
    	}
    
    	return $classes;
    }
    add_filter( 'post_class', 'catchbase_post_classes' );

    Regards,
    Mahesh

    in reply to: stop scrolling on header and main nav #97933
    Mahesh
    Participant

    @hidemyage: Okay I see the background issue, please add the following CSS it will fix the issue.

    #branding, 
    #header-menu {
        max-width: 1300px;
    }

    I don’t see the other issue of menu disappearing. Let me know further.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #97932
    Mahesh
    Participant

    @brianlowelogic-com: I checked your site, seems you have selected Your latest posts in Front page displays. Please use A static page instead and then select any Page you want do display as Home page and select Blog page in Posts page.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Disorganized menu #97931
    Mahesh
    Participant

    @aarens11: Okay, so want to arrange the menu. For that, you’ll need to manually arrange the menu items. Go to Dashboard=> Appearance=> Menus then select the Menu in Select a menu to edit, if you do not have any, create one then add the menu items from left and it will populate under Menu Structure, Then arrange them in Menu Structure by dragging each item into the order you prefer. If you prefer to have sub-items, drag them under the a menu with a little indent to the left.
    After you’ve finished arranging, scroll down and check Primary Menu in Theme Location in the same page then click Save.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Upgrade to pro left a mess to clean up. #97930
    Mahesh
    Participant

    @ddk: Sorry for the confusion but we recommend you to use the customizer instead of theme options as it is easy to use and you can also see the live preview. So for adding Slider, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Option and choose which ever slider type you were using before and follow along. (make sure it is enabled)
    Please do the same for Featured Content, go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage Featured Content and select Homepage/Front page or Entire site as per you desire in Enable Content drop-down option. Then select you desired Featured Content Type and add up the images.
    I would like to help you further if you need any. Let me know if any problem. Sorry for the trouble.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #97928
    Mahesh
    Participant

    @imboliboli: It is the shop page, if you do have products and go to shop page, you’ll have a page similar to the one mentioned above. Then on the left side, it is using some Woo Commerce widgets. Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #97890
    Mahesh
    Participant

    @imboliboli: I didn’t quite get you. Can you please clarify more?

    Regards,
    Mahesh

    in reply to: Remove the cart icon #97889
    Mahesh
    Participant

    @imboliboli: As this is solved, I’ll skip this.

    Regards,
    Mahesh

    in reply to: Remove the cart icon #97888
    Mahesh
    Participant

    @imboliboli: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Remove the cart icon #97856
    Mahesh
    Participant

    @imboliboli: Do you mean to remove the whole section or just the icon? You can use Custom CSS to hide the whole section. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .cart-contents {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Upgrade to pro left a mess to clean up. #97855
    Mahesh
    Participant

    @ddk: Thank you for upgrading to Pro version. The upgrade should have automatically migrated all the settings from Free to Pro unless you are using child theme. So, it seems most of the setting are changed to defaults (Slider, Promotion Headline, Featured Content).
    For these options, please use Customizer (Dashboard=> Appearance=> Customize) instead Theme Options. For slider, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options.
    For disabling Promotion headline (Ads), go to Dashboard=> Appearance=> Customize=> Theme Options=> Promotion Headline and select Disable in
    Enable Promotion Headline on drop-down option.
    And removing/modifying Featured Content (mountain image), go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage Featured Content and select Disable in Enable Content drop-down option.
    Hope this helps. Please follow along the theme instruction : https://catchthemes.com/theme-instructions/catch-kathmandu-pro/
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Disorganized menu #97852
    Mahesh
    Participant

    @aarens11: So you don’t want to display the menu? Just deleting menu won’t work because, by default, page menu will be displayed. If you do want to remove the primary menu, go to Dashboard=> Appearance=> Customize=> Menu Options and check Check to disable Primary Menu option.
    Hope this helps. Let me know further.

    Regards,
    Mahesh

    in reply to: Migrating from Catch Base (Free) to Pro #97851
    Mahesh
    Participant

    @nickballdesign: Thank you for using Catch Base Pro. Upgrading from Free to Pro, settings will be migrated automatically. However, using child theme is a bit tricky, the settings may or may not be retained through parent and child, so you’ll need to decide beforehand whether you use Parent theme or Child theme. You may find some plugin in WordPress repo to migrate the customization settings.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #97848
    Mahesh
    Participant

    @phillycontemporary: Do you mean to just to show slider on single page, or single posts? If so, this can be simply done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* On single Post pages only */
    body:not(.single) #feature-slider {
        display: none;
    }
    /* On Sinle Page only */
    body:not(.page) #feature-slider {
        display: none;
    }

    Note: Use only one of above. Do not use both.
    If you want to remove it completely on other pages but display only in single posts/pages (both), then you have to create child theme and customize a bit. You can find more about creating child theme HERE. If you are familiar with programming, I can help you with the code.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Size of header image #97847
    Mahesh
    Participant

    @compyfox: Glad to know its working now. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: stop scrolling on header and main nav #97846
    Mahesh
    Participant

    @hidemyage: Can you please post the image link, the link seems to be broken.

    Regards,
    Mahesh

Viewing 20 posts - 2,961 through 2,980 (of 4,908 total)