arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Gallery not workingCould you provide a link to a page where the problem occurs to have ability investigate it?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Convert links to imagesUpdate the plugin to v. 1.2.7 please. It should help.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Convert links to imagesWe will fix this bug in the next version of the plugin. It will be available within 2 days.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Show Caption and Alt text ?Try the following code please:
setTimeout(function() { $('.wp-caption').each(function() { var $this = $(this),$a = $(this).find('A.ari-fancybox'),title=$a.find('IMG[alt]').attr('alt') || '',description=$(this).find('.wp-caption-text').html() || ''; if (!$a.length) return ; $a.attr('data-caption', title + '<br>' + description); }); }, 100);Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Show Caption and Alt text ?Open “Advanced” tab on plugin settings page and populate “Custom JS code” parameter with the following value:
setTimeout(function() { $('.wp-caption').each(function() { var $this = $(this),$a = $(this).find('A[rel*=lightbox]'),$caption=$(this).find('.wp-caption-text'); if (!$a.length) return ; $a.attr('data-caption', $a.find('IMG[alt]').attr('alt') || ''); $a.attr('data-description', $caption.html()); }); }, 100);Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Show Caption and Alt text ?Hello,
Could you provide a link to a page with caption and alt text where the lightbox is used?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] EXIF dataHello,
It is good idea and we will implement it in a future version of the plugin. Probably you can suggest where to show these data?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Problems with revolution sliderHello,
Is it possible to see the problem anywhere to have ability investigate it?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Titles not showingHi
Could you provide a link to a page where the problem occurs to have ability investigate it. You can send it by email (info@ari-soft.com)
Hello,
Check that PHP sessions are configured properly on your new server.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Ability to copy tablesThank you. The buttons are not shown because “Adminer” show this section when several databases are available for current DB account (when possible to copy/move a table from one database to another) otherwise this section is not shown. In your case only one database is available (see dropdown with available databases). Adminer can copy table for the same database so it looks like a bug in Adminer application, we fix it on your site and add the fix to the next version of the plugin.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Ability to copy tablesAt first select table(s) which you to copy (select checkboxes near table names) and then Move/Copy buttons appear.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Ability to copy tablesHello
Adminer supports this ability. See the screenshot for more details:
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] combining two databasesHello,
The plugin is used to manage databases (like PHPMyAdmin tool). It doesn’t support ability to automatically merge data from different databases.
Glad to hear that the problem is solved, but if need any assistance, let us know.