arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxIf search results are loaded via AJAX then it requires to init new elements (anchors in search results) each time when search is completed. Is custom DOM event raised when search is completed?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Overlay opacityHello,
It is a bug in current version. We will fix it in the next version, currently you can add the following CSS rule to “Custom CSS” parameter on “Style” tab to change opacity:
BODY .fancybox-is-open .fancybox-bg {opacity: 0.1}
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Table is empty but I know it isn’tClick “SQL command” link and execute the following SQL query:
SELECT COUNT(*) FROM table_name
Just replace table_name with name of the table. For example:
SELECT COUNT(*) FROM wp_posts
This query should return number of records in the selected table.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxYou are welcome 🙂
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxThe conflict can be resolved if remove wp-content/themes/thegem/js/fancyBox/jquery.fancybox.pack.js file. Try to activate “Remove 3rd party plugins” parameter which is located on “Advanced” tab on “ARI Fancy Lightbox -> Settings” page. If it doesn’t help, then a custom PHP code should be placed in child theme functions.php to remove the script. It will look like:
wp_deregister_script( 'jquery_fancybox' );Just specify correct script name.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxThe problem occurs because old version of Fancybox library (2.1.4) is loaded by your theme. We are investigating further how to resolve this problem and report about results soon.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxBTW, the plugin doesn’t detect size of loaded content (for iframe content including PDF files). By default it uses the following width and height values which are defined in a CSS file:
width: 80%; height: 80%;These values can be overridden if add data-options attribute to “A” element:
<a href='http://www.ari-soft.com' class='ari-fancybox-iframe' data-options='{"iframe":{"css":{"width":"20%","height":"150px"}}}'>Open lightbox</a>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxHello,
Could you provide a link to a page where the problem occurs? If it is private, you can send it by email (info@ari-soft.com).
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] No Navigation MenuThe plugin provides built-in support for WordPress native galleries, JetPack, NextGEN, FooGallery, Justified Image Grid (PRO version).
Do the following to enable navigation for images from RGG gallery:
Open “ARI Fancy Lightbox -> Settings” page, enable “Images -> Convert links to images” and populate “Custom grouping selectors” parameter with the following value:
.rgg-imagegrid$$AForum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] No Navigation MenuHi,
Do you use native WordPress gallery or a 3rd party gallery plugin? Could you provide a link to a page where the problem occurs?
You are welcome.
PS: If you like the plugin, we would be very grateful for a review.
Sorry, forgot to commit new files to SVN repository. Update the plugin again please. v. 1.1.4 should work correctly.
Hello,
Thank you for your suggestion. We updated the plugin and added ability to select default connection. Please update it to v. 1.1.3 and see “Default” column in connections data grid on “ARI Adminer -> Connections” page.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Open menu link in lightbox?If it is possible to add a custom CSS class for menu item link then add “ari-fancybox-iframe” CSS class and the link will be opened into the lightbox.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] mp4 video in modal windowYou are welcome. If have any ideas how to improve the plugin, share them with us.
PS: If you like the plugin, we would be grateful for a review 🙂