Hi Jocelyn,
is the shortcode itself visible on the website or just nothing?
Cheers,
Johann
Hi Johann,
the shortcode itself visible, you can see it on this page :
https://www.cadrevert-indoor.fr/produit/arbre-lianes-en-eucalyptus-populus-xl/
> [tablefield field-name=”tablereferences” table-class=”my-table”]
it’s a woocomerce product, and we have content on BO.
Hi Jocelyn,
If the shortcode is visible, then there are two possible causes from my point of view.
1. The shortcode is somehow not registered in the theme in functions.php or elsewhere by add_shortcode( 'tablereferences', […] );
.
2. The shortcode is integrated somewhere in the template or via an input field in the admin area and somehow not passed through the WordPress function do_shortcode()
for example like this $output = do_shortcode( $output )
. Perhaps this has changed with the updates?
If 2. applies, then to investigate the problem it would be important to know in which input the shortcode is inserted in the admin and from which plugin this functionality is.
Cheers Johann
i’d try with a shortcode generate with a shortcode plugin ( i can put html and php code on ) on the same elementor shortcode block : [scu name=”test”]
an it’s ok
but your shortcode : [tablefield field-name=”tablereferences” table-class=”my-table”]
don’t work…
i can try with phpcode if you have on on the shortcode plugin ?
Please check if the quotes in the shortcode are correct. The quotes should be "
and not ”
. Please try [tablefield field-name="tablereferences"]
.
NICE ! thx, we didn’t have functions.php on the child theme, i think it’s delated when we’d do the update. all it’s ok now.
thx for your time.
have a good day