Problem with wordpress visual composer
January 20th, 2020
It’s a good plugin but when i make queries with the search form, the shortcodes and text are showing at the same time but I want only to see the preview text of the article. Can someone help me please ?
You can see here the problem:
Do you have the setting ticked for posts?
Frankly I find this plugin buggy at best; wpbakery has HORRIBLE support and just doesn’t fix bugs.
I moved to these three plugins (free) which provide the same functionality and well….just work.
http://wp-editor.com/
It adds the elements to the bar rather than using shortcodes like this:
thank you for your response. For the solution i tried this: $content = get_the_excerpt
instead of $content = get_the_content
from the functions.php of my theme so some posts displays only the title but it’s good than enough
You might be able to improve on your fix using get_content_with_formatting:
http://www.bigcloudmedia.com/thebuzz/wordpress-coding-get_the_content-with-formatting/