Saul Saggin
Forum Replies Created
-
Forum: Plugins
In reply to: [Brevo - Email, SMS, Web Push, Chat, and more.] {{ contact.EMAIL }} Error DOILost so much time on this.
Talk with Sendinblue support and (after lots of emails!!) finally discovered that variable field (like {{ contact.EMAIL }}) works only if you enable “Activate email through Sendinblue” on the plugins options.
Saul.Thanks Marco.
I actually don’t need for any particular reason, but filters could be useful in the future if you want to implement it.Thanks again.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] itemsDesktop and so on option not workingOk, I found the issue:
the Foo extension uses 2.0.0 version of owl carousel plugin.So the new syntax is:
responsiveClass:true,
responsive:{
0:{
items:1,
nav:true
},
600:{
items:3,
nav:false
},
1000:{
items:5,
nav:true,
loop:false
}
}Here’s the link:
http://www.owlcarousel.owlgraphic.com/demos/responsive.htmlWould be great to get this options in the extension panel.
Anyway, thanks for the support.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] itemsDesktop and so on option not workingHere’s an example link:
http://owlgraphic.com/owlcarousel/demos/custom.htmland the docs scrolling the page:
http://owlgraphic.com/owlcarousel/index.htmlIt seems part of OwlCarousel.
Am I missing anything?