Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 4,888 total)
  • Author
    Posts
  • in reply to: Questions regarding thumbnails #97928
    Mahesh
    Member

    @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
    Member

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

    Regards,
    Mahesh

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

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

    Regards,
    Mahesh

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

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

    Regards,
    Mahesh

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

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

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

    Regards,
    Mahesh

    in reply to: Customized bullet point and font of list #97767
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Feature Slider Excerpt and Images #97765
    Mahesh
    Member

    @latinoliteratures:
    Hi Fabio:

    Sorry for the late reply. Working with child theme or working with code is kinda tricky. A small character can break the whole site and make it inaccessible. I highly recommend you to do the modifications only if you are familiar with programming or else hire a customizer.
    Is the theme working now? You do have option to show content in Featured Content but not in the Featured Slider. You can use Custom CSS for hiding the excerpt in the Featured Slider.

    Let me know further.

    Regards,
    Mahesh

    in reply to: Blog posts don't show when published #97763
    Mahesh
    Member

    @brianlowelogic-com: Okay, for this, first of all, create a page with no content and name it “Blog”, it not necessary it should be blog but just for simplicity. Then go to Dashboard=> Appearance=> Customize=> Static Front Page and select A static page in Front page displays option. Then select your desired home page in Front page option and blog page(that we just created) in Posts page.

    Regards,
    Mahesh

    Mahesh
    Member

    @bashstreet:
    Hi JoJo,

    I checked your site and the Featured Content is displaying fine. Right now its displaying 3 Page Contents (Newsletter, CLIFFHANGER! – a real life silent movie show, Tour List 2016).
    However, if you want Posts to be displayed instead of Pages, please select Featured Post Content in Featured Content Type and choose the desired Posts ID.
    Let me know further.

    Regards,
    Mahesh

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