justice802
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Broken “Edit Page” link in Admin BarSOLVED
Well, I can’t believe no one else has had this issue. I corrected the problem by commenting out some code in /includes/link-template.php. It is unclear to me why this code even exists, but on line 1439 (in my version of WordPress – search your own), the link is generated using the ASCII for the symbol rather than just the symbol itself. I just commented out this option and it solved the problem – as follows:if ( 'revision' === $post->post_type ) { $action = ''; // } elseif ( 'display' === $context ) { // $action = '&action=edit'; } else { $action = '&action=edit'; }
Hey, thanks for the plugin! In my application, I want to connect to a remote MySQL database.
So, I am apparently able to connect to the remote database, but am not successfully pulling in any tables. Seems like a permission issue on the db? For the user account on the database, I have SELECT and SHOW VIEW permissions. What else would I need just to be able to view the data. I do not want to enable any inserting or editing of the db.
Thanks ahead!
JimWhat I am getting when testing the connection:
Preparing connection…
Establishing connection…
Connection established…
Counting tables…
Found 0 tables on remote host…Remote database connection valid
- This reply was modified 4 years, 9 months ago by justice802.
Forum: Plugins
In reply to: [WP Social Post And Widget] Warning Message from Instagram about Remote LoginThank you for the explanation. Extremely helpful – thank you.
I think I am seeing this same issue. The plugin worked on a test server that wasn’t using S3, then when I tried it on a server that was using S3 for images, it did not work. I would love to get this working with S3 – that is where I really need it.
- This reply was modified 5 years, 8 months ago by justice802.
Forum: Plugins
In reply to: [Social Media Auto Publish] Facebook Setup – WWW is grayed outWithin my Facebook account, I followed the steps for how to setup Facebook (the instructions as presented in the Plugin tutorial), however when I got to the step under “Select Platform” where the next step is to click the “WWW” icon, the icon is unfortunately grayed out and not clickable. In fact, it is the only one of the choices which is not clickable.
Forum: Plugins
In reply to: [Imsanity] Imsanity with S3So, I am trying EWWW and it seems that it can only compress images on S3. I don’t see any way to resize them. Is this correct or am I missing something?
Forum: Plugins
In reply to: [Imsanity] Imsanity with S3Ah – I see. Thank you for the quick response! I will check out EWWW.
Forum: Plugins
In reply to: [Post to Queue] Show on Menu Even When EmptyActually – to be more clear. As I am trying to make this work, what I really need is for the queue page to be available even when it is empty.
- This reply was modified 6 years, 8 months ago by justice802.
Forum: Plugins
In reply to: [Clean Login] Issues using Multisite and Clean LoginAfter a little further testing, I am seeing that only the super admin can log in. All other user logins fail.