WPBakery Page Builder Shortcode Showing On Front Page For Post
I am working on a new site and am having an issue with the WPBakery plugin. I assume its a custom version of WPBakery, since it's marked WPBakery Page Builder by VisualModo, which is who my theme is through.
The problem I am having is tat on the front page, which is static, I have a section to show Blog items and they do show up, along with the short codes that are rendered correctly on that actual post. I am trying to figure out how to filter our the shortcodes only when showing the excerpt of the post on the front page.
Here is a sample of what the excerpt looks like
[vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]
Solutions
Chris, you need to:
1 - Go to Posts and edit a
Single Post
2 - Then go to "Screen Options" (top right of the screen) and make sure that "Excerpt" is checked
3 - Scroll down and you'll see a new field "Excerpt", enter whatever you want to appear as the excerpt of the post.
Similar questions
How to enable Wpbakery Page Builder(Visual Composer) in CMB2 "wysiwyg" type?
I am adding a custom metabox text editor in wordpress with CMB2 for post type. Here Wpbakery Page Builder(Visual Composer) is enabled in default post type editor. but i can't able to enable Wpbakery Page Builder(Visual Composer) in custom post editor which i have implemented with CMB2 metabox. It has been implemented with "wysiwyg" type. Is there a...
WPBakery Page Builder not rendering shortcodes on WooCommerce Product Category pages
I'm developing quite a complex theme in which I have created custom post types for "Headers" and "Footers" for which I have enabled WPBakery Page Builder (currently using v5.5.5 in Wordpress 4.9.8). In header.php, the Header post is pulled in and rendered inside the <header> tag, and then in footer.php the Footer post is pulled in and rendere...
WPBakery Page Builder with taxonomy dropdown not working
I am trying to build a custom element for WPBakery Page Builder with a dropdown where custom taxonomy elements (categories) are listed. Unfortunately I end up with empty dropdown elements. What am I doing wrong here? The $options array gets filled perfectly when I var_dump it. This is my params array inside the vc_map() function:
WPBakery Page Builder - Checkboxes won't retain values from v6.xx
For the last few years I have been developing a custom theme and various plugins that add options to WPBakery Page Builder elements and create new custom elements, etc. Everything has worked perfectly up to Page Builder v5.7. But then when v6.0.x came out, suddenly every Checkbox option I have added to every element, be it a custom element or one o...
Also ask