Forum Replies Created

Viewing 20 posts - 6,021 through 6,040 (of 12,027 total)
  • Author
    Posts
  • in reply to: adding google analytics #237949
    Skandha
    Participant

    @gildaniela: Hello Daniela,
    The code is not to be added in the Additional CSS section.

    You will need to use our Catch Web Tools plugin for that. Install and Activate the plugin.
    Now,
    Go to => Dashboard => Catch Web Tools => Activate Webmaster Tools => Configure => Header and Footers Scripts => Add your code to wp_head().

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

    in reply to: After updating, the page color has disappeared #237945
    Skandha
    Participant

    @daoudou: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Customizer does not match live site #237944
    Skandha
    Participant

    @bob-wagstaff: Hello there,
    Can you please attach screenshots of how the site is showing up in the customizer and in the live site?

    Kind Regards,
    Skandha

    in reply to: Essential Content Types events #237876
    Skandha
    Participant

    @everlypregnantbrothers: Hello there,
    Custom Post Type Events is being added to the Audioman Pro and will be available in the upcoming theme update. Then you will be able to use Event Custom Posts using Essential Content Types Pro plugin.

    I will let you know when the update is released.
    Kind Regards,
    Skandha

    in reply to: Archives in header #237863
    Skandha
    Participant

    @maderas: Hello there,
    To change the title of Portfolio Archive Page
    Go to => Child Theme folder => functions.php and add the following Code.

    add_filter( 'get_the_archive_title', function ( $title ) {
        if( is_post_type_archive('jetpack-portfolio') ) {
            $title = esc_html__( 'Portfolio', 'catch-sketch' );
        }
        return $title;
    });

    Now, Replace the text Portfolio in the code with the text of your choice.

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

    in reply to: Header Not Responsive #237851
    Skandha
    Participant

    @coneill: Hello there,
    You seem to have quite a few menu items due to which the items are overflowing to next line. To resolve the issue you will need to use the Modern Menu option (Hamburger Menu) which is only available in pro version of the theme. 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: Translate next post/previous post and search results for #237850
    Skandha
    Participant

    @italianfox: 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-fullscreen/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: Featured Content Background Color #237849
    Skandha
    Participant

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

    #featured-content {
        background-color: #000;
    }

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

    in reply to: Galerie Images Izabel #237847
    Skandha
    Participant

    @leonora: Hello there,
    The section you are referring to is the Collection Section.
    Go to => Appearance => Customize => Theme Options => Collection => Enable the section, select the type and posts and Publish.

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

    in reply to: Change border color of a text field in form (in css) #237844
    Skandha
    Participant

    @marqui: Hello there,
    Please post in your site URL so that I can look into the issue and provide you the necessary CSS Codes.

    Kind Regards,
    Skandha

    in reply to: Gallery images not displayed right #237843
    Skandha
    Participant

    @ospriya: Hello Priya,
    Can you please let me know on which page you have used the Gallery?

    Also I checked your site on my laptop and it seems to showing up on desktop mode.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @travelo: Hello there,
    I am afraid for that a lot of customization needs to be done. If you really need it I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Featured slider pause function #237838
    Skandha
    Participant

    @mattandwillow: Hello there,
    Pause on hover feature for the slider has been added to the theme. An update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @italianfox: Hello there,
    You seem to selected the incorrect language while creating the translation in Poedit.

    When you Create a translation in Poedit software Select the language as Dutch (Netherlands) and the file created should be nl_NL.mo and nl_NL.po. You seem to have selected language as Dutch so the file being created is nl.po and nl.po.

    You can try renaming the nl.po and nl.po files as nl_NL.mo and nl_NL.po and then select site language as Nederlands.

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

    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Drop-down menu not Letting me select submenus #237779
    Skandha
    Participant

    @tarynslewis: Hello Taryn,
    I re uploaded the Clean Portfolio theme and the menu issue seems to be resolved.

    Can you please and let me know if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: Header Not Responsive #237770
    Skandha
    Participant

    @coneill: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Catch Wedding Pro Theme Options on single page #237768
    Skandha
    Participant

    @haileymccully: Hello there,
    First of all
    Go to => Appearance => Customize => Theme Options => Accommodations => Enable on => Select Entire Site and Publish.

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

    body:not(.page-id-26) #accommodation-section {
        display: none;
    }

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

    in reply to: How to display the portfolio tiles randomly #237767
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Sidebar doesn’t display on homepage #237766
    Skandha
    Participant

    @wido: Hello Wido,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 6,021 through 6,040 (of 12,027 total)