Forum Replies Created

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

    in reply to: Catch Everest- Font & Price tables #97845
    Mahesh
    Participant

    @voila2014: Thank you for using Catch Everest Pro theme. I’m glad that you found the issue by yourself. We provide free support. But as described in feature “Premium Support Ticket”, use this is only if you could not get your problem fixed by other services. Hope you understand.
    Please post in your site url so that I can check for the button issue in the sidebar.

    Regards,
    Mahesh

    in reply to: Feature Slider Excerpt and Images #97781
    Mahesh
    Participant

    @latinoliteratures: Yes, it is an issue and will be fixed in the next update.
    For hiding excerpt in Feature Slider go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .caption .entry-content, 
    #feature-slider .caption .more {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Menu bar #97779
    Mahesh
    Participant

    @micha: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .menu-item {
        margin: 0 -2.5px;
    }

    Regards,
    Mahesh

    in reply to: Removing the "Load More" bar on the Featured Content Grid #97771
    Mahesh
    Participant

    @phillycontemporary: Just checked your site. Have you copied the code that I’ve provided into your child theme’s functions.php? because style => display: none is still there, which should have been removed. And the also hiding Load More with custom CSS, can’t find it in the CSS either.

    Let me know further.

    Regards,
    Mahesh

    in reply to: default sizes for main column and one sidebar #97768
    Mahesh
    Participant

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

    Regards,
    Mahesh

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