WordPress backend menu items not loading - wordpress

On our website, we use the Ubermenu plugin. As I was creating a menu within WordPress' backend, the menu items suddenly no longer appeared. I've disabled Ubermenu and a bunch of other plugins but they just won't show. Has anyone come across this before?
Edit to add: Also, I just noticed that the Screen Options and Help tabs on the top of the page also don't work. But work fine on every other page.

There are some js errors in console?
Or, do you edit some files inside wp-includes folder?

Related

Wordpress Boostrap dropdown menu only works on home page

Having a weird problem with my dropdown menus. They work fine on the homepage but not on any of the other pages.
I cycled all of the plugins on/off with the exception of ACF pro. None of the other plugins had any bearing.
What's even weirder, it all works fine on the dev server. Both sites are on Siteground, running the same plugins and content. I only have 2 templates, one for the home page, one for all of the other pages and they both call the same header.php file.
Here's the dev site: http://rosedental.getthegigs.com/
And here's the live version: http://rosedentalga.com/
inspect your web page check your console you will find Bootstrap's JavaScript requires jQuery , include jquery in your main page, will Definitely resolve your issue, and not just drop down your collapsible menu is also not working because of this.
your webpage
It looks like you are loading jQuery only on the home page. Dropdown menu on Bootstrap needs jQuery. Load jQuery in all the pages and it should be solved.

How to always expand the WordPress custom field (back-end)

I am talking about Wordpress back-end here,
How to hide the wordpress collapse/expand button and keep it always expand
The code seems fine to me, but from what I saw you are loading the script.js (http://clipdisplayserver.de/wordpress/wp-content/themes/clip/js/script.js) file twice in the page. Maybe that's causing your problem.

Wordpress, excerpts and Image Links

Quickinfo:
I am using wordpress 3.5.1 with the latest version of the "FancyBox
for WordPress" -Plugin.
I use the more-Tag for all articles, making
only excerpts of them beeing shown on the start-page.
Facts:
In wordpress image-thumbnails included in the article are enclosed
in a link pointing to the image-url by default.
The Fancybox-Plugin makes such Links open the image in a jQuery Fancybox.
My Problem:
Sometimes I show images in the excerpts, too.
At this time theres happening an usability-flaw:
When clicking on the Image a fancybox will open, but people expect to get redirected to the full article instead.
Is anyone aware of a solution how to overcome this issue, maybee by using an other plugin, changing the structure of my articles or editing some php-files?
I don't know about the plugin you are using but I've always used colorbox. There's a plugin for it designed for wordpress and it allows you to specify which images you want to open in a jquery window.

Wordpress menu not working after update

I purchased the Angular theme for wordpress some months ago for a portfolio site to show off my front-end web dev work (Too lazy to create my own).
I went to update the site last night and noticed that the menu had stopped functioning. If I click on a menu item the URL will change to the URL of the link but the page will remain on the current page and not display the content of the new URL.
My website is http://www.decodedcreative.com.
Does anyone have any ideas or things that I could try to resolve the problem?
I have switched the theme to the twentytwelve theme and the menu then works as expected and have also tried re downloading the entire Angular theme in case I'd corrupted a file.
Any ideas?
Thanks
P.S - I've also tried restarting Apache on my server but to no avail. This question is also asked on the support forum for the theme.
When you are viewing the list of pages in Wordpress, try using the "Quick edit" to edit the page Slug. Even though I had updated the permalink when you use the "Edit" link, it didn't actually update the slug. Updating the slug will fix it.

Wordpress admin menu post link missing

I'm working on a client's WordPress website and I'm having getting the Posts tab back on the admin panel. It's missing in the page source and I'm not sure where it could have been removed from. I tried disabling plugins, I updated WordPress, I installed an admin menu control plugin and it shows all the other menu items but Posts is missing.
In the template functions.php there was an entry to hide it, I removed it and all others related. Comments was also hidden but reappeared when I did this.
Does anyone know where else the menu item could have been removed from or maybe how to restore it or the menu files?
Any help would be greatly appreciated.
Figured out what it was, a plugin (Magic Fields) had an option to hide the menu.

Resources