Skip Navigation

[Resolved] Toolset Views breaking another plugin shortcode [view_reservation]

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by Caroline Sullivan 4 years, 11 months ago.

Author
Posts
#1525123
screenshot.jpg

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.

#1525453

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.