I am trying to: Use a shortcode from another plugin on a page on my site
Link to a page where the issue can be seen: hidden link
I expected to see: A "reservation confirmed page"
Instead, I got: Nothing displaying within the page content
--
I am working on a custom booking platform in the form of a WordPress plugin. There are 3 essential shortcodes we are using throughout the booking process, two of which can be seen working correctly on these pages:
hidden link - [view_properties]
hidden link - [single_property]
My issue is with the confirmation page listed above. Attached is a screenshot showing what should be displaying on the page with the [view_reservation] shortcode from our booking plugin. After testing some plugins I discovered that deactivating Toolset Views is the only thing that solves the problem. I have tried changing the name of the shortcode to several different things, activating a different theme, and using a different page template, but the problem is always there if Toolset Views is activated.
I found a workaround by calling the shortcode within the page template itself instead of the WP editor. Still not sure about the cause of the plugin conflict, however.