Forum Replies Created

Viewing 20 posts - 7,001 through 7,020 (of 12,027 total)
  • Author
    Posts
  • in reply to: Subscription: Version 3.1 not included #224666
    Skandha
    Participant

    @gustavson: Hello Gustavson, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Horizontal scroll in mobile version #224664
    Skandha
    Participant

    @elena1976: Hello Elena,
    I checked your site at my end and found no horizontal scroll. Please clear your browser cache and check again.

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: Feature Slider Above Menu #224662
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Child theme folder => functions.php and add the following Code.

    function slider_above_menu() {
    	remove_action('clean_education_before_content', 'clean_education_featured_slider', 10);
    	add_action('clean_education_header', 'clean_education_featured_slider', 55);
    }
    add_action( 'wp_head', 'slider_above_menu');

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header Image NOT responsive on iphone #224659
    Skandha
    Participant

    @tcadesign: Glad you were able to figure it out.

    Kind Regards,
    Skandha

    in reply to: Comment Edit Fields resp. Color Management a. o. #224658
    Skandha
    Participant

    @zoemobil: Hello Matthias,

    The comments label issue has been fixed and an update will be released anytime soon.

    To change the color of image caption for all the images.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-caption figcaption {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Demo Content #224657
    Skandha
    Participant

    @keepdim: Hello there,
    To import demo content first you will need to install and activate Essential Content Types and Catch Themes Demo Import plugin.

    Now,
    Go to => Appearance => Catch Themes Demo Import => Now choose a demo to import.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Video on mobile #224655
    Skandha
    Participant

    @thedinosaw: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Team Bios #224654
    Skandha
    Participant

    @astraiton: Hello Amy,
    Please post in your site URL so that I can look into the issue you are having.

    Kind Regards,
    Skandha

    in reply to: hreflang and lang attributes #224653
    Skandha
    Participant

    @lichtpascal: Hello Pascal,
    Please check out the article in this link. All our pro themes are WPML Ready so we recommend our users to make use of WPML Plugin.

    Kind Regards,
    Skandha

    in reply to: Display title for Testimonials Shouldn't be There but is #221168
    Skandha
    Participant

    @caseyjcrow: Hello there,
    There seem to be a little issue with the Testimonial Sub Headline which will be fixed in the upcoming update. For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonial-section .section-description {
        display: none;
    }

    Kind Regards,
    Skandha

    in reply to: Gallery and Services section queries #220531
    Skandha
    Participant

    @rodeboy: Hello Chris,

    1.
    /* To change the font-size of x in the Gallery Carousel */
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .jp-carousel-wrap .jp-carousel-close-hint span {
    	font-size:40px !important;
    }

    2. To have the titles above the image you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Video Not Autoplaying #219714
    Skandha
    Participant

    @caseyjcrow: Hello James,
    You seem to be using Header Enhancement Plugin due to which the video won’t auto play. If you want the video to auto play you can deactivate the plugin. Also there seems to be an issue with play/pause button which will be fixed soon.

    Kind Regards,
    Skandha

    in reply to: what the recomended theme #217121
    Skandha
    Participant

    @precast: Hello there,
    Izabel Pro and Catch Store Pro are few themes that may suit your requirement. You can also check out all our themes suitable for an ecommerce site here.

    Kind Regards,
    Skandha

    in reply to: Menu Color and logo border color #210895
    Skandha
    Participant

    @legevindice: Hello Legevindice,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the color of the text menu and hamburger icon on mobile */
    #primary-menu-toggle {
        color: #123456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Polylang integration with Header media title/description #204986
    Skandha
    Participant

    @indreshraja: Hello there,
    You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Menu Color and logo border color #204984
    Skandha
    Participant

    @legevindice: Hello Legevindice,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the color of menu items */
    @media screen and (min-width:64em) {
         .navigation-classic.absolute-header .main-navigation a {
             color: #123456 !important;
         }
    }
    
    /* To change the hover color of menu items */
    @media screen and (min-width:64em) {
         .navigation-classic.absolute-header .main-navigation a:hover {
             color: #f0f !important;
         }
    }
    
    /* To change the round border color of the logo */
    .custom-logo {
        border-color: #12ffff !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header Image NOT responsive on iphone #204982
    Skandha
    Participant

    @tcadesign: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header {
        background-attachment: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Header Image NOT responsive on iphone #199558
    Skandha
    Participant

    @tcadesign: Hello there,
    Please post in your site URL so that I can look into the issue. Also post in your screenshots.

    Kind Regards,
    Skandha

    in reply to: Page Contents Upper Left Corner #199557
    Skandha
    Participant

    @reanimateher: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-content {
          display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: istall plugin required for catch mag pro #199556
    Skandha
    Participant

    @casinoyab: Hello there
    Can you let me know which plugin you are talking about?

    Kind Regards,
    Skandha

Viewing 20 posts - 7,001 through 7,020 (of 12,027 total)