arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Auto open thumbnailsHello
Open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” with the following code:
jQuery.fancybox.defaults.onActivate = function() { jQuery.fancybox.getInstance().Thumbs.show(); }PS: Delete your custom style for thumbs container.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] How do i set up autoincromentHello
Could you specify what DB you use and provide a screenshot where possible to see what column you try to create?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Next post in the same iFrameHello
Is it possible to see anywhere how it works now?
Forum: Plugins
In reply to: [Contact Form 7 Connector] MailerLiteHello
Thank you for your report and sorry for inconvenience. We will investigate the problem and if it is a bug, we will fix it in the next version of the plugin.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Closing lightoboxHello
The following javascript code closes the lightbox:
jQuery.fancybox.close()Add target=”_top” attribute to anchor element(s) on the page which is loaded into the lightbox. HTML code will look like:
<a href="PAGE_URL" target="_top">Open in main browser's window</a>Using IFRAME doesn’t affect on loading speed of main page. IFRAME is creating and page is starting to load only when open the lightbox.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] GDPR complianceHello
Could you describe what options you need for Facebook comments integration?
Hello
The plugin doesn’t support ability to open posts/pages without header/footer elements.
Sorry, we fixed the form.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] File name, Download option, iFrame1. Is it possible to see the problem anywhere (not on a screenshot)?
3. The plugin doesn’t attach the lightbox to embed videos (via <IFRAME>). It attaches the lightbox to anchor with link to videos. For example for the following HTML code:
<a href="https://www.youtube.com/watch?v=_s5nnu5Lzco">Video</a>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] File name, Download option, iFrameHello
Thank you for your interest in our plugin. Find the answers to your questions below:
1. If you want to show file name as description, open “Integration” tab on “ARI Fancy Lightbox -> Settings” page and enable “Images -> Convert file name to title” parameter.
2. This button is available in PRO version.
3. The plugin can open in the lightbox remote pages (if it is allowed by remote page), YouTube and Vimeo videos, Google maps links and etc.
4. Sorry, we are not familiar with this plugin. You can contact plugin’s support and ask why it detects an incorrect script.
Hello
Could you open <plugin_directory>/includes/defines.php file and replace the following code:
define( 'ARIADMINER_THEMES_URL', ARIADMINER_URL . 'assets/themes/' );with the following one:
define( 'ARIADMINER_THEMES_URL', '../assets/themes/' );Let us know about results please.
Hi
If you have any questions about PRO version, please contact us by email or on via forum on our site.
Hello,
1. Currently the plugin can send emails to quiz takers.
2. It requires custom modification of the plugin.
Replace the previous value in “Custom grouping selectors” parameter with the following one:
.post$$A[href$=jpg],A[href$=png]