rebasaurus
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] I do not recommend updating to the version released today.This has been fixed now. Please try again, thanks!
Forum: Fixing WordPress
In reply to: User Registration w/ Email ConfirmationHey LP9086,
With the way WordPress is currently setup, the tab is called “All Users”, which includes users who have not confirmed their email. These users are still considered to be registered users — they just are not active until they confirm their email. At the moment, there are no settings on default WordPress for you to change this.
However, you may look for a plugin for better user and role management that may do this for you.
- This reply was modified 9 years ago by rebasaurus.
- This reply was modified 9 years ago by rebasaurus.
Forum: Fixing WordPress
In reply to: FB Shows wrong blog descriptionHi jeffinner07!
A quick look at your page shows me that it’s in the meta property labelled “og: description”. It must be from one of the plugins you have installed that has placed this OG meta tag into your WordPress page.
- This reply was modified 9 years, 3 months ago by rebasaurus.
Forum: Fixing WordPress
In reply to: Main Menu Drop Down not working on Edin ThemeTry a caching plugin. A popular one would be W3 Total Cache.
Forum: Fixing WordPress
In reply to: Main Menu Drop Down not working on Edin ThemeHi shaynawaldman,
Have you tried disabling all of your plugins and re-enabling them one at a time to see which plugin could be the cause if you suspect this is the issue?
Also, I just tried visiting your website and the Menu button seems to work just fine for me.
- This reply was modified 9 years, 3 months ago by rebasaurus.
Forum: Fixing WordPress
In reply to: How safe is to allow access to admin-ajax.phpHi nagomitaro,
You will need to allow access for it in order for the plugin to work properly. However, you can set-up your htaccess file to whitelist your admin-ajax file and password protect your wp-admin directory.
AuthUserFile /path/to/your/htpasswd AuthType basic AuthName "Restricted Resource" require valid-user # This is the whitelisting of the ajax handler <Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files>- This reply was modified 9 years, 3 months ago by rebasaurus.
- This reply was modified 9 years, 3 months ago by rebasaurus.
Forum: Fixing WordPress
In reply to: Multiple blogs on one websiteHi joerigosens!
You can accomplish this by using the Categories feature (Posts > Categories). After that, you can use link to each Category in your menu.
Don’t forget to sort through each post and mark them in the appropriate category after you have created your category or else they will stay in the default category “Uncategorized”.
Forum: Fixing WordPress
In reply to: Can’t Update to 4.7.1Hi aafitzpa,
Ensure you have set the file permissions for wp-login.php to 644. Typically, all WordPress files should be set at 644 (with the exception of wp-config.php).
Do you have access to your site by FTP? If so, check out https://codex.ww.wp.xz.cn/Changing_File_Permissions#Using_an_FTP_Client