arisoft
Forum Replies Created
-
Hello
It looks like a conflict with a 3rd party extension. It would be fine if you can provide a link to a page where the problem occurs so we can investigate the issue.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Remove Download button with pdf.jsHello
Code in “Custom JS” will not work because PDF viewer is loaded into IFRAME (not main window) only when open the lightbox with a PDF document. Code form “Custom JS” is executed on main page.
It should be enough to remove/hide button in viewer.html. If it doesn’t work, try to clean browser’s cache.
If nothing helps, please specify a link where possible to see the problem so we can investigate it in more details.
Hello
It is normally to use NULL or 0 value for auto increment column in MySQL database. 0 will not work only if NO_AUTO_VALUE_ON_ZERO sql mode is enabled, but it is not recommended more.
Could you execute the following queries on your DB to check what sql modes are used:
SELECT @@GLOBAL.sql_mode
SELECT @@SESSION.sql_mode
Hello,
Could you explain in more details what columns you mean?
Our plugin doesn’t attach the lightbox to all links. It attaches the lightbox only to links which match plugin’s settings. If the plugin is configured to open external/internal links into the lightbox then these kind of links will be opened into the lightbox.
If need to exclude some links from the configured rules then add “no-lightbox” CSS class to these links or use the solution from this post.
As we wrote previously, we can help to investigate the problem and find a solution for your case if you provide a link to a page where the problem occurs.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Database optionsHello
PRO version saves results into database. Make sure “Save results to database” parameter on “ARI Stream Quiz -> Settings” page is set to “For all users” or “Ignore anonymous users”. Results are stored in {table_prefix}_asq_results and {table_prefix}_asq_trivia_results tables.
Update the plugin to v 1.8.2 please.
Hello
Open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” parameter with the following code:
$('#footer-widgets-2 A').addClass('no-lightbox');Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Import/Export quizHello
Sorry, but currently the plugin doesn’t support import/export functionality.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How to create a lightbox ?1. The following HTML code can be used to open the particular image into the lightbox:
<a href="https://images.unsplash.com/photo-1494256997604-768d1f608cac" class="ari-fancybox">Open image</a>If you want to show a gallery then use WordPress gallery or any other gallery which is supported by the plugin. The lightbox will be attached automatically.
2. The HTML code will look like:
<a href="https://images.unsplash.com/photo-1494256997604-768d1f608cac" class="ari-fancybox"><img src="https://upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg" /></a>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How to create a lightbox ?Hello,
It doesn’t require any additional action to integrate the lightbox with existing links/images. Just enable an appropriate checkbox in plugin settings. For example if want to open images from WordPress galleries into the lightbox, open “ARI Fancy Lightbox -> Settings -> Integration” page and enable “WordPress Galleries -> Convert WordPress galleries” checkbox.
If want to attach the lightbox a separate link, add “ari-fancybox” CSS class to tag. PRO version also supports ability to create link via shortcodes: http://www.ari-soft.com/docs/wordpress/ari-fancy-lightbox/v1/en/index.html#shortcode
If you need more assistance or have other questions, feel free to contact us.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Connect or show only one Table?Hello,
Sorry, but the plugin doesn’t support this ability.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] A few inquiriesHello
Sorry, but the plugin doesn’t support ability to define an explanation per each answer. It is possible to specify explanation for the whole question.
Hello
We would be happy to investigate the problem to find the reason of the problem and if possible provide a solution. Is it possible to see the problem anywhere?
Hello
We can’t reproduce the problem on our test server. All requests are used https when WordPress is accessing via HTTPs. Is it possible to see the problem anywhere so we can investigate it? You can contact us by email: info (at) ari-soft (dot) com