Not able to add new menu items in WordPress 4.1 - wordpress

I am building a Word Press site with a large custom menu structure (around 100 items). I have successfully added some menu items, but now not able to add more menu items.
I get no error messages or any indication that something went wrong.
After searching around, I have discovered a number of discussion threads that suggest this could be a max_input_vars issue.
I have tried any/all suggestions from these threads, and no luck. I noticed that a number of other people in these threads also seem to have hit a wall.
Any thoughts on how to proceed? Any help appreciated!

The most probably is that your theme or one of your plugin is causing some issue. I recommend you to do this task for debugging the issue:
First off all make sure to have WP_DEBUG turn on in your wp-config.php file: Debugging in WordPress. If you see any error, fix it. If no error, continue to the next task.
Activate the default WordPress theme Twenty Fifteen and try to add and image to a post again, if it doesn't work, it means that your theme is not the problem. Continue to the next task.
Deactivate all your plugin, one by one, and try to add an image to a post after each plugin deactivation. If after deactivating all the plugins the error continues... the next task.
If nothing works, I will re-install WordPress. You can keep your themes, plugins and media by keeping the wp-content folder. Just delete wp-admin, wp-include and all the files, download a new version of WordPress and upload again this files.

Related

Wordpress pictures and thumbnails not working

I've been having a few problems with my Wordpress Installations on a couple of my website.
The first problem is that uploading pictures works but when if I add the image to a post for example, it adds it but shows a broken image thumbnail. When I try to access the image though it throws a 403 error. Tried changing the permissions of my uploads directory to 755. Didn't work though.
You can visit this link to get an idea of what's happening.
No thumbnails are showing up on the admin panel. Normally, in the theme installation window, there's a thumbnail on every theme that shows what the theme looks like, in my installation there's nothing like that. It just show blank thumbnails.
I've uploaded an image showing the thumbnail error here.
At first I thought something was wrong with my Wordpress Installation, but after reinstalling it a couple times, I can see that it's something else. Your help would be greatly appreciated.
Use This only permission issue, use 666 for upload folder then images is working well. check this https://codex.wordpress.org/images/e/eb/podz_filezilla_13.gif
If permissions didn't fix it then try this:
1/ Double-check that your PHP configuration is up to date with the latest WordPress version. I made the mistake cause I was previously working on Magento 2 and forgot to switch from PHP 7.2 to 7.4.
2/ Try basic approach deactivate all plugins and see if one is clashing. Do the same with your them or try a native theme TwentyThirteen instead.
3/ Install "Regenerate All Thumbnails" go-to tools and force thumbnails regeneration for the entire library

Wordpress media library is not showing imgs while adding img in new post or form

In my WordPress, when I open the media library, it shows all the images in the media library. But whenever I try to add new pictures in any post/page/form and proceed to insert media from the library, it does not show any image and continuously reading gallery.
The most probably is that your theme or one of your plugin is causing this issue. I recommend you to do this task for debugging the issue:
First off all make sure to have WP_DEBUG turn on in your wp-config.php file: Debugging in WordPress. If you see any error, fix it. If no error, continue to the next task.
Activate the default WordPress theme Twenty Fifteen and try to add and image to a post again, if it doesn't work, it means that your theme is not the problem. Continue to the next task.
Deactivate all your plugin, one by one, and try to add an image to a post after each plugin deactivation. If after deactivating all the plugins the error continues... the next task.
If nothing works, I will re-install WordPress. You can keep your themes, plugins and media by keeping the wp-content folder. Just delete wp-admin, wp-include and all the files, download a new version of WordPress and upload again this files.
In my case the problem was with a multi language issue (plugin Polylang).
The pictures were associated with a specific language, somehow.
To fix : go to "Languages", then "Settings", then desactivate for Media :
"Activate languages and translations for media"

The whole wordpress website got RESET

My wordpress blog was working perfectly fine, until one day when suddenly my blog got down. All I could see was a blank white page. I still don't know the reason.
But initially, I was able to figure out the Debug messages, which were some compatibility issues between prototype of function Walker() and some theme function extending Walker(). So, I somehow managed to resolve those issues, by changing the theme function prototype.
But still, I could only view a blank page without any error. Then, I went through my child theme files and I found that there was some PHP code written to upload image file in child "style.css". Fortunately, I had backup of my Blog so I restored my child style.css.
After so many efforts, I still couldn't restore my complete Blog.
Although, All the posts and everything is there in DB, but I can't see any post on my Blog and Admin panel. It seems that my created categories are no longer there in Admin panel, when I restored theme.
Can anyone please help me to find out...
Why it happened and How my blog got reset ?
How can I restore my blog and reflect all my posts from DB to Admin-panel & Blog ?
It looks like somebody hacked you up. And, edited some files on your server.
Wordpress, actually doesn't offer any backup features. But, most of the web hosting services have a usual backup option. So, you might consider that.
Or, if your Wordpress database is right in place, as before, then you the possible error is that your Wordpress core files are corrupted or edited by anyone. So, you might consider, deleting your Wordpress and reinstalling it, (without deleting your databases). This would not affect your blog at all, because all Wordpress information is stored in the databases. But, remember to backup the files of wp-content folder and copy them to your new installation.

Wordpress (Woocommerce) Edit address logs me out

I hope you can help.
I've installed Woocommerce for Wordpress and have the following problem.
When a user goes into the page to edit billing address it logs the user out - refreshing the page or saving the new address takes you back into the login screen.
I have no idea how to debug or fix this.
Any help would be much appreciated.
Thanks
Mark
The best way to debug this is to
Change to one of the default WordPress themes. If you are not using a default WordPress theme, deactivate and activate one of the default ones (i.e. Twenty Twelve)
Deactivate any additional plugins (other than WooCommerce).
If it is working that means there's a conflict with either the theme or with one (or more) of the other plugins you are using.
First, re-activate the theme you were using and check. If the error continues, then probably the theme is creating the problem.
If it works fine with the theme, move to the plugins. Start activating one at the time and test. See which plugin is causing the problem.

after wordpress site hacked only displaying white page

Recently a clients site got hacked on Rackspace and since then I have been trying to recover certain items on the site.
I have cleaned everything up and did a framework upgrade.
Now when I am trying to install something new, make changes, or simply post an update it renders a white page after success...
I have disabled all my plugins and still the same issue.
Have any of you experienced this before and what are some of the steps you could give to recover this...
Thanks in advanced.
Ok, so I have managed to find some good tips that has helped.
Ultimately disabled all plugins, reinstalled wordpress, there were some issues in the following files.
wp-config.php, pluggable.php and class.wp-scripts.php - all these missed a closing ?>
And make sure that your themes functions.php file doesn't have any whitespace.

Resources