I am trying to:
Get my mpv-view rendered
Link to a page where the issue can be seen:
(not publicly available)
I expected to see:
View rendered [mpv-view] rendered but instead I've got the shortcode in pure text without any rendering
Instead, I got:
Only the short code, not rendered (see pictures)
Notes:
- I've resaved permlinks
- I've updates all plugins to latest version
- I've switch to default theme and same result
- I'm using Elementor Pro (latest version)
Hi, the wpv-view shortcode should use the attribute "name", not "id", to specify the View to render. The attribute "id" is not documented for this shortcode, so my guess is that is why it's not working:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-view
If these shortcodes containing "id" were hand-written, then you should switch the "id" attribute to "name" and pass in a View slug or full string name. That should fix it. If they were automatically generated somehow, please tell me more about the process you used to insert these Views, so I can investigate the automatic shortcode generation process failure.
Hi Christian,
I'm using latest version of Elementor Pro.
When I'm using the Toolset View tool from the Elementor's menu, I can choose one of the 'views' available.
In preview mode, in Elementor, the Toolset View is correctly rendered, but once I publish my changes (from Elementor) then my view is replaced by the shortcode and the view doesn't get rendered.
As you can see in the uploaded image, the view is correctly rendered in 'preview'.
Thanks
Jerome
Our developers have informed me that there was an Elementor Pro compatibility issue resolved in Views 2.6.4 that should fix this problem. Please update to the latest version of all Toolset plugins and confirm everything is working as expected.