Frank
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Collapse Subpages] Search function no longer workingPerfect! Thank you very much!
I currently have it added as and include within my child theme, but Ive made the following edit within your asc_scripts() function to accomodate for the different pages.
Added to Ln61 of the main file
// Set Flag $proceed = true; // Create arrat of $_GET variable to exclude $exclude = array('s','author','orderby','order','post_status'); // Cyclye throught and test if isset foreach($exclude as $var) {$proceed = isset($_GET[$var]) ? false : $proceed;} // If flag is false then eject if(!$proceed) {return;}
I hope this helps with your update.
Per Page, can I get an array of the enqueued popups for that page.
So if I’m on X page, how can I get an array of popup IDs that are being outputted on that page.
Thank you so much.
Do you have an ETA for your next update?
Using a few caching plugins with the site including W3 Total Cache and Cloudflare CDN.
It works fine when developing locally using MAMP, however once online I encounter this issue. Hence, thinking that it is a caching problem.
How can I find out which plugin/cache is causing it and why does it simply show a “1”?
Many Thanks
Thanks! So far I havent been able to use it to actually pinpoint the source, but still working on it. but I have been able to overwrite the default setting of my host’s php.ini to prevent them from displaying.
??