Forum Replies Created
-
AuthorPosts
-
September 17, 2025 at 6:41 am in reply to: Conflict with Version 2.6 and SiteOrigin PageBuilder #341255
minal
KeymasterHello @Glen:
Please update the themes to the latest version as soon as it becomes available. It should fix the issues for Catch Vogue Pro.
Sincerely,
Minal
September 10, 2025 at 2:44 am in reply to: Conflict with Version 2.6 and SiteOrigin PageBuilder #341195minal
KeymasterHello @Glen:
The issue you’re experiencing appears to be primarily caused by the SiteOrigin plugin.
We have released an update addressing this. Kindly update the theme, and the issue should be resolved.
Sincerely,
MinalSeptember 9, 2025 at 1:44 am in reply to: Conflict with Version 2.6 and SiteOrigin PageBuilder #341177minal
KeymasterHello @Glen:
I’m sorry for any inconvenience you’ve experienced. Our team is currently reviewing the issue regarding the image on top of the banner and will notify update as soon as it’s resolved.
Sincerely,
Minal
September 8, 2025 at 2:16 am in reply to: Conflict with Version 2.6 and SiteOrigin PageBuilder #341162minal
KeymasterHello @Glen:
About the text from that post ends up overwriting the text for the News Feature.
There is an option for renaming the read more text. You can check on the read more text option whether is changed to test post or not.
Go to Dashboard > Appearance > Customizer > Theme Options > Excerpt options.
About the image is within the post, and it drops itself on top of the banner issue. It happens due to the siteOrigin plugin. It copied the first post image and added it to the Recent Posts Sub Heading. But if you want to fix that issues, you have to remove text from the Recent Posts Sub Heading.
Check the image below.Sincerely,
MinalSeptember 4, 2025 at 6:55 am in reply to: Conflict with Version 2.6 and SiteOrigin PageBuilder #341124minal
KeymasterHello @Glen:
Can you provide me with your site URL?
Sincerely,
Minalminal
KeymasterHello @christian:
I’m sorry for any inconvenience you’ve experienced. Our team is currently reviewing the issue and will notify you as soon as it’s resolved.
Sincerely,
Minalminal
KeymasterHello @catwingz:
In this theme, we have used two navigation HTML structures for desktop and mobile, allowing for mobile screen menu effects.
For the mobile screen, we have shown the mobile navigation having class name “mobile-menu” and a hamburger icon, and hidden the nav on desktop. We have a class ‘sidr’ for the mobile menu,
You can search “mobile-menu” and “sidr” in your style.css file.
For a quick example, we have a style for a mobile menu like below..sidr { display: block; position: fixed; top: 0; height: 100%; z-index: 999999; width: 260px; overflow-x: none; overflow-y: auto; font-size: 15px; background: #333; color: #fff; -webkit-box-shadow: inset 0 0 5px 5px #404040; -moz-box-shadow: inset 0 0 5px 5px #404040; box-shadow: inset 0 0 5px 5px #404040; }
.sidr.left { left: -260px; right: auto; }
And with the help of JS sidr is shown when hamburger icon is clicked.
If possible, could you share your site URL? So that I can give you a clearer view.
Please let me know if this worked. Thank you.
Sincerely,
Minalminal
KeymasterHello @catwingz:
Since there is no option to alter the height but you can adjust the height via CSS.
@media screen and (min-width: 1024px) { .custom-header .fp-tableCell, .custom-header { height: 1000px !important; } .custom-header .fp-scroller { display: flex; height: 100vh; align-items: center; } .custom-header .fp-scrollable { height: 100% !important; } }
You can adjust the height value to your desired one to “1000px”.
Note: This code only works on desktop.
Sincerely,
Minal
minal
KeymasterHello @catwingz:
To emulate the desired transition, it will be challenging to replicate the same code from the theme for mobile menus and hamburger because it might have a separate HTML structure, JS, and CSS from your site.
Sincerely,
Minal
minal
KeymasterHello @catwingz:
Unfortunately, the theme does not provide built-in options to change the background color or header height directly. However, you can achieve this by adding custom CSS.
Below is a CSS snippet you can use to change the background color of the header banner:
.custom-header:after { background: rgba(0, 0, 0, 0.1); }
To add CSS , Go to Dashboard > Appearance > Customizer > Additional CSS.
You can modify the rgba value to your preferred color. The last value (0.1) controls the transparency increasing it will make the background darker, while decreasing it will make it more transparent.
Regarding the header height, it is dynamically generated to ensure that the header image fits the window height. As a result, parts of the image may appear cropped.
Sincerely,
Minalminal
KeymasterHello @bjelkeman:
Please kindly use our Header Enhancement plugin, which will allow the video to play on mobile as well.
Here is the link to the plugin:
https://wordpress.org/plugins/header-enhancement/Let us know if this helped you.
Sincerely,
Minal
minal
KeymasterHello @A:
Sorry for the confusion,
Follow those steps as shown on screenshots below,
There, you will find an additional CSS section to add your CSS.
Sincerely,
Minal
August 15, 2025 at 12:20 am in reply to: How do you remove the space between the main menu and the first text #340891minal
KeymasterHello @Anton:
Sure you can make it smaller.
Add the below given CSS snippets to your additional CSS.
#content.site-content { padding-top: 0; } .site-content > .wrapper { padding-top: 0; }
You can check and add your desired value to those CSS of your liking.
Sincerely,
MinalAugust 13, 2025 at 12:49 am in reply to: How do you remove the space between the main menu and the first text #340884minal
KeymasterHello @anton:
To remove space between the main menu and the section below, add the CSS snippets below to your additional CSS.
Go to Dashboard > Appearance > Customizer > Additional CSS.
.site-content .wrapper .content-area .site-main { margin-top: 0 !important; }
I hope it works for you.
Sincerely,
Minal
minal
KeymasterHello @bauptstadtblick:
Catch Responsive is compatible with PHP. Our systems are currently running PHP version 8.3, and we have not encountered any compatibility issues or unexpected behavior during development or deployment.
If you encounter any issues, please don’t hesitate to let us know..
Sincerely,
Minal
minal
KeymasterHello @jeroen:
Sorry for the inconvenience caused.
It might be caused due to plugin conflict. So please try temporarily disabling all plugins to see if the error persists. If the issue is resolved, you can re-enable the plugins one by one to identify the cause.
And also try to update the content of your pages.
Sincerely,
Minal
minal
KeymasterHello @Andreas:
We have checked on our end, which has a PHP 8.3 version and WordPress 6.8.2, and everything seems fine.
The “Internal Server Error (500)” may be related to server configuration or a plugin conflict. We recommend reaching out to your web hosting provider, as they may be able to assist you in identifying and resolving the issue.
Additionally, please try temporarily disabling all plugins to see if the error persists. If the issue is resolved, you can re-enable the plugins one by one to identify the cause.
Sincerely,
Minal
July 15, 2025 at 2:04 am in reply to: Add search to burger menu on mobile in Catch Responsive Pro #340589minal
KeymasterHello @cindy:
Here are the CSS snippets for the search to appear on mobile devices. And add to your Additonal CSS .
Go To Dashboard > Appearance > Customizer > Additional CSS.
@media screen and (max-width: 990px) { .site-navigation.nav-primary { background-color: transparent; display: block; position: absolute !important; right: 0; top: 0; width: 260px; } .mobile-menu-two .site-navigation.nav-primary{ right:50px; } .site-navigation.nav-primary #search-toggle { color: #000; } .site-navigation.nav-primary #search-container { left: -10px; bottom: -66px; } .admin-bar .site-navigation.nav-primary #search-toggle { margin-top: 45px; } .site-navigation.nav-primary .search-field { height: 40px; } .site-navigation.nav-primary .search-form { padding-inline: 20px; } .site-navigation.nav-primary .catchresponsive-nav-menu { display: none; } }
This CSS displays the search on top of the header.
Please feel free if you need any further assistance.
Sincerely,
Minalminal
KeymasterHello @cindy:
We have updated the site from version 5.1.1 (June 16) to 5.1.2 (July 6).
In this update, we’ve added separate icons for X (formerly Twitter). While this is not a major update. We’re actively working on introducing more features in upcoming releases.
Thank you for your continued support and patience.
Sincerely,
Minal
July 4, 2025 at 12:01 am in reply to: Default theme out of the box shows black text in option picker. #340514minal
KeymasterHello @Rashaim:
Yes, it was a bug. The CSS we provided was just a quick fix. We’ve already resolved the issue in our theme, and you will receive a notification once the update is available.
Sincerely,
Minal
-
AuthorPosts