Forum Replies Created

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

    @imboliboli: For this, 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 code:

    add_action('init', 'e_commerce_child_movie_product_title_above_image');
    function e_commerce_child_movie_product_title_above_image() {
    	remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
    
        add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 20 );
    }

    Regards,
    Mahesh

    in reply to: Header Highlight Issue #98302
    Mahesh
    Member

    @3j: There has been a small bug in the theme which is now resolved and will be available in the next update. But if you do want to fix the bug right now, edit inc/customizer-includes/clean-magazine-customizer-header-highlight.php file, go to line number 132 and change value of step from 2 to 1

    Regards,
    Mahesh

    in reply to: Error message when attempting to update #98298
    Mahesh
    Member

    @sheilalowe: Let me know if you run into any problem. Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98297
    Mahesh
    Member

    @phillycontemporary: Okay, now I can see your site. Can you please specify in which page you want to enable slider? Or is it just the home page you want to disable the slider in.
    Let me know further.

    Regards,
    Mahesh

    Mahesh
    Member

    @phillycontemporary: I’ve replied to this in the other thread. Please refer to that.
    https://catchthemes.com/support-forum/topic/featured-image-slider-on-a-single-page/#post-98283
    You can continue reply on this thread.

    Regards,
    Mahesh

    in reply to: Contact Form not sending notifications #98286
    Mahesh
    Member

    @chelleberge: Please try changing theme to WordPress default theme and check if its working or not. If not then its now a theme issue. Please contact the plugin support.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Theme – Facebook does not correspond anymore #98285
    Mahesh
    Member

    @shana-shanti: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Error message when attempting to update #98284
    Mahesh
    Member

    @sheilalowe: Yes, you are using Pro version and you did pay for it. What I meant was, Pro theme cannot be updated automatically by clicking update in themes page you’ll need to do it manually. So first get a latest copy of Pro theme from your account page https://catchthemes.com/my-account/. Then use Catch Updater module of Catch Web Tools plugin to update the theme.
    You can refer to the tutorial in the video link above.

    Reagards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98283
    Mahesh
    Member

    @phillycontemporary: I checked your site and do have a login but I cannot access the site since coming soon mode is active and I don’t have the access to change the setting.

    Regards,
    Mahesh

    in reply to: Error message when attempting to update #98239
    Mahesh
    Member

    @sheilalowe:
    Hi Sheila,

    Pro theme cannot be updated like this as free themes. You can find the theme’s zip file in https://catchthemes.com/my-account/ page. Download it from there and then use Catch Updater module of Catch Web Tools plugin to update the theme.
    https://wordpress.org/plugins/catch-web-tools
    Here is the video tutorial of how to use Catch Updater plugin to update the theme.
    https://www.youtube.com/watch?v=W95SuabDZi8

    Regards,
    Mahesh

    in reply to: Featured Content like in Catch Responsive Theme? #98238
    Mahesh
    Member

    @themecatcher: Sorry, Featured Content option is not available in Catch Box Pro theme. I recommend you to use the theme with Featured Content like Catch Responsive itself.

    Regards,
    Mahesh

    in reply to: stop scrolling on header and main nav #98237
    Mahesh
    Member

    @hidemyage: Please remove all CSS I’ve provided before just to avoid confusion. Then add the following CSS:

    @media screen and (min-width: 941px) {
        #branding {
            position: fixed;
            z-index: 10;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
    
        #header-menu {
    	   position: fixed;
    	   z-index: 5;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
    }
    
    #branding, 
    #header-menu {
        max-width: 1300px;
    }
    
    @media screen and (min-width: 941px) and (max-width: 1000px) {
        #header-menu {
            top: 128px;
        }
        #main-wrapper {
        margin-top: 142px;
    }
    }
    
    @media screen and (min-width: 1001px) and (max-width: 1100px) {
        #header-menu {
            top: 161px;
        }
        #main-wrapper {
        margin-top: 185px;
    }
    }
    
    @media screen and (min-width: 1101px) and (max-width: 1152px) {
        #header-menu {
            top: 172px;
        }
        #main-wrapper {
        margin-top: 196px;
    }
    }
    
    @media screen and (min-width: 1153px) and (max-width: 1280px) {
        #header-menu {
            top: 180px;
        }
       #main-wrapper {
            margin-top: 204px;
        }
    }
    
    @media screen and (min-width: 1281px) {
        #header-menu {
            top: 195px;
        }
       #main-wrapper {
            margin-top: 217px;
        }
    }

    Regards,
    Mahesh

    in reply to: Static Front page configured but not working #98233
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: issues mobile menu #98230
    Mahesh
    Member

    @luci1708: To disable the secondary menu (the menu on the left side when you looking at the website on a mobile screen), add the following CSS in your Custom CSS:

    @media screen and (max-width:980px) {
        #secondary-menu, 
        #secondary-mobile-menu {
        	display: none !important;
        }
    }

    Regards,
    Mahesh

    in reply to: Featured Image Slider on a single page? #98229
    Mahesh
    Member

    @phillycontemporary: Yes.
    Can you please give me the page url in which you want to show the slider. And I’ll provide you the CSS.

    Regards,
    Mahesh

    in reply to: Featured Content Slider on home page #98228
    Mahesh
    Member

    @karlcurrentsnj-com: I did set the code into the custom CSS and it said, “Cheating Huh?” Your are not allowed to customize this site. I don’t understand how this came upon.
    And yes, now I get which slider you really meant, sorry.
    It seems that you have selected Featured Post Content, but for some reasons, no posts are being displayed. Have you put the Post id in the Customizer’s Featured Post # option.
    Please check and let me know further.

    Regards,
    Mahesh

    in reply to: Archiving Pages #98227
    Mahesh
    Member

    alesia90230: Is your site url [email protected] ? Its using ICT Custom Theme not Catch Evolution Pro. Let me know further.

    Regards,
    Mahesh

    in reply to: How to use full width pages AND pages with sidebars #98226
    Mahesh
    Member

    @bb-one-net: Thank you for using Adventurous Pro. If the requirement was to use different sidebar for different page, this would be possible. But Adventurous Pro uses only two column layout so two sidebars on right and left is not possible without customization.
    I recommend you to use our three column layout theme Catch Base Pro. But as you’ve mentioned that you don’t want to change the theme, you’ll need to create a child theme and register a new widget area through customization. Design also needs be adjusted. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Questions regarding thumbnails #98225
    Mahesh
    Member

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

    .widget-area {
        width: 25%;
    }
    
    .content-area {
        width: 75%;
    }

    Note: Please adjust the width as you desire.

    Regards,
    Mahesh

    in reply to: Formatting Slider title typography and position? #98224
    Mahesh
    Member

    @phillycontemporary: Add the following CSS in your Custom CSS:

    /* For active thumbnail */
    #per-slide-template .cycle-pager-active::after {
        background-color: #ff00ff;
    }
    /* For hover */
    #per-slide-template .thumbnail:hover .cover {
        display: block;
        background: rgba(255, 255, 0, 0.7) none repeat scroll 0 0;
    }

    Note: Please change the color as you desire.

    Regards,
    Mahesh

Viewing 20 posts - 2,901 through 2,920 (of 4,888 total)