Skip Navigation

[Resolved] when clicking a taxonomie, page shows wpbakery shortcodes

This support ticket is created 4 years, 10 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 16 replies, has 2 voices.

Last updated by Christian Cox 4 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#1265313
Bildschirmfoto 2019-06-11 um 14.29.59.png

I am trying to: select a taxonomie

Link to a page where the issue can be seen: hidden link

I expected to see: a sortet list of posts

Instead, I got: wpbakery shortcodes within the posts

#1265651

Sometimes WPBakery shortcodes are not rendered properly during AJAX updates. Please go to Toolset > Settings > Custom Code and create a new snippet with Run context: AJAX calls. Add the following code to the end of the snippet:

add_action('init', 'add_mapped_shortcodes_on_init');
function add_mapped_shortcodes_on_init()
{
  WPBMap::addAllMappedShortcodes();
}
#1265689

Hi,

thanks for your reply but that did not work. Same issue again.
What can I do else? It is very urgent. Need help.

#1265723

I'll be glad to take a closer look. Please provide login credentials in the private reply fields here.

#1265831

Hi Christian,

could you find the issue??

#1265841

I don't see anything obviously wrong here. Can I install the Duplicator plugin to create a copy of your site? I can run additional tests locally without causing any problems on the live site.

#1265843

yes, if nothing is damaged you can make a copy.

#1265879

When the page is loaded the first time. The shortcodes doesent show up. Only if one of the taxonomies is clicked the page is not rendered properly. So it should have to do something with the taxonomies. I think the problem occured after one of the workers in th company changed the taxonomie order for the custom posttype 'Neuigkeiten'. Maybe this could help you to find a solution ?

#1265887

Okay thank you, I have created the site clone and I'm asking my 2nd tier team to investigate. In the past, the code snippet we had would fix the issue but it does not appear to be compatible with the new version of WPBakery. I'll let you know what I find out.

#1265931

thank you very much. It is very urgent.

#1265937

If you need to fix this immediately, disable AJAX updates.

#1265939

how can I disable the ajax updates?

#1265947

Edit the View and look for the custom search settings. Choose "Full page refresh when visitors click on the search button" and add a search button in the Search and Pagination controls.

#1265959

Hey,

This will not work for me. I need to update the page directly. It is a filter not a search what Im using on this pages. I need an other solution for this.
It worked before without any problems. Doesent work since today.#

There must be an other solution. I´m waiting for your testings.

#1265963
Screen Shot 2019-06-11 at 5.13.52 PM.png

Which view do you mean
View ID #868, the only View we have been discussing in this ticket.

which search settings do you mean?
The section is called "Custom Search Settings" in English. I will give you a picture.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.