Problem with wordpress visual composer

January 20th, 2020

Hi everybody, I have a little problem with wordpress plugin named “visual composer”.
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:
Image

Answer #1
Do you have the setting ticked for posts?
Image
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:
Image
Answer #2
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
Answer #3
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/

 

| Sitemap |