ncm12
Forum Replies Created
-
THank you very much, great support.
I think i found the source: Polylang plugin. If i deactivate it the posts save! Back to active the error appears again.
Is there a solution? This error just started happening now but it was all working fine with this plugin.
Hi there! Thanks for the reply. I changed to vertical to overcome the blank space in the bottom.
But you can see it if you change to mobile. You’ll see that the Slider starts with a big empty white space in the bottom and after a few slide changes it goes back up. But it takes minimum 4 slides to “fully right position”. Let me know if you catch it or i can make a new page just for that.
thanks! that’s it.
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showing@masoudin Your provide solution works.
define(‘ADVMO_MINIO_DOMAIN’, ‘https://s3.wordpress.site’); is wrong!
Should be: https://storage.wordpress.site’
Thank you very much.
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showingThank you for the response. I guess you are right but i’m not able to fix this.
I simple followed the instructions on the plugin page.
How can i send you credentials or more info you could need to access this?
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showingHi there Masoud. Thank you for the prompt reply.
This is what i use in wp-config.php:
define(‘ADVMO_MINIO_KEY’, ‘mykey’);
define(‘ADVMO_MINIO_SECRET’, ‘mysecret’);
define(‘ADVMO_MINIO_BUCKET’, ‘wordpress.bucket’);
define(‘ADVMO_MINIO_DOMAIN’, ‘https://s3.wordpress.site’);
define(‘ADVMO_MINIO_ENDPOINT’, ‘https://storage.wordpress.site’);
define(‘ADVMO_MINIO_REGION’, ‘us-east-1’);BTW I’m using Minio selfhosted.
Update: I had paste it wrong. Now I’ve paste the actual settings in config file.
When i go into the library and into an image, i can see the path to the image like https://s3.wordpress.site/wordpress.bucket/2024/12/11103114/imge.jpg. But if i click the Minio website opens to login…
Forum: Plugins
In reply to: [Advanced Media Offloader] Images not showingAlso if media is upload doesn’t showup. But it creates in the S3 bucket.