Our current Woocommerce version is 6.7.0 and it’s the same on our staging instance but it seems to be working fine there.
The WordPress version is 6.0.1
can someone pls help investigate this? We’re not sure what could be causing this.
]]>Any ideas?
Thanks
J.
When I go to the slug, I get a 404 error.
What am I doing wrong?
]]>But I have one issue that I don’t know how to resolve. I want to add more than one booking shortcode (one per service) and the problem is that only the first one shows correctly. The rest just leave a blank space.
The same thing happens using a page with elementor as well as in a post.
Thank you!
]]>What is the solution?
// stop wordpress removing span tags
function uncoverwp_tiny_mce_fix( $init )
{
// html elements being stripped
$init[‘extended_valid_elements’] = ‘span[*]’;
// pass back to wordpress
return $init;
}
add_filter( ‘tiny_mce_before_init’, ‘uncoverwp_tiny_mce_fix’ );
I need help with the following message:
“Please go to Appearance > Widgets and activate the widgets you want.”
This text appears on the sites where I deactivated the sidebar…. How can I hide this message because it looks quite shitty tbh.
I could not find any solution for this….
Best regards
]]>