CLASSIC EA LOGO CAROUSEL Element on PRO FOOTER BUILDER

Hi Support

I’d like to understand if is there any way in order to insert CLASSIC EA LOGO CAROUSEL Element on PRO FOOTER BUILDER

Thank You

Daniele

Hi There,

You can try with this plugin: https://vi.wordpress.org/plugins/logo-carousel-slider/.

After installed and activated you can add the slider shortcode to the text element.

Hope it helps :slight_smile:

I’d like to undestand if the various “Essential Addons for Cornerstone & Pro” SHORTCODES, are compatible or NOT with PRO Header/Footer Builder

For example:
[cs_eacs_logo_carousel]

[/cs_eacs_logo_carousel]

Why is it supported by Cornerstone and it is not supported by PRO Header/Footer Builder?

Thank You

Hello @agenzia.gamma,

Thanks for asking. :slight_smile:

As Essential Addons for Cornerstone & Pro is a 3rd party extension, it’s a bit difficult for us to tell plugins shortcodes are not working in header and footer builder.

We have tested Revolution Slider, WooCommerce and bunch of other plugins shortcodes inside header and footer builder Text Element and it works absolutely fine. In that regards I suggest you to please get in touch with Codetic support team, the company behind Essential Addons for Cornerstone & Pro plugin to see if there’s any compatibility issues.

Also, please make sure you are using Text Element for shortcodes.

Thanks for understanding.

Hi Support

I discovered that “Essential Addons for Cornerstone & Pro” SHORTCODES work fine also into Header/Footer, BUT the my problem is with FLEXBOX

Into page https://www.agenziagammariccione.it/test/

I’ve setted a FOOTER with:

  1. BAR as follow:

  2. CONTAINER as follow:
    (as suggested in Column4 Container of your “Columns” Footer Template)

  3. Inserted [cs_eacs_logo_carousel] … [/cs_eacs_logo_carousel] SHORTCODE into a Text Element as follow:

Everything seems to work fine into screen with WIDTH < 1024 px
IT DISAPPER into screen with WIDTH => 1024 px

Maybe I’m doing something wrong with the flexboxes?

Thank You

Hi There,

Try setting the width to 100%.

If that does not work, please provide your login credentials so we can take a closer look.

We cannot guarantee the plugin will work as it is not part of the theme but we can take a look.

Cheers!

Dear Joao

Thank You for your support

I have already made many attempts, but without success

Thank you again

Daniele

Hi There,

Upon checking your installation I could not find what might be causing the issue.

I recommend you contact direct the plugin developer as it is on his best interest that his plugin works well with the theme.

Thanks for understanding.

Dear Joao

The strange thing is that on the same page https://www.agenziagammariccione.it/test/

I’ve the same SHORTCODE two times:

  1. The first one inside a Cornerstone Section: for which everithing works fine (on all size screen)
  2. The second one inside the Footer (into a Text Element ): for which I have the ISSUE

Why the same shortcode has different behaviour into tha Page and into the Footer?

Thank You

Daniele

Hi Daniele,

Instead of adding it in PRO footer text, you can add it using hooks by adding the code below in your child theme’s functions.php file.

function add_my_carousel() { 
      echo do_shortcode('[cs_eacs_logo_carousel max_visible_items="6" max_visible_items_tablet="3" max_visible_items_mobile="2" slide_to_scroll="1" auto_play="true" loop="true" pause_hover="false" draggable="true" variable_width="false" slide_spacing="10px" slide_nav_color="#000" slide_nav_bg_color="#fff" add_border="false" logo_border_width="1" logo_border_color="rgba(0,0,0, .15)" pagination_type="dots_nav" pagination_position="normal" _order="0"][cs_eacs_logo_carousel_item image="https://www.agenziagammariccione.it/wp-content/uploads/logo-STA-25.svg" image_padding="10px" logo_url="https://www.agenziagammariccione.it/agenzia-telematica/" alt_tag="Sportello Telematico dell&#039;Automobilista" link_target="false" heading="Sportello Telematico dell&#039;Automobilista" title="Sportello Telematico dell&#039;Automobilista"][cs_eacs_logo_carousel_item image="https://www.agenziagammariccione.it/wp-content/uploads/logo-DTT-25.svg" image_padding="10px" logo_url="https://www.agenziagammariccione.it/agenzia-telematica/" alt_tag="Centro Servizi Motorizzazione" link_target="false" heading="Centro Servizi Motorizzazione" title="Centro Servizi Motorizzazione"][cs_eacs_logo_carousel_item image="https://www.agenziagammariccione.it/wp-content/uploads/logo-Unasca-25.svg" image_padding="10px" logo_url="https://www.agenziagammariccione.it/agenzia-telematica/" alt_tag="UNASCA - Unione Nazionale Autoscuole e Studi di Consulenza Automobilistica" link_target="false" heading="UNASCA" title="UNASCA"][cs_eacs_logo_carousel_item image="https://www.agenziagammariccione.it/wp-content/uploads/logo-ACI-25.svg" image_padding="10px" logo_url="https://www.agenziagammariccione.it/agenzia-telematica/" alt_tag="ACI - Automobile Club d&#039;Italia" link_target="false" heading="ACI" title="ACI"][cs_eacs_logo_carousel_item image="https://www.agenziagammariccione.it/wp-content/uploads/logo-CamCom-RN-25.svg" image_padding="10px" logo_url="https://www.agenziagammariccione.it/agenzia-telematica/" alt_tag="Camera di Commercio" link_target="false" heading="Camera di Commercio" title="Camera di Commercio"][cs_eacs_logo_carousel_item image="https://www.agenziagammariccione.it/wp-content/uploads/logo-Univ-BO-25.svg" image_padding="10px" logo_url="https://www.agenziagammariccione.it/agenzia-telematica/" alt_tag="ALMA MATER STUDIORUM - Università di Bologna" link_target="false" heading="Università di Bologna" title="Università di Bologna"][/cs_eacs_logo_carousel]');
}
add_action( 'x_before_view_global__footer-widget-areas', 'add_my_carousel', 999 );

That way it will not get into conflict with the complexity of PRO Footer.

Hope this helps.

Dear Paul

I appreciate your help, but I do not understand why the complexity of the footer builder does not allow me to get the desired result without going to touch the programming.

Daniele

Hi Daniele,

Understand that you are implementing a third party plugin on the theme.

These is not a theme feature and Paul came up with a solution which is actually out of the scope of our support to help you achieve your goals.

Please try implementing it.

Thanks for understanding.

Dear Support

Playing with Flexboxes I fixed my issue

Thank You all

Glad it’s okay now, and thanks for sharing :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.