Forum Replies Created

Viewing 20 posts - 9,241 through 9,260 (of 12,034 total)
  • Author
    Posts
  • in reply to: Header Image Issues #164338
    Skandha
    Participant

    @csphilli: Well this is strange. I will need to have a look at your site so that I can fix the issue. For this I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Events date not working #164336
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Featured Image Not Displaying in Blog #164331
    Skandha
    Participant

    @ellyhall: Hello Elly,
    The feature to display featured image on single post/page 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.

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

    in reply to: Localization of Previous and Next into Vietnamese #164320
    Skandha
    Participant

    @dragon: Since you are using a child theme the vi.mo and vi.po files should go under the languages directory under your child theme folder.
    Then you will need to
    Go to => Child Theme Folder => functions.php and add the following code.

    add_action( 'after_setup_theme', function () {
       // load custom translation file for the parent theme
       load_theme_textdomain( 'catch-evolution', get_stylesheet_directory() . '/languages/' );
       // load translation file for the child theme
       load_child_theme_textdomain( 'my-child-theme', get_stylesheet_directory() . '/languages' );
    } );

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

    in reply to: Feature slider iOS responsive #164313
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: GET http://0.0.0.1/ net::ERR_ADDRESS_UNREACHABLE #164307
    Skandha
    Participant

    @halfdiminished: Hello there,
    The issue has been fixed and an update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Theme Not Updating After Autoupdate done by Host #164306
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Catch Gallery – how to get tiled mosaic? #164305
    Skandha
    Participant

    @nedamirza: You can edit the Gallery after inserting it on your post/page. To edit you will need to refresh the page then you will see the Gallery preview and will be able to edit the gallery without having to reinsert it. We will work on this bug.

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

    in reply to: Change Homepage body background color #164304
    Skandha
    Participant

    @apwordandsound: Go to => Appearance => Customize => Theme Options => Layout Options => Homepage/Archive Layout => Right Sidebar ( Content, Primary Sidebar ).

    This should show up sidebar on your Word page.

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

    in reply to: How to use the Essential Content Types Pro plugin #164302
    Skandha
    Participant

    @elliottrae: I checked your site and the above could seems to have removed the login tab from both desktop and mobile. Are you still getting the login tab on mobile version?

    Kind Regards,
    Skandha

    in reply to: Contact Form Style #164301
    Skandha
    Participant

    @calisto1780: 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: Mobile Menu not working #164300
    Skandha
    Participant

    @stevehall1577: I checked your site and the mobile menu seems to be working fine. Please try clearing your browser cache and check if this solves the issue.

    Kind Regards,
    Skandha

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

    @joshua: Please post in your site URL so that I can look into the issues you mentioned.

    Kind Regards,
    Skandha

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

    @appareas: I will look into the issue and will get back to you within no time.

    Kind Regards,
    Skandha

    in reply to: Do I need Pro??? #164290
    Skandha
    Participant

    @dani-leigh: Hello there, it depends on your requirements whether you need the pro version or not. Basically the pro version has much more features than the free version. You can check-out the additional-features available in pro version of the theme and make a decision to upgrade to pro.

    I hope this helps you out!
    Kind Regards,
    Skandha

    in reply to: video home #164288
    Skandha
    Participant

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

    #wp-custom-header-video-button {
    	display:none;
    }

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

    in reply to: Create custom image sizes & increase font size #164232
    Skandha
    Participant

    @sorayacge: Yes, the above code will only change featured image size.
    Go to => Child Theme Folder => functions.php and the following Code.

    function child_theme_setup() {
        add_image_size( 'slider', 1600, 600, true ); //Featured Post Slider Image
    	add_image_size( 'featured', 800, 324, true ); //Featured Image
    	add_image_size( 'small-featured', 400, 267, true ); //Small Featured Image
    }
    add_action( 'after_setup_theme', 'child_theme_setup', 11 );

    You can change the images size of the above.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164229
    Skandha
    Participant

    @thomaswaerness: I checked your site and saw the issue you are having with the menu when you scroll down the page. It is strange that the menu seems to be working fine at my end.

    Can you please try deactivating all your plugins and check if this resolves the menu issue?

    Can you please elaborate the issue with “centering jumps” when hitting the button menu? I wasn’t able to get you.

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

    in reply to: modern menu broken #164228
    Skandha
    Participant

    @peer: Can you try deactivating all your plugins and check if this resolves the modern menu issue you are having?

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

    in reply to: Social Media Links #164227
    Skandha
    Participant

    @valeriewallace: Hello there, Custom Social Links option is not available in this theme.

    To add a social link via social menu

    Select Menu Locations
    You can assign your custom menu in 4 different locations. You assign it either from "Appearance => Customize => Menus => Manage Location" or from "Appearance => Menus => Manage Location"
    Select your Custom Menu as Primary Menu to display it as the Main Menu, which will replace the default Page Menu
    Select your Menu as Header Right Menu
    Select your Menu as Header Top Menu to show menu in top
    Select your Menu as Footer Menu
    Select your Menu as Social Header Right Menu
    Select your Menu as Social Links on Primary Search Menu(Only visible in mobile view)
    Select your menu as Social Footer Menu 

    Let me know if you are still having issue with creating a social menu.
    Kind Regards,
    Skandha

Viewing 20 posts - 9,241 through 9,260 (of 12,034 total)