Forum Replies Created

Viewing 20 posts - 7,001 through 7,020 (of 12,035 total)
  • Author
    Posts
  • Skandha
    Participant

    @jncatchthemes: Hello there.
    The latest version of Adventurous Pro is 4.4. I don’t think you should have any problem with the theme after upgrading to WordPress 5.2.4.
    Let me know if you come across any issues after upgrade.

    Kind Regards,
    Skandha

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

    @zoemobil: Hello Matthias, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/chicago/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: Double Header image #224739
    Skandha
    Participant

    @giro: Hello there,
    I have replied to you here:
    https://catchthemes.com/support-forum/topic/double-header-image-3/#post-224738

    Kind Regards,
    Skandha

    in reply to: double header image #224738
    Skandha
    Participant

    @giro: Hello there,
    There seems to be a little issue with the Header Image when there no header media text. The issue has been fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Activating License #224729
    Skandha
    Participant

    @rodeboy: Hello Chris,
    It is just that only one License Key is provided for a subscription and a License Key can be used only once. So for other websites you will need to manually update the theme when a new update is released.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @catwingz: Hello there,
    When you deactivate all the plugin only homepage and about page have the header because you have enabled Header Featured Image Options in the About page and you have selected it as your homepage.

    Didn’t the following CSS solve the issue?

    body:not(.home) .header-media {
        display:none;
    }

    Kind Regards,
    Skandha

    in reply to: problem with mobile menu #224708
    Skandha
    Participant

    @mmm: Hello there,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Video Not Autoplaying #224689
    Skandha
    Participant

    @caseyjcrow: Hello James,
    To have the Header Video auto play as well as display on mobile devices you will need to upgrade to Header Enhancement Pro plugin. You can check out the additional-features available in pro version of the plugin.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    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

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