Single Product Page Title Disappeared with the plugin
-
When I activate the plugin it makes the product title in the single product page disappear.
Please check the screenshot here: https://imgur.com/a/v8zluxYThis plugin was recommended by my theme creator and in their documentation they provided this code to hide their theme footer and use the footer I created using your plugin
the code is (I pasted it in function.php)
add_action( ‘shoptimizer_after_footer’, ‘custom_elementor_footer’, 50 );
if ( ! function_exists( ‘custom_elementor_footer’ ) ) {
function custom_elementor_footer() { ?>
<?php echo do_shortcode( ‘[INSERT_ELEMENTOR id=”3278″]’ ); ?>
<?php }
}the plugin works perfectly, the issue is that it makes all my products titles in their single product page disappear, please help
The page I need help with: [log in to see the link]
- The topic ‘Single Product Page Title Disappeared with the plugin’ is closed to new replies.