Forum Replies Created
-
AuthorPosts
-
sujeet
KeymasterHello @nepeanraceway,
For that you will need to create and use a child theme and do a little bit of customization.
Please Go to => Child Theme Folder => functions.php and add the following Code.
function add_new_image_sizes() { remove_image_size( 'catch-wheels-service', 480, 480, true ); // 1:1 Image Ratio - Used for Services and Event Section add_image_size( 'catch-wheels-service', 470, 353, true ); // 4:3 Image Ratio - Used for Services and Event Section } add_action('init', 'add_new_image_sizes');And then regenerate the thumbnails using a plugin.
Let me know if this worked!
Regards,
Sujeetsujeet
KeymasterHello @husker,
Please use the following css code to change the color for both Hamburger and the word menu.
.mobile-menu-anchor a.fa-menu, .mobile-menu-anchor a.fa-menu:hover, .mobile-menu-anchor a.fa-menu:focus { color: #FF0000 !important; }Please share your website url if the above code didn’t work. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @jolene20,
Please add the following css code to have bigger header in other pages. Since home page has bigger font, button and text as well, inner pages will not be of same height. Please let me know if you want the title for all other pages as in home page.
@media screen and (min-width: 85.375em) { body:not(.home) .custom-header-content { padding: 200px 50px !important; } } @media screen and (min-width: 90em) { body:not(.home) .custom-header-content { padding: 254px 50px !important; } }Also please share your website url if the above code didn’t work. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @jolene20,
To hide page title on the other pages, please try using the following css code:
.custom-header .entry-title { display: none; }And as for home page, you are able to add or remove the title from Appearance => Customizer => Header Media. Check the screenshot below.
Please kindly let me know if this was helpful. Thank you.
Regards,
Sujeetsujeet
KeymasterHi Jan,
I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?
https://wordpress.org/support/theme/bold-photography/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.
Thank you.
Regards,
Sujeetsujeet
KeymasterDear Hans,
One license key is supported only on one site.
Regards,
Sujeetsujeet
KeymasterHello @terps001,
It’s done to match the screen view port and made the height of the image cover all screen. So the images can be cut off from sides a bit. So for the image that you have used, you can try adding the following css code, which will solve a bit to show the image in a correct way.
.custom-header .wrapper:before { background-position: 80% 70% !important; }Let me know if this worked for you. Thank you.
Regards,
SujeetMay 27, 2025 at 7:35 am in reply to: Catch Gallery: Tiled mosaic galleries are not sizing properly #339980sujeet
KeymasterThat’s great.
May 27, 2025 at 4:44 am in reply to: Catch Gallery: Tiled mosaic galleries are not sizing properly #339978sujeet
KeymasterHello @cloudynight,
Please kindly update your catch gallery plugin and check the gallery. Also clear cache and try creating new gallery if you face the issue.
Let us know if you have any questions or need further help.
Regards,
Sujeetsujeet
KeymasterYou’re most welcome.
Regards,
Sujeetsujeet
KeymasterHello @fireflywebs,
You can update to latest version of the theme. Php version will be no issue.
Let us know if you have any questions or need further help.
Regards,
Sujeetsujeet
KeymasterHello @speedy,
Yes, it seems the cache plugin is causing all the issues. I saw the few unusual CSS defined for body tag. You can check the screenshot as well.
I suggest you trying other cache plugin and check if the issue still exist.
For now you can add following css code to resolve the current issue with the site.
body { max-width: 100% !important; border: 0 !important; padding: 0 !important; margin: 0 !important; box-shadow: none !important; font-family: inherit !important; }Let us know if you have any questions or need further help.
Regards,
SujeetMay 26, 2025 at 2:04 am in reply to: Catch Gallery: Tiled mosaic galleries are not sizing properly #339962sujeet
KeymasterHello @cloudynight,
Sorry for the inconvenience caused. Our dev team is investigating the issue, soon we will get back to you with an update. Please have patience. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @charleyhankins,
Yes you can get the header and graphics in every pages, for that you just need to work on editor for few minutes. Please follow the following steps:
1. First go to Dashboard -> Appearance -> Editor -> Templates -> Pages
2. Secondly choose cover and set the height of the cover 100vh
3. Also remove the banner class from the Group and save the page.4. Make sure you have set featured image in all the pages from page editor.
Please try from your end and let me know if this worked. Please check the follwing screenshots as well.
Regards,
Sujeet-
This reply was modified 9 months, 1 week ago by
sujeet.
sujeet
KeymasterHello @kejraj777,
It’s quite strange.
We’ve checked the Primary Sidebar on our server, and it’s working as expected. It’s possible that a plugin conflict on your site is causing the issue. We recommend temporarily deactivating other plugins to identify any potential conflicts.
Please check the following link.
https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/
Regards,
Sujeetsujeet
KeymasterHello @kejraj777,
I didn’t find any widgets twice in the primary sidebar. Can you please kindly share the screenshot of the repeated widgets?
If you are viewing any widgets twice, then please check primary sidebar in Dashboard -> Appearance -> Widgets, there you can remove the repeated widgets.
Regards,
Sujeetsujeet
KeymasterHello @charleyhankins,
Yes it’s possible. You just need to search and add the required patterns in the new page. All the patterns used in frontpage are reusable.
Please let me know if you are able to create the page. Than you.
Regards,
Sujeet-
This reply was modified 9 months, 1 week ago by
sujeet.
sujeet
KeymasterHello @watsee,
We are so sorry to say that currently the theme has no such option to use features/sections of theme option in a page. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @robis,
Sorry, free theme has no option to change from black to white. You will have to use custom css for all elements. Thank you.
Regards,
Sujeet -
This reply was modified 9 months, 1 week ago by
-
AuthorPosts







