arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Connector] Fatal error on installHello
Update the plugin to v. 1.1.6 please. It contains the fix for this problem.
You can contact us by email or on our support forum to discuss translation/coupon.
It is possible to use
[audio]([video]) shortcode (https://codex.wordpress.org/Audio_Shortcode) to embed sound into questions. Make sure “Settings -> Support shortcodes …” parameter is enabled in quiz settings.Hello,
Thank you for good words about the plugin. About the questions:
1. We offer a lifetime subscription for all our plugins.
2. Sorry, the plugin doesn’t support Chinese social sharing. Currently it supports the following networks: Facebook, Twitter, Google+, Pinterest, LinkedIn, VK
3. It requires custom modification of the plugin. We can investigate how to integrate WeChat with our plugin.
4. Sorry, we don’t have an experience with integration quizzes from our plugin with LP courses.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] title to appear on imageHello
If you want to show title over an image, it requires to create a custom javascript plugin for the lightbox. It can not be done only via custom CSS rule.
We will think about implementation title position parameter in a future version of the plugin.
Images are wrapped with
<a>tag on the provided page. HTML code looks like:<a class="wpforo-auto-embeded-link external" href="https://market.osclass.org/oc-content/uploads/4/1479.jpg" target="_blank" rel="nofollow"><img class="wpforo-auto-embeded-image" src="https://market.osclass.org/oc-content/uploads/4/1479.jpg"/></a>It is not an issue with the lightbox. On the second page the image don’t wrap with
<a>tag with link to large image like on the first page so the lightbox is not attach to this image.- This reply was modified 8 years, 3 months ago by arisoft.
Hello
Could you provide a link to a page where the problem occurs?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Feature request or fixHello,
Open “Integration” tab on “ARI Fancy Lightbox -> Settings” page and populate “Images -> Custom grouping selectors” parameter with the following value:
.ptb_items_wrapper$$.ptb_image>A
It should add navigation to images for your custom gallery.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] error in connctionHello,
It seems you entered an incorrect credentials for DB connection. Check that DB user name is specified correctly.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Control zoom amountHello,
Thank you for good words about the plugin. About zoom functionality, the plugin doesn’t support ability to zoom images more than original size. If they would be zoomed more than original size, images can have not a good quality.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Not working for YouTube videosIt is not “ARI Fancy Lightbox” issue. This problem with “responsive-menus.min.js” which is used by theme on your site. It doesn’t work properly and you can see javascript errors in browser’s error console. These errors prevent execution of “ARI Fancy Lightbox” script.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Not working for YouTube videosIf you provide a link to a page where it doesn’t work with YouTube links, we will investigate the problem.
The page from your second link contains a link to YouTube channel, not to YouTube video. If you add the following link to the page, it will be opened into the lightbox:
<a href="https://www.youtube.com/embed/hajFW6KXyM4">Click me</a>You can find sample YouTube links in user’s guide (see “YouTube videos” section).
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] PDF in FolderHello,
Sorry, but the plugin doesn’t work in this way.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Not working for YouTube videosThe plugin doesn’t attach lightbox to <IFRAME> element. It adds the lightbox to links. Something like:
<a href="youtube_link">... some content ...</a>- This reply was modified 8 years, 4 months ago by arisoft.