utentone
Forum Replies Created
-
Hi yes I have litespeed cache actually removing the users private cache seems to work, thanks
Hi if it can help I encountered the same problem and as a workaround I found that by logging out as a wordpress user and logging back, the screen updates with the added contacts
- This reply was modified 6 months, 1 week ago by utentone.
Forum: Plugins
In reply to: [User Switching] Switch back to admin reload pagethanks
Hi, yes i used this script in your docs:
add_filter( 'slim_seo_robots_index', function( $value ) { // Disable for other archive. if ( is_archive() ) { return false; } return $value; } );with “true” istead of false, and seem to work, maybe something overwrote default value 🙂 Thanks
Thanks, yes probably it’s someting else as i tested on a blank install and it work…
Forum: Plugins
In reply to: [HappyFiles - WordPress Media Folders & File Manager] Plugin closed??@codeer I, thanks for reply…
Just for your information i think happyfiles have problems with wp 5.8, as you can see in the image on the media page the toolbar goes below the media https://ibb.co/SX7HYcq
Forum: Plugins
In reply to: [HappyFiles - WordPress Media Folders & File Manager] Plugin closed??@codeer Ok thanks… so if i buy it now i also have have access to this version 2.0?
Forum: Plugins
In reply to: [HappyFiles - WordPress Media Folders & File Manager] Plugin closed??@codeer hi i am considering to buy the plugin … is it still supported?
Thanks