Forum Replies Created

Viewing 20 posts - 1 through 20 (of 14,514 total)
  • Author
    Posts
  • Sakin
    Keymaster

    Hi Ron,

    It shows active. Let me know if it’s still not solved. Then I need to check on your side.

    Regards,
    Sakin

    in reply to: Title of “testimonials” can not be changed #343235
    Sakin
    Keymaster

    Hi Marcel,

    Please update the Clean Enterprise Pro theme to version 2.4 and the Essential Content Types 2.5 plugin.

    Regards,
    Sakin

    in reply to: Update to Catch Base Pro 4.5.1 failed #343233
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: I am having problems with customising my home page #343192
    Sakin
    Keymaster

    Hi Greg,

    I have contacted you using the official support. Please check your spam/junk folder on your email.

    Regards,
    Sakin

    in reply to: String translation #343139
    Sakin
    Keymaster

    Here 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'
    );
    
    in reply to: String translation #343104
    Sakin
    Keymaster

    So, we need ot check your child theme and website. I will contact you.

    in reply to: String translation #343101
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: WordPress is asking for a License Key #343096
    Sakin
    Keymaster

    Hi Sarah,

    Sorry for the issue. I will contact you to check your license key details.

    Regards,
    Sakin

    in reply to: License for Staging Environment Website #343083
    Sakin
    Keymaster

    @wcmaster: I have increased the activation limit of your license from 1 site to 2 sites.

    in reply to: Black Space on Blog Page #343063
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Disable Categories on Post Pages doesn’t work #343047
    Sakin
    Keymaster

    @zenkeran: Can you share the URL of the page?

    in reply to: Upgrade from 4.4 to 5.4.2 #343044
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Number of Posts in the Blog Style Grid in a row #343043
    Sakin
    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”.

    in reply to: Black Space on Blog Page #343042
    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.

    in reply to: Account löschen #343036
    Sakin
    Keymaster

    @qsv: For account and sales, please contact us at https://catchthemes.com/contact-us/

    in reply to: Section Sorter still not working after upgrade #343032
    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.

    in reply to: I am having problems with customising my home page #342849
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Photofocus Pro theme status #342745
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Full Frame Pro technical problem E_COMPILE_ERROR #342513
    Sakin
    Keymaster

    @pilart: Ok I will contact you and check with you. Thanks

    Sakin
    Keymaster

    Hi José,

    Thanks for informing, and glad to hear that it’s solved.

    Regards,
    Sakin

Viewing 20 posts - 1 through 20 (of 14,514 total)