sailbuzz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Go] Checkbox don’t show up inFollow up to above…
My problem was (a plugin):
Essential Blocks
The Ultimate Blocks Library for WordPress Gutenberg editor.
Version 2.2.0 | By WPDeveloper | View detailsDisabled and now works – took quite a while to work it out though!
Forum: Themes and Templates
In reply to: [Go] Checkbox don’t show up inHi I also seem to be having this problem recently.
I have tried adding the above to my additional CSS but with no luck..
My problem seems to be all of my Woocommerce Addon checkbox’s do not work.. (radio buttons do and all other options) just not the checkboxes! meaning customers can not add any extras.
My child theme is all ok and if I put it in trouble shooting it shows.. but I can not for he life of me work out why it doesn’t work or which plugin may be causing a conflict.. anyone got any more suggestions?
I have tried adding:
function replace_content($content)
{
$content = str_replace(‘add_to_cart_fragments’, ‘woocommerce_add_to_cart_fragments’,$content);
return $content;
}
add_filter(‘the_content’,’replace_content’);to he child theme but it has not sorted anything out
update
I worked out if i right click on the “browse files button” and open it in a new tab it brings the full page up again.. then if i press on “browse files button” again it lets me search my files
Obviously this isn’t perfect and a bit hard to tell clients SO im quite confused why it doesn’t work on the first page! – all advice much appreciated thanks
I have also tried adding define(‘CONCATENATE_SCRIPTS’, false ); to the config.php fit also doesn’t work and something to the functions.php file also didn’t do anything.. as listed in other solution pages on this site
So some help would be greatly appreciated. Thanks
ok have done so..
I am also having a similar problem.
All my SSL is upto date and working all my packages are upto date.
Can you give some more advice