Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Caption under image won't show up in Staff description | Event Espresso - Staging Server
I have created a new staff member and addd some descriptions with image/caption under it (wordpress standard fonction)
I have created a page to show this member staff with this shortcode : [ESPRESSO_STAFF id="2"]
i see the image, and the text, but the “shortcode” for the image shows this in the text in production mode : [caption id="attachment_161" align="alignright" width="199"] THE ACTUAL IMAGE [/caption]
OK I have raised a development ticket for this to get it fixed in a future update.
In the mean time, you can resolve this by a simple code edit but it does affect a core file, so please be aware that it will be over written on update and to backup your files and database as a precaution.
in event-espresso/includes/shortcodes.php look for the end of the ESPRESSO_STAFF shortcode function, approx line 637.
Where it says return $buffer; above that line add $buffer = apply_filters('the_content', $buffer);
The support post ‘Caption under image won't show up in Staff description’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.