Hi there,
I was using nested shortcodes and everything used to work until I updated yesterday. My Code looked like this:
[vc_tab title="Bilder/Fotos" tab_id="1396534619-2-79"][vc_column_text][wpv-if bildgalerie_id="wpcf-bildgalerie_id" evaluate="!empty($bildgalerie_id)"][justified_image_grid preset=3 caption=fade ng_gallery=[types field="bildgalerie_id" output="raw"]][/wpv-if][wpv-if bildgalerie_id="wpcf-bildgalerie_id" evaluate="empty($bildgalerie_id)"]Leider noch keine Bildgalerie vorhanden[/wpv-if][/vc_column_text][/vc_tab]
The important part is here where there´s a closing bracket after "output="raw"]]["
[wpv-if bildgalerie_id="wpcf-bildgalerie_id" evaluate="!empty($bildgalerie_id)"][justified_image_grid preset=3 caption=fade ng_gallery=[types field="bildgalerie_id" output="raw"]][/wpv-if]
Since the update this isn´t working anymore and wordpress is sent into space when trying to access the page. After removing the ] the site´s working again but of course without my image galery or videos I´m also implementing via shortcode.
Any quick advice on this matter would greatly be appreciated.
Thank you,
Michael