Forum Replies Created

Viewing 20 posts - 2,621 through 2,640 (of 12,027 total)
  • Author
    Posts
  • in reply to: How to remove/hide the title on post page? #274832
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Renewal time – newer/better themes available #274831
    Skandha
    Participant

    @landyvlad: Hello Michael,

    Clean Enterprise Pro
    Q 1: Yes, it is possible to disable that.
    Q 2: Yes, there is an image slider section.
    Q 3: Yes, that is possible.

    Alchemist Pro
    Q 4: Yes, there is a slider section.
    Q 5: Yes, that is possible.

    Both the themes are equally good and easy to customzier. In my opinion maybe Alchemist Pro would suit you better.

    To know what features are available in the theme you can also check on the Compare tab on the Theme Page link. For Clean Enterprise Pro click the compare tab in this link.

    Catch Gallery plugin is a free plugin so you can download install and use it.

    Thank you for reporting the Catch Gallery demo issue.

    Let me know if you have anymore queries.
    Kind Regards,
    Skandha

    in reply to: Hero Content Settings #274830
    Skandha
    Participant

    @sophienj: Hello there,
    The option to have Excerpt instead of Full Content in the Hero Content section is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

    Kind Regards,
    Skandha

    in reply to: Problemi con il Footer #274828
    Skandha
    Participant

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

    .home article {
        margin-bottom: 0 !important;
    }

    To have Header Video work on mobile devices you will need to use our Header Enhancement plugin.

    Did you change any theme files?

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

    in reply to: Bold Photography Theme Demo Data #274822
    Skandha
    Participant

    @paolapt68: Hello there,
    For that you will need to install and activate Catch Themes Demo Import plugin.

    Then,
    Go to => Appearance => Catch Themes Demo Import => You should able to find the import options here.

    Note: Make sure you have Bold Photography theme activated on your site.

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

    in reply to: Homepage questions #274820
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    Please replace the above CSS Code to capitalize only the first letter by the following.

    .home * {
        text-transform: unset;
    }

    The option to change the purple button text ‘featured’ to ‘nieuwste’ is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

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

    in reply to: A posted item doesn’t show a link in the text #274817
    Skandha
    Participant

    @ken-leidner: Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Change title size under posts on archive page and portfolio #274811
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Sorry for the late reply.
    I have replied to you in your latest post.
    https://catchthemes.com/support-forum/topic/no-more-support-on-this-forum/

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Full width without sidebar too wide. How cna I change it ? #274803
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: No more support on this forum ? #274802
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Sorry for the late reply.

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

    #portfolio-content-section .entry-header {
        padding: 15px;
    }
    
    #portfolio-content-section article, .portfolio-content-wrapper .entry-title {
        margin-bottom: 0;
    }

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

    in reply to: Menu & Search Icons don’t show #274680
    Skandha
    Participant

    @dainesatelier: Hello Evie,
    I checked your site on my phone and the menu seems to be opening fine. Can you let me know on which device you are having this issue? Also try checking the issue on other mobile phone.

    Kind Regards,
    Skandha

    in reply to: Homepage questions #274666
    Skandha
    Participant

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

    /* To capitalize only the first letter of titles in the homepage */
    .home * {
        text-transform: capitalize;
    }
    
    /* To increase the font size of site title and description */ 
    .site-identity .site-title {
        font-size: 25px;
    }
    .site-description {
        font-size: 20px !important;
    }
    
    /* To hide date in the Portfolio section */
    #portfolio-content-section .entry-meta .posted-on {
        display: none;
    }
    
    /* Remove the testimonial section title */
    .testimonials-content-wrapper .section-title {
        display: none;
    }

    The option to change the sticky post text Featured is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

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

    in reply to: Remove elements #274660
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    Try using the following CSS Code.

    /* To remove the previous next buttons */
    .single-post .navigation.post-navigation {
        display: none;
    }

    The Options to add Menu Label will be added to the theme option and an update will be released soon. I will let you know when the update is released.

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

    in reply to: Menu & Search Icons don’t show #274658
    Skandha
    Participant

    @arjan @dainesatelier: Hello there,
    This seems to be due to the Elementor Plugin you are using. Try deactivating the plugin and check if the icons appear.

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

    in reply to: Problemi con il Footer #274657
    Skandha
    Participant

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

    #colophon {
        display: none;
    }

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

    in reply to: full width slider – as wide as the page box #274656
    Skandha
    Participant

    @_rita_sc_: Glad you were able to figure it out. Have a good weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: A posted item doesn’t show a link in the text #274655
    Skandha
    Participant

    @ken-leidner: Hello there,
    For that you will need to create a child theme and do a little bit of customziation. 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: Edit #274652
    Skandha
    Participant

    @radiohaven: Hello there,
    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: Blog section #274651
    Skandha
    Participant

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

    Kind Regards,
    Skandha

Viewing 20 posts - 2,621 through 2,640 (of 12,027 total)