rw1007
Forum Replies Created
-
I’m using Version 2.0.13. I’ve created a user with an “Editor” Role and when they login they receive the message “Sorry, you are not allowed to access this page.” When I log in as admin their role is now blank. I again save the user with the “Editor” role and everything is correct. They try logging again and get the same message.
As soon as a user tries to log in their role is removed and is now blank preventing them from accessing the dashboard.
Is this part of the hotfix?
Thanks,
Lance
Forum: Plugins
In reply to: [The Events Calendar] Release: The Events Calendar 4.3.3Getting same bumpdown console error message as first comment and can’t set recurring events.
I’m getting the Maximum call stack size exceeded error trying to set a featured image. I can choose an image but the set featured image button is disabled and when I look at the chrome console it displays Maximum call stack size exceeded and points to a media library assistant plugin script.
Ajay,
Yep, sure was the database that was causing the problem. For some reason the blog_id column was missing. All I had to do was copy the same structure from my local database over to production and data started populating the top_ten_daily table.
Thanks so much for responding and helping me solve that issue. I should have compared the development and production tables in the first place, but thanks again for pointing me in the right direction.
Keep up the awesome work!
Lance
Forum: Plugins
In reply to: [Easy Author Image] Image won't appear when using get_avatar() callAfter some testing I was able to get everything working.
In easy-author-image.php I changed the $gravatarUrl line where the $email is empty to:$gravatarUrl = “https://www.gravatar.com/avatar/” . md5($email) . “&size=40”;
For some reason $email->comment_author_email was returning null. Probably had something to do with Jetpack comments or something.
I then adjusted the actual url to the little preview icon that was showing correctly and that seemed to do the trick.I’m no expert so any suggestions would be awesome.
Again thanks so much for creating this plugin and all the time and effort you put in to help WordPress users.
Thanks so much,
Lance
Forum: Plugins
In reply to: [Easy Author Image] Image won't appear when using get_avatar() callI’m also using Jetpack comments and for some reason when I use get_avatar($comment); it only shows the gravatar logo and doesn’t pull in the visitors gravatar if they don’t have an uploaded image or aren’t using other social comments.
Before I submit the comment it shows a preview of the gravatar that will show but when I submit the comment only the default gravatar logo shows up.
Here’s my test site link with some comments that are defaulting to the gravatar logo only.
https://lancewilliams.me/gurus/nutrition/army-had-half-a-day/I love the plugin and I’m probably just missing something simple.
Thanks for the hard work!