mlgz0rn
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudimage] Cloudimage breaks caching pluginsIt seems to be working now with the latest update!.
Thank you for looking into it and fixing it.Forum: Plugins
In reply to: [Cloudimage] Cloudimage breaks caching pluginsI have tried uninstalling and reinstalling again.
Still breaks caching.I have also tried with both javascript and without, it still breaks caching.
WordPress Version: 5.3.2 PHP Version: 7.2.27
Forum: Plugins
In reply to: [Cloudimage] Cloudimage breaks caching pluginsRight now i’m using version 2.6.1 but it was also happening with 2.6.0.
I’m unsure if it happened before that.Forum: Plugins
In reply to: [Cloudimage] Site not serving cloudimage picturesYou can contact me at [email protected]
So to see if I understand it correctly.
If Lazy loading and or blurhash is enabled, even though the url’s does not display it, the images are still being served by cloudimage?I also just tried disabling lazy loading and blurhash, and the urls are not changing, I cleared the cache of my brower and on the website.
Forum: Plugins
In reply to: [WoWpi] Failed to open streamfixed it
in wowpi_image_processing.php on line 56
change
$feature_image_uri = 'https://render-'.$region.'.worldofwarcraft.com/character/'.$image_uri_arr[0].'/'.$image_uri_arr[1].'/'.$image_uri_arr[2].'-profilemain.jpg';
to
$feature_image_uri = 'https://render-'.$region.'.worldofwarcraft.com/character/'.$image_uri_arr[0].'/'.$image_uri_arr[1].'/'.$image_uri_arr[2].'-main.jpg';
Forum: Plugins
In reply to: [WoWpi] Some characters missing from [wowpi_guild_members]Update:
Guess I found out why. We play on a merged realm, that are connected to 3 other.
And he has 2 chars with the same name, one on defias brotherhood and one on scarshield legion both are in the guild alsoForum: Plugins
In reply to: [WoWpi] Some characters missing from [wowpi_guild_members]Sorry, https://rng.clanroyal.dk/roster/ that is the page now :p
Forum: Plugins
In reply to: [W3 Total Cache] htaccess file wrong nameI got the exact same issue.
Every time i’ve made a change to the configuration the .htaccess file that gets uploaded through ftp to my other machine will be named “htaccess” and not “.htaccess” which means it’s not working.
Also got the same issue when renaming it.