Forum Replies Created
-
AuthorPosts
-
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,
SkandhaSkandha
ParticipantPlease post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
Participant@dragon: Since you are using a child theme the
vi.moandvi.pofiles 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,
SkandhaSkandha
Participant@jorismulders: I will look into the issue and get back to you soon on this.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
Participant@amandaatdinnerofherbs: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
Participant@joshua: Please post in your site URL so that I can look into the issues you mentioned.
Kind Regards,
SkandhaSkandha
Participant@appareas: I will look into the issue and will get back to you within no time.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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 MenuLet me know if you are still having issue with creating a social menu.
Kind Regards,
Skandha -
AuthorPosts
