Forum Replies Created

Viewing 20 posts - 9,201 through 9,220 (of 12,027 total)
  • Author
    Posts
  • in reply to: Feature slider iOS responsive #164539
    Skandha
    Participant

    @jorismulders: I will look into the issue and get back to you on this.

    Kind Regards,
    Skandha

    in reply to: Header image not shrinking on mobile #164537
    Skandha
    Participant

    @valtht: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:767px) {
    	.has-header-image .custom-header-media .wp-custom-header img, .has-header-video .custom-header-media .wp-custom-header video, .has-header-video .custom-header-media .wp-custom-header iframe {
    		object-fit:fill !important;
    	}	
    }

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

    in reply to: Free RTL Theme? #164536
    Skandha
    Participant

    @makalaka: Hello there, 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/adonis/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: Sub-menu in homepage now has bug! #164535
    Skandha
    Participant

    @hoiung: There seems to be an issue with sub menu on homepage. The issue will be fixed and an update will be released soon. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Background Not Fitting Well #164528
    Skandha
    Participant

    @tagadose: This is due to the object-fit:cover css code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:767px) {
    	.has-header-image .custom-header-media .wp-custom-header img, .has-header-video .custom-header-media .wp-custom-header video, .has-header-video .custom-header-media .wp-custom-header iframe {
    		object-fit:fill !important;
    	}	
    }

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

    in reply to: Section Sorter? #164525
    Skandha
    Participant

    @tcadesign: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, menu problem when scrolling #164524
    Skandha
    Participant

    @msrz85: The feature to enable normal scrolling is only available in pro version of the theme. If you want the page to scroll normally I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: Gutenberg paragraph block in Catch Box 4.8.1 editor #164523
    Skandha
    Participant

    @naoko-kaku: Hello there, 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-box/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: Change Homepage body background color #164522
    Skandha
    Participant

    @apwordandsound: Hello there, 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/audioman/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: Titles have disappeared from home page #164521
    Skandha
    Participant

    @valeriewallace: Glad the issue is fixed. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Header Image Issues #164519
    Skandha
    Participant

    @csphilli: Glad the issue is fixed. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Error on updating and saving pages #164518
    Skandha
    Participant

    @appareas: I will need to look into your site so that I can diagnose the issue. For that I will need your WP admin credentials. I will contact your shortly by email.

    Kind Regards,
    Skandha

    in reply to: video home #164517
    Skandha
    Participant

    @valelotartaro: Hello Valeria,
    Header Video not displaying on viewports less than 900*500px is a default WordPress feature. So if you really need to display header video on smaller screens you will need to get your customized. I suggest you to hire a customizer for this.

    And yes there is a way to show the video in the desktop and an image in mobile.
    The header image you have inserted should show up as a fallback image on screen size less than 900*500px.

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

    in reply to: Resizing/Responsiveness issues #164515
    Skandha
    Participant

    @joshua: Hello Joshua,
    I still can’t replicate the issue you are having at my end. Could you attach me a screenshot of the issue so that I can help solve it for you?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nicolej: I will need to check your admin settings so that I can look into the issue you are having. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #164458
    Skandha
    Participant

    @rodeboy: Hello Chris,
    I got the issue you are having. I will see what can be done about this and will update you on this. Also please update your theme to the new version update and let me know if any issue arises.

    Kind Regards,
    Skandha

    in reply to: Sub menu drop down is "clipping" items #164456
    Skandha
    Participant

    @tattoo-tom: I checked your site and the drop down menu seems to be displaying fine. Can you please elaborate your issue.

    Kind Regards,
    Skandha

    in reply to: Titles have disappeared from home page #164455
    Skandha
    Participant

    @valeriewallace: I checked you blog page and you seem to have figured out how to remove the title.
    Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, menu problem when scrolling #164454
    Skandha
    Participant

    @msrz85: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section-heading-wrapper, .elementor-heading-title.elementor-size-default {
    	margin-top:80px;
    }

    Let me know if this resolves the issue.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @nicolej: I will look into the issue and get back to you on this.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,201 through 9,220 (of 12,027 total)