@robert Understood. I will check my environment again.What codes can you imagine that might be affected?In the meantime, here are a few more details...
@chris No, there is no wpforo folder in the swell theme. However, I have already solved the problem as follows. Since ver. 2.0, it seems th...
I found the cause!It appears that this bug occurs when the shortcode has been expanded beforehand, such as when meta descriptions are generated by SE...
This was due to the fact that the sidebar widget item was moved without permission.The sidebar bug has been resolved, but the problem, which is the pu...
After changing the theme folder, it reverted to the default theme. Then I changed it back to the original name again.Then the display was even more br...
@chris Do you mean rename the wp-content/plugins/wpforo folder and disable the plugin once?
Still no improvement in 2.0.4.
After updating to 2.0.4, I deleted the cache but still no improvement.
@oneslife I want to downgrade too, but when I downgrade, my paid addons stop working.(I also downgraded paid add-ons...)
The test site on InstaWP was resolved by updating the permalink settings.
I have tried using InstaWP in a plain environment, but I get a 404. Please try to move to the LOGIN page from the following page.
I am also having trouble with this bug. It is occurring on the following sites
I can reproduce it too.Additionally, [topic_body] does not work either.
I added the following code and that solved it! add_action( 'wp_head', function(){ wp_deregister_script( 'jquery-ui-core' ); wp_register_script( ...