• Hi,

    I try to make a Facebook product catalogue with your plugin.
    The pages and products from my website are made with the WPBakery Page Builder (formerly Visual Composer).
    When I choose “Full Description” for the product catalogue, it copies not only the texts of my website but also all the “code” like for example “[vc_row equal_height=”yes”][vc_column width=”1/2″][vc_single_image image=”515″ img_size=”full”]” so it’s unreadable.
    How to resolve this problem?

    Thank you very much in advance for your help.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Antonino Scarfì

    (@antoscarface)

    Hi,

    you can try to add this hack at the end of the functions.php file of your current theme:

    
    add_filter('aepc_feed_item_description', 'strip_shortcodes');
    

    Let me know if it works for you.

    Thread Starter fotske

    (@fotske)

    Hi Antonino,

    In the meantime I chose to use the short description and in the short description there are no “codes”.
    But I will keep your code if I decide to change to the long descriptions in the future.
    Can this code be pasted in the functions.php file of a Child Theme?

    Thank you very much.

    Plugin Author Antonino Scarfì

    (@antoscarface)

    Sure you can, even better if it’s a child theme, so you won’t change the parent theme! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with the Full Description with the product catalogue’ is closed to new replies.