I am trying to fix an error on our website where a view shortcode is no longer displaying the content as it once properly did. My best guess is this happened when I updated WordPress recently; however, I thought I had checked everything at that time. It seems like this is a new problem.
I am following documentation on Toolset for "Views."
There are a few places on our website where a "view" is not displaying the expected content, but the one I attached at veritascolumbus.com/sermons in the section "Last Sunday's Sermons" is probably the simplest place to troubleshoot because the setup is simply that I have a content template calling three views, each with their own content template.
Hello. Thank you for contacting the Toolset support.
I will require temporary access details in order to see whats going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I have made a backup of the site, but before I go through all the work of creating a test environment, I may be on to something. I'm now seeing that specifically what isn't rendering is the [wpv-post-url] parameter. My theme has a button shortcode where you provide the link as a parameter, and so that looks like this:
And so if I drop a link in place of [wpv-post-url], it works. I'll continue to read up on [wpv-post-url], workarounds, etc... and see where that gets me before creating a whole test environment. Thanks.
Just for further insight:
- I downgraded from wordpress 5.6 to 5.5.3 and the issue is still there, so I don't think this is because of wordpress files.
- I noticed that this is happening wherever a content template is calling a variable like [wpv-post-title] within a theme shortcode. For instance, this "member name" theme shortcode works just fine when I replace the [wpv-post-title] with an actual value, but in the content template, this is no longer handling this complexity.
The thing is that, we do not know how the shortcode that you are using which belongs to your theme is constructed. We do not know how your theme shortcode handles the nested shortcode assigned to its associated shortcoce attributes. As they know how button and member shortcodes are constructed.
I suggest its better idea to contact your theme author and check with them as we do not see such report and our shortcode output the value as expected.
I have contacted my theme author and will wait to see what their support team says. I've noticed that everything with their theme has been working elsewhere, it's just a problem where it interacts with Toolset. Can I provide you login information to take a look on the backside?
Yes sure. Can you please share problem URL where I can see the issue as well as access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
The thing is that the nested shortocdes you are using is not belongs to Toolset, hence, as per our support policy we do not debut third-party theme/plugin shortcodes. I checked all the Tooolset shortcodes outputs the content as expected.
You must check with your shortcode author plugin/theme.