thrasherstudios77
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress PDF Templates] Link with get parameterI’m having the same issue can’t get the, ICL_language, url param from my customized template, doesn’t seem to exist at this point.
Did you you ever figure this out?
See my post on GITHUB
https://github.com/anttiviljami/wp-pdf-templates/issues/33Thanks Justin
Could you explain a little bit how the ‘role_update()’ function works.
If possible I would like to add to the ‘user_register’ hook to add to the current users role array something like this (This doesn’t work for me though).
$user = wp_get_current_user();
$user_roles = (array) $user->roles;
$user->roles[] = ‘instructor’;- This reply was modified 7 years ago by thrasherstudios77.
Forum: Fixing WordPress
In reply to: Setting up new User/RoleI saw that information on the brute force attacks before (seems to be the only information on the Internet in reference to this type of error)
Here is why I don’t believe that is the issue. The site went live a few days ago and within hours I was trying to create a new user account for my client. Seems unlikely that an attack would be initiated within hours of a site going live? Would you agree?
You mention it could possibly be a server configuration issue what setting could possible be causing this on the server?
Thanks
Forum: Plugins
In reply to: [Alfie WP Weather] Multiple WidgetsIf you can at least verify that the plugin is capable of multiple instances of the weather object on the same page that could help me troubleshoot it a bit.
Forum: Plugins
In reply to: [Alfie WP Weather] Multiple WidgetsSo you believe this should be working then. Meaning the plugin has the capability to be used in multiple places on the same page?
I am working locally right now I will see if I can’t move it to a live server.
thank you