Forum Replies Created
-
AuthorPosts
-
May 24, 2026 at 12:47 pm in reply to: My currently paid CatchBase Pro 4.5.1 shows license inactivate #343236
Sakin
KeymasterHi Ron,
It shows active. Let me know if it’s still not solved. Then I need to check on your side.
Regards,
SakinSakin
KeymasterHi Marcel,
Please update the Clean Enterprise Pro theme to version 2.4 and the Essential Content Types 2.5 plugin.
Regards,
SakinSakin
KeymasterHello Wolfgang,
Your theme license for Catch Base Pro expired on July 15, 2025. So, you need to renew the theme, and you will be able to update the theme.
Regards,
SakinSakin
KeymasterHi Greg,
I have contacted you using the official support. Please check your spam/junk folder on your email.
Regards,
SakinSakin
KeymasterHere goes the function that you need to add to the child theme to make your child theme compatible with the Polylang plugin.
/** * Use parent theme mods in child theme. * * This keeps Polylang/WPML translations working * because translated strings remain attached * to the parent theme Customizer settings. */ function bold_photography_child_theme_mods( $mods ) { $parent_theme = get_template(); $parent_mods = get_option( 'theme_mods_' . $parent_theme ); if ( is_array( $parent_mods ) ) { return $parent_mods; } return $mods; } add_filter( 'pre_option_theme_mods_' . get_stylesheet(), 'bold_photography_child_theme_mods' );Sakin
KeymasterSo, we need ot check your child theme and website. I will contact you.
Sakin
KeymasterHi Rickpix,
Please add the following function in our child theme’s functions.php file
function bold_photography_register_polylang_strings() { if ( ! function_exists( 'pll_register_string' ) ) { return; } $mods = get_theme_mods(); foreach ( $mods as $key => $value ) { // Only register clean strings if ( is_string( $value ) && strlen( trim( $value ) ) > 0 ) { pll_register_string( $key, $value, 'Bold Photography' ); } } } add_action( 'after_setup_theme', 'bold_photography_register_polylang_strings', 20 );After you add this code. You need to go to “Appearance => Customize” and change the content which you want to translate.
For example, if you want to change Header Media Title and Site Header Text, then go to “Appearance => Customize => Header Media” and change Header Media Title and Site Header Text and click on publish. After you make the changes, it will show those strings Polylang at “Languages => Transalations”Regards,
SakinSakin
KeymasterHi Sarah,
Sorry for the issue. I will contact you to check your license key details.
Regards,
SakinSakin
Keymaster@wcmaster: I have increased the activation limit of your license from 1 site to 2 sites.
Sakin
KeymasterHello Andre,
Yes, I mean you have enabled the Header Media, but it’s missing an image. So, which option have you selected and how about the image?
Regards,
SakinSakin
KeymasterHi Paul,
The Catch Kathmandu version 4.4 was released on August 20, 2015. So, it’s already 10 years now. I am surprised at how the theme is still working on your website. There have been a lot of changes; you can see the changelog at https://catchthemes.com/themes/catch-kathmandu-pro/#changelog.
So yes, the first thing you do is to take a backup of everything.
Then, update the Catch Kathmando pro to version 5.4.2 and also update WordPress and plugins.
You will get every function moved to Theme Customizer at “Appearance => Customize”, it’s the same as theme options
You can update directly to version 5.4.2.Regards,
SakinSakin
Keymaster@zenkeran: It will display the blog post in 2 rows, and for the number of posts, you can change it from “Settings => Readings” and change “Blog pages show at most”.
Sakin
Keymaster@zenkeran: It’s from the Header Media, and it’s missing a header image. Go to “Appearance => Customize => Header Media”. If you don’t need Header Media, then in the “Enable on” option, you need to select “Disabled”. So, choose the option as per your need and also if you need you can add Header Media image as well.
Sakin
Keymaster@qsv: For account and sales, please contact us at https://catchthemes.com/contact-us/
Sakin
Keymaster@joeb: I just tested the Section Sorter and it’s working fine on our side. Maybe you have a conflict with the plugin. I will contact you for more details.
Sakin
KeymasterHello Andrew,
Looks like you are using the old version of the Catch Evolution Pro theme. So, please renew and update the theme to the latest version 4.2.1, and it should work fine.
Regards,
SakinSakin
KeymasterHello Leona,
The Photofocus Pro theme is fully supported. You can check the changelog at https://catchthemes.com/themes/photofocus-pro/#changelog. It was last updated on December 10, 2025. If you have any issue then do let us know, and we will fix it.
Regards,
SakinJanuary 6, 2026 at 6:12 am in reply to: I can’t access the customization page of Parallax Frame Pro #342451Sakin
KeymasterHi José,
Thanks for informing, and glad to hear that it’s solved.
Regards,
Sakin -
AuthorPosts
