arisoft
Forum Replies Created
-
Hello,
We checked the plugin in multi site modes on our test site and it works fine. Do you see tabs, but can’t switch them? If yes, check browser’s error console please, it can be a problem with a 3rd party plugin.
Do you want to totally remove title section from the lightbox?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?Could you describe in more details expected result?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?It opens the lightbox with the PDF document for us when click by “Here’s my slide deck.” link. Checked it Google Chrome, FireFox and Safari browsers:
Mark the topic as resolved because didn’t receive any response.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Pop up to mobile menu tooHello,
Sorry for the delay. Missed your post. Is it possible to see the problem anywhere?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox and Download MonitorSorry for the delay. The plugin will not work with plugins like download monitor because it requires a direct link to a PDF file to have ability embed it into PDF viewer.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?OK, now we see the problem. The following scripts are loaded on the page:
<script type="text/javascript" src="http://sm5.sitemeter.com/js/counter.js?site=sm5nostrawmen"></script>Browsers try to load it more than a minute and then it is failed. “ready” jQuery event is raised only after a minute and as result lightbox initialization is postponed. You can replace the code with the following one (or remove it):
<script async type="text/javascript" src="http://sm5.sitemeter.com/js/counter.js?site=sm5nostrawmen"></script>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?The page doesn’t contain a link to a PDF file. On init it contains only one link which is transformed to PDF viewer by a plugin (not “ARI Fancy Lightbox” plugin).
“ARI Fancy Lightbox” can attach the lightbox to links to PDF files and then show them into the lightbox.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?At least the first
<a>tag is not closed. Try the following code:<a href="http://365.25e.myftpupload.com/wp-content/uploads/2018/04/How-to-Close-the-Client-Every-Time.pdf">PDF.js Viewer Shortcode</a> <br /> <a href="http://365.25e.myftpupload.com/wp-content/plugins/pdfjs-viewer-shortcode/pdfjs/web/viewer.php?file=http://365.25e.myftpupload.com/wp-content/uploads/2018/04/How-to-Close-the-Client-Every-Time.pdf&download=false&print=false&openfile=false">View Fullscreen</a>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?An incorrect HTML code is used for PDF link:
<a href="http://365.25e.myftpupload.com/wp-content/uploads/2018/04/How-to-Close-the-Client-Every-Time.pdf"></p> <p>PDF.js Viewer Shortcode<br /> <a href="http://365.25e.myftpupload.com/wp-content/plugins/pdfjs-viewer-shortcode/pdfjs/web/viewer.php?file=http://365.25e.myftpupload.com/wp-content/uploads/2018/04/How-to-Close-the-Client-Every-Time.pdf&download=false&print=false&openfile=false">View Fullscreen</a>Fix it to resolve the problem.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?Is it possible to see the problem anywhere?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Double Lightbox IssueHello
Could you provide a direct link to a page where the problem occurs? The provided page doesn’t contain “ARI Fancy Lightbox” plugin.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox and Download MonitorYou can send a link by email so we can investigate the issue.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox and Download MonitorHello,
Could you provide a link to a page where you try to use “Download Monitor” with “ARI Fancy Lightbox”?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How do I get this thing to work?Hello
The plugin attaches the lightbox to links automatically depends on configuration parameters on “ARI Fancy Lightbox” page. For example, if you want to open PDF links (link with .pdf file extension) into the lightbox, see “Integration -> PDF Files” parameters section on “ARI Fancy Lightbox -> Settings” page.
BTW, “PRO” version supports ability to create specific links with lightbox effect via shortcode.