Steven
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I get back the Menu manager in left menu bar?Actually no, it’s not.
90% of the time I build sites from scratch using code snippets / my own templates. So I don’t use pre-made themes and its functions.php.So installing WP and having a clean new theme (with blank functins.php) and no plugins, you have to add
register_nav_menu('my-menu')
in functions.php in order to see the menus menu-item in the left menu bar.At least, that’s what I just had to do with WP 4.3.1.
Forum: Fixing WordPress
In reply to: How can I get back the Menu manager in left menu bar?ok, so I still have to “enable” it in functions.php in order to see it?
Because by default, it’s not there: https://prntscr.com/8u6busForum: Requests and Feedback
In reply to: Make Emoji optionalYeah, I’ve seen it. But it’s 5 months old and the thread is closed.
So I was wondering if WP is actually going to continue to have this in the core code or if they are considering it as an add-on.Glad you solved your problem ??
It’s still a bug that needs to be fixed.
The user should get a message saying that the image is to large.Ping @ericafranz ??
Where is it not showing? In the upload area in the admin panel?
I have the exact same error.
I installed the lite version and I get this error if I try to upload images larger than the max image size limit.
More specifically, it seems the erro is in line 612:
default: wpFileError(fileObj, pluploadL10n.default_error);
Forum: Plugins
In reply to: [Plugin: envira-gallery-lite] Exceeding upload file size throws errorI found an identical question. Closing this.
Forum: Fixing WordPress
In reply to: Re-Attach and Unattach is no longer showing in Media LibraryThis is not a multisite issue. This was working just fine until I upgraded. I also don’t have any plugins that will affect image library or custom fields.
So unless you have an possible solution for my problem, please stop pushing this omewhere it does not belong.
Forum: Fixing WordPress
In reply to: Re-Attach and Unattach is no longer showing in Media LibraryYes, I’m using multisite. No, I meant 3.7. But I updated to 3.8 today and I still have the same issues.
Forum: Fixing WordPress
In reply to: Re-Attach and Unattach is no longer showing in Media LibraryI have to add, after updating to v3.7, I got this issue on both my production sever and dev server.
In addition, my custom fields are no longer storing information (I’ll create a new thread for this if I can’t figure out why this is happening)
Forum: Everything else WordPress
In reply to: Attached images not displaying in social mediaI’ve got the same problem.
In addition, I no longer can see the Unattach and Reattach links in Media Library.Forum: Networking WordPress
In reply to: Cannot delete default admin user in multisiteI’ve followed the steps described above and I’ve got exactly the same problem.
Point 9. of @JSBauza’s solution works great.
“If clicking Delete won’t work, then select the checkbox and then on bulk actions select delete and proceed.”“It should ask you to transfer the posts to another user.” – Nope, it didn’t. But I got to delete the user.
So this is still a bug. (I’m using WP v3.6)
And why can’t you retrieve attached image and its meta data like caption, alternate text etc?
And why is this post marked as resolved?
Forum: Plugins
In reply to: Filter on nav_menu_item_id is not workingI’ve finally found a solution, but I’m not sure if it’s the best one.
The solution is based on this code: https://wordpress.stackexchange.com/questions/14037/menu-items-description/14039#14039[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Page template problemHave you tried updating your permalink structure?