arisoft
Forum Replies Created
-
Hi
Open “ARI Fancy Lightbox -> Settings -> Integration” page and populate “Images -> Custom grouping selectors” parameter with the following value:
.wp-block-gallery$$aForum: Plugins
In reply to: [Contact Form 7 Connector] Resubscribe option doesn’t work for MailerLiteHello,
Thank you for your request. We updated the plugin and v. 1.1.13 sends resubscribe parameter to API endpoint.
Hello
It is possible. Enable “Open external links into lightbox -> Convert links” parameter on “ARI Fancy Lightbox -> Settings -> Integration” page and add the following link on a page:
<a href="https://api.vadoo.tv/embed_audio?aid=p4WENhPy8AMSXkKUDW7Moxt3nm7rjIrL">Audio</a>- This reply was modified 4 years, 9 months ago by arisoft.
Hello
Probably the plugin is configured to attach the lightbox to all links with target=”_blank” attribute or to all links to external pages. If you want to exclude some links, add no-lightbox CSS class to element or if you provide a link to a page where the problem occurs, we can help to exclude link(s) via “Custom JS code” option.
Make sure the plugin is copied to folder with “must use” plugins.
We can check it if you contact us by email: info (at) ari-soft (dot) com
Hello,
Use the solution from this post.
Hello
Open “ARI Stream Quiz -> Settings -> Advanced” page and populate “Custom CSS styles” parameter with the following code:
.button-start-quiz {background-color: green !important;}“the background colour that comes up when you select an answer” do you mean selection correct or incorrect answer?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Thumbnail icon missing againHello
Try the following code:
$('a.kb-bg-slide-contain').each(function() { var $this = $(this); $this.attr('data-options', JSON.stringify({thumb: $this.attr('href')})); });Hello,
PRO version supports ability to add confirmation checkbox to lead forms.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Whattsup integrationHello,
Sorry, but currently the plugin doesn’t support this ability.
The plugin generates deep links not only for images. Check any link from demo section.
Hello,
eval() is used just for magnification. We will use another JS minifier in the next version.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Could not resolve host: api.mailerlite.comHello,
It doesn’t look like a problem with the plugin because host names are resolved by DNS which are configured on your hosting server. Contact hosting support so they check this problem.
Hi
Sorry, but currently PRO version doesn’t support this ability.
We can add a DOM event which can be used to send data to GA via their API like is described here. Is it acceptable for your needs?
Update the plugin to v. 1.2.25. It contains the fix.