Forum Replies Created

Viewing 20 posts - 3,041 through 3,060 (of 12,027 total)
  • Author
    Posts
  • in reply to: Fotografie – Portfolio – Padding #270758
    Skandha
    Participant

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

    .portfolio-entry-header {
        height: 50px !important;
    }
    .portfolio-wrapper .portfolio-entry-header {
        padding: 10px !important;
    }

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

    in reply to: Fotografie – Make Menu Button Not Appear #270745
    Skandha
    Participant

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

    .menu-toggle-wrapper {
        display: none;
    }
    #site-navigation a {
    	text-align: center;
    }
    .main-navigation ul {
    	display: block;
    }

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

    in reply to: Fotografie – Portfolio – Tagline – Change Capitalize #270744
    Skandha
    Participant

    @admin2019: Hello there,
    Can you please clarify which text you are referring to on your site as biographical text? I am not able to understand the issue you are having.

    Kind Regards,
    Skandha

    in reply to: Background image places on top #270673
    Skandha
    Participant

    @hsandstrom: Hello there,
    Do you want the overlay to be place only to the background and not to the text container?

    Kind Regards,
    Skandha

    in reply to: Show full page with featured slider #270672
    Skandha
    Participant

    @henebe: Hello Heinz,
    I checked your site on my mobile phone and the content seem to be showing up and can be scrolled well. Can you please let me know on which device you are having the issue and also attach a screenshot of the issue if possible.

    Kind Regards,
    Skandha

    in reply to: Theme not working on mobile #270669
    Skandha
    Participant

    @westcoast_509: 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-inspire/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: Background Image #270667
    Skandha
    Participant

    @metalepidemic: Hello Dave,
    The bug has been fixed and a theme update should be released very soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Widget area background color #270665
    Skandha
    Participant

    @bamper1: Hello Thomas, 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-wedding/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: How to set up individual pictures at the top sections? #270664
    Skandha
    Participant

    @twillig: Hello Thomas,
    Can you please select the option and let me know so that I can look into the issue on your site?

    Kind Regards,
    Skandha

    in reply to: menu not available on iphone #270656
    Skandha
    Participant

    @allopcdepannage: Hello there,
    I checked your site on Safari on an iphone and the menu seems to be showing up fine. Can you please let me know on which iPhone you are having this issue and please attach a screenshot of the issue as well?

    Kind Regards,
    Skandha

    in reply to: Widget area background color #270655
    Skandha
    Participant

    @bamper1: Hello Thomas,
    The Section Sorter seems to be working at my end. I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Translate “Scroll” in french #270649
    Skandha
    Participant

    @remi-lacroix: Hello Remi,
    To change the text Scroll in the homepage
    Copy the file inc/custom-header.php from parent theme folder to the child theme folder such that the file has the same path.

    Then, Edit the file and Search for the text Scroll and replace it with the text of your choice.

    To change the text By in posts
    Copy the file template-parts/content/content.php from parent theme folder to the child theme folder such that the file has the same path.

    Then, Edit the file and on line no 50 Edit the text By with the text of your choice.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Customizing Site Identity – Change Site Title location #270648
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: enable comments on posts #270643
    Skandha
    Participant

    @michaeldmullen: Hello there,
    Go to => Appearance => Customize => Theme Options => Comment Options => Select Use WordPress Setting or Disable in Pages and Publish.

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

    in reply to: reCaptcha #270642
    Skandha
    Participant

    @bjbarker: Hello Bjbarker,
    We don’t use a built in reCaptcha in the theme.

    Kind Regards,
    Skandha

    in reply to: Change Size of Image #270627
    Skandha
    Participant

    @train4yourself: Hello there,
    To change the Header Image
    Go to => Appearance => Customize => Header Media => Add New Image and Publish.

    To change the height of the image
    Go to => Appearance => Customize => Additional CSS =>and add the following CSS Code.

    .home .custom-header {
        min-height: 50vh !important;
    }

    You can change the value of min-height according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Translate “Scroll” in french #270574
    Skandha
    Participant

    @remi-lacroix: Hello Remi,
    To translate the strings Scroll and By 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 so that I can guide you.

    To edit the text From the blog
    Go to => Appearance => Customize => Theme Options => Homepage/Frontpage Settings => Recent Posts Sub Heading => Edit the text and Publish.

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

    in reply to: Post Page Issue #270563
    Skandha
    Participant

    @michaeldmullen: Thank you for your wonderful review. Have a great day! 🙂

    Kind Regards,
    Skandna

    in reply to: Widget area background color #270561
    Skandha
    Participant

    @bamper1: Hello Thomas,
    To change the Footer Background Color
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #colophon {
        background-color: #555;
    }

    You can change the color according to your choice.

    Regarding the Section Sorter issue you seem to be using an older version of the theme. Please update the theme to the latest version of the theme and check if the issue is resolved.

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

    in reply to: Widget area background color #270557
    Skandha
    Participant

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

    Kind Regards,
    Skandha

Viewing 20 posts - 3,041 through 3,060 (of 12,027 total)