Forum Replies Created
-
AuthorPosts
-
August 6, 2026 at 7:06 am in reply to: Pagination Button “Older Posts” Overlaps Search Results #344142
minal
KeymasterHello @pristofelohim:
Thank you for letting us know about the issue. We’ve reached out to our development team, and they are working on a fix. You’ll be notified as soon as an updated version with the fix is available.
Sincerely,
MinalAugust 6, 2026 at 12:16 am in reply to: Fotografie Blocks search box doesn’t display properly on small screens #344127minal
KeymasterHello @websitedesigner2026:
Try the CSS snippet below
header nav { z-index: 0; }To add CSS goto Dashboard > Appearance > Editor > Templates > Front Page.
Alternatively, you can open your homepage while logged in, click Edit Site from the WordPress admin bar, and then follow the steps shown in the screenshot below.
Hope it works for you!
Sincerely,
Minal
August 3, 2026 at 11:59 pm in reply to: Best way to test a Catch Responsive child theme before making it live? #344113minal
KeymasterHello @wilkinson:
The safest approach is to test all changes on a staging site before deploying them to the live website. This helps identify and resolve any issues without affecting visitors or the production site.
Sincerely,
Minal
minal
KeymasterHello @Mantu2:
Sorry for the confusion,
Here is the updated code, and add it to your child theme functions.php
add_action('wp_footer', function () { ?> <script> document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".mobile-menu-text").forEach(function (el) { const link = el.closest("a"); if (link && !link.hasAttribute("aria-label")) { link.setAttribute("aria-label", el.textContent.trim()); } }); }); </script> <?php });Sincerely,
Minalminal
KeymasterHello @Mantu2:
Add the following code on your js
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".mobile-menu-text").forEach(function (el) { const link = el.closest("a"); if (link && !link.hasAttribute("aria-label")) { link.setAttribute("aria-label", el.textContent.trim()); } }); });Hope it works for you. And if it works, you can remove the CSS we gave you earlier.
Sincerely,
Minalminal
KeymasterHello @Mantu2:
Add the following CSS snippets to the additional CSS.
#header-left-menu .mobile-menu-text { display: block !important: }Go to Dashboard > Appearance > Customizer > Additional CSS then paste your code over there.
Hope it works for you.
Sincerely,
Minal
minal
KeymasterHello @Gnaredi:
Try to create a new page if it works. There might be a slug conflict. So try to change the slug of your https://garimanaredi.com/posts/, update the page, and check again.
And also re-save the permalinks. Go to dashboard > settings > permalinks and save changes as it is.
Sincerely,
Minalminal
KeymasterHello @Gnaredi:
We checked your given https://garimanaredi.com/posts/ page, and it shows not found. So, can you once again verify that you chose the published page? Or you can try selecting another page and checking again.
Sincerely,
Minal
minal
KeymasterHello @marcelotogg:
Thank you for your interest in Clean Enterprise, but unfortunately, the different header images for different pages option is only available in the Pro version.
Sincerely,
Minalsminal
KeymasterHello @Hans:
I’m glad to hear that you resolved the issue by yourself. Please feel free to reach out if you need any further assistance.
Sincerely,
Minal
minal
KeymasterHello @HansH:
You have to change the width from wide to full width in the editor for a full-width. Right now it has wide width selected.
Check the screenshot below:
You need to use an image with a width of 1920px. If you enlarge a low resolution image, it will become blurry because it loses quality when scaled up.
Sincerely,
Minalminal
KeymasterHello @HansH:
Congratulations on your team’s clothes!
Regarding your image, it appears the resolution is quite low. That’s why it looks fine on smaller devices but appears blurry on desktops. Try uploading a higher resolution version and check again, it should improve the clarity.
Sincerely,
Minal
minal
KeymasterHello @Andrew:
We have checked on our end, and everything works fine.
Since a plugin conflict might cause the issue, we recommend temporarily disabling your plugins one by one to identify if any of them are causing the problem.
and also share your site URL.
Sincerely,
Minal
minal
KeymasterHello @Andre:
You can search for a featured slider plugin on WordPress and choose one that best fits your needs and preferences.
Sincerely
Minal
minal
KeymasterHello @Andre:
Regarding your first query, it will be resolved in the next update.
For your second query about the featured slider: the standard approach is to use cover images so they adapt well across all screen sizes. If you want to achieve a full-size display, we typically use a 3:2 ratio to ensure proper visibility on a desktop. On mobile, we’ve set it to 100vh so it fits the screen height. If you’d prefer a different behavior on mobile, we can provide custom CSS to adjust it accordingly.
Sincerely,
Minal
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,
Minal -
AuthorPosts



