threeoten
Forum Replies Created
-
Seems I have figured it out. It was my VPN causing the pages not to load. IG must be blocking the VPN IPs or something.
After some more messing around, I found that the caching exclusion needed the / removed in order to work. Now the preloader is first to load, however the progress bar turned to its default red color instead of the color I have selected in the preloader settings.
The only way that I can get it to work is by opening /wp-content/plugins/preloader-plus/assets/css/preloader-plus.min.css file via ftp, altering the color of the pageloader in the css, and then re-uploading it. Wchich of course will be overwritten when I update the plugin next.
Any idea how to get my progress bar color setting to apply without having to do this after every update?
Forum: Plugins
In reply to: [Firelight Lightbox] Stop EFB from loading iframes on mobileAh! That was it! It’s working now, thanks much!!
Forum: Plugins
In reply to: [Firelight Lightbox] Stop EFB from loading iframes on mobileThe theme editor gives errors with those quotes:
syntax error, unexpected ‘text’ (T_STRING), expecting ‘,’ or ‘;’
syntax error, unexpected ‘a’ (T_STRING), expecting ‘,’ or ‘;’
etc.Forum: Plugins
In reply to: [Firelight Lightbox] Stop EFB from loading iframes on mobileThe error is from my page loader plugin. I’ve temporarily disabled it.
The old JS is still there because the newer one allows iframes to load in EFB for front end users. I’ve temporarily added the new JS.
Forum: Plugins
In reply to: [Firelight Lightbox] Stop EFB from loading iframes on mobilehttps://www.quailsprings.org/about-us/our-team/ this page is an example of where I don’t want to the iframes to load on mobile. fancybox-iframe class is applied to the images and the read more links. But I still want images on other pages of the site to be able to load in EFB on mobile. This is why I want the the ‘don’t load on mobile’ to only apply to iframes.
Forum: Plugins
In reply to: [Firelight Lightbox] Stop EFB from loading iframes on mobileYes, I am using the fancybox-iframe class for iframes. I tried replacing:
function custom_page_script(){ echo ‘ <script type=”text/javascript”> var pixelRatio = window.devicePixelRatio || 1; if(window.innerWidth/pixelRatio < 400 ) { easy_fancybox_handler = null; }; </script> ‘; }
with
function custom_page_script(){ echo ‘ <script type=”text/javascript”> var pxRatio = window.devicePixelRatio || 1; if( window.innerWidth/pxRatio < 420 ) { jQuery("a.fancybox-iframe").removeClass("fancybox-iframe"); }; </script> ‘; }
But the iframes then load on mobile.
- This reply was modified 4 years, 7 months ago by threeoten.
Forum: Plugins
In reply to: [Firelight Lightbox] Stop EFB from loading iframes on mobileBut is there some script that would stop loading iframe content on mobile, but still allow images to be loaded on mobile?
Forum: Plugins
In reply to: [Simple File List] Folder specific “sort by” settingNice! Will it be integrated into the shortcode builder tool in File List settings?
Forum: Plugins
In reply to: [Simple File List] Folder specific “sort by” settingVery cool!
ThanksForum: Plugins
In reply to: [Simple File List] Invalid argument errorGreat! So it was a bug?
Forum: Plugins
In reply to: [Simple File List] Invalid argument errorI tried disabling the Folder add on, but no change.
The file still gets uploaded, but the user who is uploading the file is presented with this after the upload completes (see this screen shot): https://monosnap.com/file/yEJCf2V4OddzC7txJx2gWhc3vwd94E
I also tried it on a different page and it did the same thing.
Forum: Plugins
In reply to: [Simple File List] Invalid argument errorYes, all updated. But I don’t have the search add on.
Seems that it started happening after recent update of the plugin.
Forum: Plugins
In reply to: [Simple File List] Invalid argument errorI know that this error wasn’t happening last time that I was using the plugin.
Yes, each file.
Front end, not back end.
Forum: Plugins
In reply to: [Simple File List] Folder Extension Pre sales QuestionI’d like to add this as a feature request, the ability to have more than one front end uploader per page.