barnabas1
Forum Replies Created
-
Great, I made it! Thanks a lot
Regards,
BarnabasForum: Plugins
In reply to: [Code Snippets] example HTML shortcodeHi,
I managed to make it work.
add_shortcode( ‘moosend_form’, function () {
$out = ‘<div data-mooform-id=”the form code here…” ></div>’;
return $out;
} );Thanks a lot for your awesome plugin!
Best regards,
BarnabasForum: Plugins
In reply to: [Code Snippets] example HTML shortcodeBasically, I accidentally deleted the example HTML shortcode template and I don’t know where to start.
I modified it to:
add_action( 'wp_header', function () { ?> <script> jQuery('.eael-tabs-nav').click(function(){ jQuery('.eael-tabs-content').slick('reinit'); }); </script> <?php } );
I really naive on how to make it work, but anyway, thanks for the support.
Hi,
I’m using the “Code Snippets” plugin (https://www.ads-software.com/plugins/code-snippets/) and the snippet code looks like this:
add_action( 'wp_head', function ($tabs) { ?> <script> jQuery("#tab1").click(function($tabs){ jQuery('.selector').slick('setPosition'); }) </script> <?php } );
However it doesn’t work and I’m not sure if I’m doing things correctly…
- This reply was modified 4 years, 7 months ago by barnabas1.
Sorry, this is it: https://essexmonastery.com/slider-under-tabs/
I used the plugin “snippets” for embedding code, it’s really good. I’m not sure how to modify the element though, could you help me?
Thank you Riddhi,
I’ve spoken with the Elementor “Essential Addons” support and said to me that they are trying to make the Elementor tab to work with sliders as well. They are working on it they said, so probably I’ll have to wait a bit for the update.
This is my tab element, which I’m trying to modify.
Hi Riddhi,
Thanks for the reply. I’m new to wordpress, but if I understand correctly, I have to write a JS code maybe with the “Simple Custom CSS and JS” plugin (https://en-gb.www.ads-software.com/plugins/custom-css-js/), so to make it work by refreshing the slider on the click of the tab?
I only have the shortcode under the Tabs for the Books in English, Greek and Romanian. I didn’t put yet any books for the other languages.
For example, see the slider for the Greek books, which it works in the shortcode block, but not under the tab.
Please, help me if you know how to fix it…
- This reply was modified 4 years, 7 months ago by barnabas1.