Forum Replies Created

Viewing 20 posts - 3,341 through 3,360 (of 12,027 total)
  • Author
    Posts
  • in reply to: Colors for products in products listing #267045
    Skandha
    Participant

    @malevolentia: Hello there,
    If you are using WooCommerce plugin can you try contacting WooCommerce support as they maybe able to help you out better with this issue.

    Kind Regards,
    Skandha

    in reply to: Changing front page content? #267044
    Skandha
    Participant

    @achim-rosier: Hello there,
    Yes, the order of different sections can be controlled in the pro version using Section Sorter feature. You can check out the additional-features available in pro version of the theme.

    Can you please post in your site URL and let me know where you want the fixed element to be placed?

    Kind Regards,
    Skandha

    in reply to: Question about theme updates #267040
    Skandha
    Participant

    @tomdkat: Hello there,
    The update has been released. Please update the theme and let me know if the license activation issue is resolved.

    Also let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Change background colour of link buttons throughout site #267039
    Skandha
    Participant

    @lottieb87: Hello Lottie, 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/kids-camp/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: Front page sections #267038
    Skandha
    Participant

    @mariannepurdy: Hello there,
    I checked your site and it seems to be on under construction mode. Can you please remove the under construction mode for a while so that I can look into your issue?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @emilygraceengergmail-com: Hello there,
    Can you try using the Regenerate Thumbnail plugin and see if the issue is resolved?

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

    in reply to: Making the image for logo bigger #267036
    Skandha
    Participant

    @jkwildlife: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Youtube video doesn’t work on mobile #266991
    Skandha
    Participant

    @ware: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Can we edit the posting page? #266972
    Skandha
    Participant

    @btcbtc: Hello there,
    Yes, that is possible using the Pro version of the theme.

    Let me know if you have anymore questions!
    Kind Regards,
    Skandha

    in reply to: Broken Thumbnail For YouTube Videos on Portfolio #266971
    Skandha
    Participant

    @oneartvandelay: Hello there,
    The Portfolio section cannot be used like that. The featured image you have set for each page will show up in the homepage. Since you have not selected a featured image the thumbnail is displayed as a broken media.

    Kind Regards,
    Skandha

    in reply to: Missing open quote image for testimonials #266970
    Skandha
    Participant

    @lindytech20: Hello there,
    This seems to be due to a little bug. The bug 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: Front page sections #266958
    Skandha
    Participant

    @mariannepurdy: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Colors for products in products listing #266880
    Skandha
    Participant

    @malevolentia: Hello there,
    Can you please post in your site URL and let me which plugin you are using for the products shop feature?

    Kind Regards,
    Skandha

    in reply to: Question about theme updates #266877
    Skandha
    Participant

    @tomdkat: Hello there,
    Since the license cannot be activated as the License tab is not visible due to a little bug you will not be notified. I will let you know when the update is released for this time. After the update is released you can activate your license and you will receive a notification on your WP dashboard when there is an update in the future.

    Kind Regards,
    Skandha

    in reply to: Different header images for different devices #266876
    Skandha
    Participant

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

    @media screen and (min-width: 1025px) {
    	.custom-header.header-media {
    	    background-image: url("http://192.168.1.15/support/wp-content/uploads/2018/09/cropped-cropped-services3-1920x1080-1.jpg") !important;
    	}
    }
    
    @media screen and (max-width: 400px) {
    	.custom-header.header-media {
    	    background-image: url("http://192.168.1.15/support/wp-content/uploads/2019/11/banner-photography.jpg") !important;
    	}
    }

    Please replace the image url with the image url of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Add links to portfolio items/thumbnails #266875
    Skandha
    Participant

    @evervliet: Hello Eveline,
    The link in the Portfolio post title has been added. An update will be released soon.

    Kind Regards,
    Skandha

    in reply to: Question about styling Testimonials #266808
    Skandha
    Participant

    @tomdkat: Hello there,
    Yes, that should change the background color for the comment box as well.
    I am afraid that it would be difficult to give better names because a single color option changes the color on lot of elements. So you will need to check in the customizer where the colors are getting changed.

    Kind Regards,
    Skandha

    in reply to: Help needed with the Portfolio #266807
    Skandha
    Participant

    @tomdkat: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Child-theme: a new entry in Style.css doesn’t work #266762
    Skandha
    Participant

    @serpico57: Hello Ernesto, 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/catch-responsive/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 great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Change background colour of link buttons throughout site #266760
    Skandha
    Participant

    @lottieb87: Hello Lottie,
    For that
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-media .more-button {
        background-color: teal !important;
    }

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

Viewing 20 posts - 3,341 through 3,360 (of 12,027 total)