Lawrence Joe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Corrupted wordpress?- Make sure any security plugin is doing this, some security plugins have specific settings that allow you to disable the theme editor.
- on wp-config.php check for this line.
define('DISALLOW_FILE_EDIT', true)If it was there, remove or comment it out, and check again. @jtoney7852
Hi,
gd_listings outputs the listings based on this page’s content “GD Archive Item”, you can customize which field to show on that page itself.
Docs page: https://wpgeodirectory.com/docs-v2/templates/archive-item/
If this is not what you look for, can you describe exactly what you are trying to create, so that I can suggest you a way.
Let us know,
Hi,
Please go to Dashboard -> UsersWP -> UsersWP -> General -> Author Box, and there you can disable the author box.
Let us know,
Forum: Plugins
In reply to: [Simple Custom Post Order] Use with a large number of postsHi,
The plugin uses the
menu_ordercustom field, you can make use of any plugin like “Custom Field Bulk Editor” to bulk edit the field at once.Regards,
Forum: Fixing WordPress
In reply to: Cannot Login To Wp-adminHi,
It won’t disable the plugin. Just try it via FTP if that break the website means, you can easily revert it to back and then contact the support forum of that plugin here: https://www.wp-script.com/open-a-ticket/
Regards,
Forum: Fixing WordPress
In reply to: Admin capabilities but not adminMy pleasure to help. 🙂
I hope the issue is solved. 🙂
Regards,
Forum: Fixing WordPress
In reply to: Admin capabilities but not adminHi,
If still shows none means,
Maybe the word “Administrator” is translated to “none” Did you translate WordPress using any plugin or using POEdit? In that case please check that also.
Regards,
laranz.Forum: Fixing WordPress
In reply to: Admin capabilities but not adminHi,
What were you doing before this happened? Any code changes or plugin install/update?
If you have access to the Database, you can try this method:
https://tutes.in/how-to-change-wordpress-user-roles-using-mysql-database/ make sure you did it with caution.Regards,
Forum: Fixing WordPress
In reply to: Cannot Login To Wp-adminHi,
The issue is coming from this plugin “wp-script-core”, it is happening after the WordPress update?
You can add this quick fix, login to FTP and edit this file /home/hauhtfma/public_html/fuckmilfworld.com/wp-content/plugins/wp-script-core/admin/class/class-installer.php around line #159 if you found any function like this,
feedback($string)change that to,
feedback($string, …$args)search for the feedback function in the whole file or the plugin.
Also, please contact the plugin author and tell them about this issue. Make sure you take a necessary backup before editing any files.
Regards,
Forum: Fixing WordPress
In reply to: MP3 wont upload to wordpressHi,
Did you get an error like this?

If so, please follow any of these steps https://tribulant.com/blog/wordpress/how-to-fix-sorry-this-file-type-is-not-permitted-for-security-reasons/ If you are still stuck and cannot resolve the problem, contact your hosting provider and ask them to assist you.
Let us know,
Thanks,
laranz.Forum: Fixing WordPress
In reply to: Admin capabilities but not adminHi,
Can you be more specific about the issue? What exactly you didn’t able to access?
Try to disable all the plugins via FTP https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/ and check again, maybe it is caused by any of your plugins.
Regards,
Forum: Fixing WordPress
In reply to: “Warning” after updating to WP 5.3 / lost access to backendHi,
Login to your FTP using any FTP browser like Filezilla.
and delete this file,
/kunden/527037_72764/regiosmart_com/wp-content/advanced-cache.phpBefore deleting, you can make a copy of that file.
Regards,
Forum: Fixing WordPress
In reply to: Blank page (only works if I disable gutenberg)Hi,
Did you try reinstalling WordPress? And also, what errors you received exactly, can you give us the errors?
Also, check your server’s errorlog for any fatal errors.
Just in case, try to increase memory https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php
Regards,
Forum: Plugins
In reply to: [Simple Custom Post Order] screen_icon is deprecated since 3.8.0Hi,
1. That is good, but on a production level don’t turn on WP_DEBUG, only turn it on when you’re developing.
2. It is not a hack, that is the fix.
3. We already update that from our github repo, you can get it from there if you want, https://github.com/ColorlibHQ/simple-custom-post-order
4. It is just a warning, and sorry for the late on release.
Let us know if you have any other questions,
Thanks,
laranz.,