Forum Replies Created
-
AuthorPosts
-
minal
KeymasterHello @Andre:
Adding a feature slider to a specific page cannot be achieved using CSS alone.
Sincerely,
Minal
minal
KeymasterHello @Andre:
Thank you for your query.
Currently, the functionality to display a slider on specific pages is not available.
Sincerely,
Minal
minal
KeymasterHello @Andre:
You have to add custom code to achieve.
Our theme doesn’t have an option for this.
Sincerely,
Minal
minal
KeymasterHello @Andre:
Here is the CSS snippet for you to hide text.
form.post-password-form p:nth-child(3), form.post-password-form .post-password-form-invalid-password + p { display: none; }Please let us know how it goes, and we’ll be happy to assist you further.
Sincerely,
Minalminal
KeymasterHello @Larissa:
Glad to know that. Feel free to ask if you have any theme-related queries.
Sincerely,
Minal
minal
KeymasterHello @Larissa:
Thank you for your query.
The feature you’re looking for, displaying a featured image for product categories as a header is not commonly included in most themes, as WooCommerce pages are typically designed to focus on products rather than header images.
However, there’s no need to switch your theme. All of our themes are fully compatible with WooCommerce.
You can achieve this functionality by adding a custom snippet to your child theme’s functions.php file. Try using the following code:
add_action('wp_head', function () { if (is_product_category()) { $term = get_queried_object(); $thumbnail_id = get_term_meta($term->term_id, 'thumbnail_id', true); $image = wp_get_attachment_url($thumbnail_id); if ($image) { ?> <style> .custom-header:before { background-image: url('<?php echo esc_url($image);?>'); background-position: center top; background-repeat: no-repeat; background-size: cover; } </style> <?php } } }, 30);Sincerely,
Minal
minal
KeymasterHello @larissa:
On single-product pages, the header image works correctly because the product image serves as the featured image. However, on category pages, this behavior does not apply.
That thing is coming from the plugin, so the theme does not control it. It would be better to contact the WooCommerce Banner Image plugin support, who can provide a proper solution.
Sincerely,
Minalminal
KeymasterHello @Leona:
Yes, “Photofocus Pro” is an active theme and up-to-date also.
https://catchthemes.com/themes/photofocus-pro/
Can you tell us where you search for a theme?
Sincerely,
Minal
March 12, 2026 at 1:00 am in reply to: WooCommerce category layout broken after update (Threadwears theme) #342742minal
KeymasterHello @blancafl:
It seems the structure of your archive product template may have been changed. Could you please try resetting the archive product template and check again?
To do this, go to Dashboard > Appearance > Editor > Templates, then select Archive Product. If any changes were made earlier, you should see a Reset button there.

And if the reset button is not available, try testing by disabling active plugins one by one and check again.
Sincerely,
Minal
minal
KeymasterHello @v.s.smirnoff:
Sorry for the delay. We replied to this topic on your new ticket.
https://catchthemes.com/support-forum/topic/main-slider-video-issue/I appreciate your patience.
Sincerely,
Minalminal
KeymasterHello @v.s. smirnoff:
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/If the problem is not resolved, can you share your site URL to check what the exact problem you are facing.
Sincerely,
Minalminal
KeymasterHello @BB_One:
When switching to a secondary language, you must manually disable the grid content section in the customizer.
Please contact Polylang support to know more, as it can not be controlled by the theme.
Sincerely,
Minal
minal
KeymasterHello @Bilder-meister:
You can install the Shutter Up theme directly from the theme directory.
Go to Dashboard > Themes > Add New, search for shutter-up, and install it from there.
There’s no need to upload the theme as a ZIP file through the installer.Sincerely,
MinalJanuary 10, 2026 at 11:00 pm in reply to: Mobile Homepage Layout Issue – Bold Photography Blocks Theme #342468minal
KeymasterHello @floreavlad:
Sorry for the inconvenience caused.
We checked on our system, and everything seems fine. Can you share your Site URL so that we can check it properly and give you the right solution for it?
Sincerely,
Minal
minal
KeymasterHello @BB_One:
Demo content won’t work because it’s static. Instead, use page content and manually translate the grid content into the language you want. Then switch the language using the language switcher in both the editor and the frontend.
If you create a page for another language, you must switch to that language to view that page.
When you change the language, you also need to select the correct page in the customizer. The page does not change automatically when you switch languages.
To disable translation, simply don’t translate the content into other languages.
Sincerely,
Minalminal
KeymasterHello @Mandy:
We are glad it works for you!
Please feel free to add a query if you encounter any problem.Sincerely,
Minalminal
KeymasterHello @Mandy:
We assume you have a paragraph block or other block that has blank content in the optional Homepage Sidebar, which is why your sidebar is not appearing in homepage.
Go to Dashboard > Appearance > Customizer > Widgets
Check your Optional homepage sidebar section in the customizer.
Check the image for clarity.

And if you find difficulty in removing the existing block, type something, and the toolbar will appear, and from there you can delete it.
Check the image for clarity.

After published, your sidebar on the homepage should reappear.
Hope it helps you !!
Sincerely,
Minal
minal
KeymasterHello @v.s.smirnoff:
It’s ok, sometimes it happens!
If you are stating the inner page title to hide, as shown in the image below:

Please add the following CSS snippets to your Additional CSS.
body:not(.home) .header-media .section-title{ display: none; }For additional CSS, go to Dashboard > Appearance > Customizer > Additional CSS.
And about the streams, the audio in the sticky player, instead of physical audio files, we don’t have the features to support streaming audio.
There are WordPress audio player/plugins that support streaming URLs that you can use.
Sincerely,
Minal
minal
KeymasterHello @v.s.smirnoff:
You can select the full-width layout option by going to Dashboard > Appearance > Customizer > Theme Options > Layout Options and scrolling down, you will find woocommerce layout section and choose the No Sidebar: Full Width option.

Sincerely,
Minal
-
AuthorPosts
