seularts
Forum Replies Created
-
In my tests I have discovered that the first language (Afrikan) is set a bit more to the right and if I try to select that one, nothing changes. I believe that is where the issue with the code is happening, before the first element of the language array. I have limited knowledge in php and javascript, so I poked around the code, but it is beyond me where the issue lies exactly.
The wild part is that if I set to detect the language browser, the plugin works as intended and selects the correct language when the page loads.
Please help me sort this issue out. I am using Divi and I only have styled the CSS part with a 3rd party component of Divi.
- This reply was modified 3 years, 3 months ago by seularts.
Yes yes yes, I understand 🙂 I think this is something that happens specifically on this host, but the funny thing is that only this plugin has this minor issue. Maybe it’s something you can keep an eye on if future people encounter it.
Here are the details:
PHP Version: 7.0.33
Wordpress Version: 5.0.3
Plugin Version: 2.14
HTTP OR HTTPS: HTTPS
Active Plugins:
MOJO Marketplace
WP Google My Business Auto Publish
Location Information:
Blue Residence {“canUpdate”:true,”canDelete”:true,”isVerified”:true,”isPublished”:true}All these values seem fine to me.
I can make you a test account if you want to verify it.
It’s a live server on bluehost.com
I have done a test in a controlled environment: https://tzr.ro/wp-test/ and achieved the same issue. I am hosting my site on Bluehost.
The first image is after I use Publish and the second is when I use Update or Share: https://imgur.com/a/otWETY2
Forum: Fixing WordPress
In reply to: Disable comments for registered usersI figured it out.. You have to go in wp-comments-post.php and delete the part with the ‘if’ and ‘else’ where the /* comments */ for logged users are, and there you have it.. you don’t have to be logged as a user to post..
Forum: Fixing WordPress
In reply to: Disable comments for registered usersThe thing is that if I log on to submit an article anyone who posts, a comment, as a visitor will post as me (admin). That is what I’m trying to avoid..