arisoft
Forum Replies Created
-
Currently not, but we have this feature in our TODO list.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Mailchimp API key change to email addressHello
Enable “App log” and “Debug log” options in plugin settings, try to subscribe again and check the logs please.
Open “ARI Fancy Lightbox -> Settings -> Integration” page and enable “Images -> Convert links to images” checkbox.
Hello
Currently the plugin can send email only to quiz takers.
Forum: Plugins
In reply to: [Contact Form 7 Connector] error 401 on integration api mailerlite.v. 1.2.1 supports old and new APIs.
Forum: Plugins
In reply to: [Contact Form 7 Connector] error 401 on integration api mailerlite.Hi,
If you can’t update to new MailerLite version then downgrade the plugin to v. .1.1.6. “WP Rollback” plugin can be used for this purpose.
We will add support both API versions to next version. It will be available this week.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] css selectorHello,
It is not possible attach the lightbox via custom selectors because the slider is building dynamically. You can try to add the following JS code to “ARI Fancy Lightbox -> Settings -> Advanced -> Custom JS code” parameter:
setTimeout(function() { $('.slider').each(function(el, idx) { var $slider = $(this); var group = 'fancy-' + idx; var $items = $('figure:not(.slick-cloned)', $slider); $items.each(function() { var $item = $(this); var src = $item.find('img').data('src'); $item.attr('data-src', src); $item.attr('data-fancybox', group); }); $($items).fancybox(); }); }, 10);- This reply was modified 3 years, 2 months ago by arisoft.
Forum: Plugins
In reply to: [Contact Form 7 Connector] error 401 on integration api mailerlite.Hello
Have you upgraded MailerLite account to new version? It uses new format for API keys. New API keys look like:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxTry to generate a new API key.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workThank you for your reply and sorry for inconvenience.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workUpdate the plugin to v. 1.2.0 please. It should resolve the problem.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workv. 1.1.16 uses the latest mailerlite/mailerlite-api-v2-php-sdk library 0.3.2 (it is official PHP SDK from MailerLite). You can try it.
Does AFI work with the same settings (the same API key, group and fields)?
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workIt works fine for our test account.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workThe plugin sends data in proper format which is indicated in API documentation. Something wrong happens on MailerLite side, but unfortunately they return a common message without any details what’s wrong with data.
PS: The plugin uses official MailerLite PHP SDK.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workThe error occurs on MailerLite side (it returns 422 HTTP error with “Unprocessable entity” message). This errors occurs when MailerLite can’t validate data for some reason. Unfortunately response doesn’t contain details what exactly wrong. Could you contact MailerLite support so they provide more details for your MailerLite account?
Forum: Plugins
In reply to: [Contact Form 7 Connector] Add to group in MailerLite doesn’t workHello
Make sure double opt-in option is disabled for the group(s) and check also app and debug logs in plugin (see “App log” and “Debug log” on “CF7 Connector” settings page).