Support » Plugin: Custom Content Shortcode » AVADA THEME – Problem with image carousel (customer logos, etc)

  • I like very much this plugin, but I have to deactivate it because makes image carousel of AVADA THEME don’t work. When the plugin is activated the pictures of my customer logos or whatever pictures in carousel moves but don’t show pictures. https://ecomundis.com

    No updates of wordpress or avada in the past months have fixed it. I need some help.

    Hope this incompatibility will be fixed in next update.

    Gracias. Thank you from Barcelona

    https://wordpress.org/plugins/custom-content-shortcode/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem with Avada [button] shortcode. The problem is that Fusion Builder plugin conflicts with Custom Content Shortcode.
    Some Fusion shortcodes works fine others like [button] no.

    I’ve resolved my [button] shortcode problem making a little change in this file:
    /custom-content-shortcode/includes/optional/block.php

    $tags = array(
          'a',
          'aside',
          'b',
          // 'br',
          'button',
          'article',
          'block',

    changed with:

    $tags = array(
          'a',
          'aside',
          'b',
          // 'br',
          //'button',
          'article',
          'block',

    Simply a comment for button block.

    Anyway, I don’t know is this is the right approach. I would like to listen Eliot Akira personal advise.
    And most important for you, I don’t know if this approach is applicable to your case.

    Thread Starter pchlorenzo

    (@pchlorenzo)

    Thank you franzitta,

    Finally I changed my avada carrousel option for other utility to show my customers logos.

    😉

    Pablo

    You can probably accomplish the same under CCS Settings panel without overriding code.

    Settings > Custom Content > Settings
    In the Deactivate shortcodes field, just enter the shortcodes which cause conflicts, e.g. button, br

    Hope this helps. It’s worked for me with themes that use Visual Composer. I assume it’s the same for Fusion Builder.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘AVADA THEME – Problem with image carousel (customer logos, etc)’ is closed to new replies.