Wordpress Plugin not showing on admin side - wordpress

I've migrated a Wordpress theme onto my localhost for some dev work. I'm trying to install a new plugin, and weird things are happening.
If I install the plug-in manually by dragging the file into the wp-content>plugins folder, the plugin never shows up on the admin panel.
If I install the plug-in through the admin panel (by search or by upload), it shows up and activates on the admin side, but then the files for the plugin are nowhere to be seen on my harddrive. I searched in the plugin folder, nothing. I searched the entire computer. nothing.
Interesting, from the admin panel itself the files are shown when I click "edit". Does anyone know why this is happening?
Thank you!

figured out the answer. Turned out I didn't update the wp_option table of the database, so I was literally logging into the admin from the old site. Doh. Thanks all!

did you update the home url and site url in your wp_options? Sounds like you are logging into the backend of the live website

Related

Unable to edit my Wordpress website (through MAMP)

I downloaded MAMP and Wordpress and started creating my website. Later, when I tried to access my website to edit it, I found I could only view it and but don't know to get to the page where I can edit it.
I open MAMP and click 'Open WebStart page' and it opens the start up page. Originally, I thought I was able to click 'My Website' at the top and it would take me to a page where I could edit it. Now it just takes me to a preview of the actual website.
I finally decided to just create a new WordPress page but when I watched a tutorial, I noticed the person clicked 'phpMyAdmin'. I don't have that as an option, my menu says 'Start, My Website, phpInfo, Tools, FAQ, Mamp Website.' So I'm very confused and can't even figure out how to start over. Any help would really be appreciated. Thank you!
As far as accessing phpMyAdmin you may have to go into your MAMP preferences, select PHP and then select 7.0 PHP version that will initialize the phpMyAdmin link. However that does not solve the dashboard problem.

WordPress Woocommerce 'view basket' link points to old website

I have developed a WordPress webstore using Woocommerce which works fine on my dev server (e.g. dev.foo.com). However when I migrate the site to my live production webserver (e.g. livefoo.com) and point the live domain to the site the 'view basket' button which appears once you have added an item to your basket still links to the dev server (e.g. dev.foo.com/basket, instead of livefoo.com/basket). I have run a couple of search and replace plugins to update the mysql database to change any instances to the new domain but the problem still remains. Any ideas?
Thanks
Thanks for everyone's help. I ran through and checked permalinks, database etc. I finally found some hard coded lines in a woo commerce template page called 'footer-woo.php' which I replaced and everything now is working fine.
That sounds like you need to go to your wordpress setting and save your permalinks so it can be rewritten. if this does not solve the issue please export the database again and open it in wordpad and do a search for the link on your dev site to ensure that the database on the live server no longer has any of these links left in it. wordpad is very useful to use to check ur database file for these bad links. Good Luck

Screenshot.png Not displaying on admin

I have installed a premium theme and changed the screenshot.png and uploaded it via ftp, upon looking at the admin panel it still display the old screenshot.png and the link it was linking was
http:// www. mysite .com/wp-content/themes/mytheme/screenshot.png
and if I directly go to the link
mysite.com/wp-content/themes/mytheme/screenshot.png
it shows my new screenshot but not showing on my admin panel, why does the admin panel detects the screenshot with www and if I look on my hosting file manager my theme has the new screenshot. I've tried to delete and reinstall wordpress from scratch including the theme but still doing the same thing. any thoughts?
Thanks!
It's probably cached. Try CTRL+F5 or clear browser cache and see if that helps.
A quicker solution is to add a query arg to the end of the url, like ?refresh=1 which would make your browser think it is a different URL, even if the query arg doesn't do anything. This won't fix the original issue until your cache clears, still, but it will tell you that it is working (at least for other people who haven't seen the old version yet).

WooCommerce breaking Wordpress Admin

I've made a clean install of Wordpress on my server and added WooCommerce plugin. Now, some of the pages in the admin panel doesn't display correctly (Dashboard, Media, WooCommerce, etc.).
This is a clean install, only WooCommerce plugin is active.
Do you have any idea why this is happening?
Thanks
Ok so there is VERY little information to go on here so here is the general "Wordpress Broke" debugging guide.
Disable WooCommerce and see if Wordpress goes back to normal. If this is the case then you have to Reinstall WooCommerce. This is where http://docs.woothemes.com/document/known-conflicts would come in handy
If it is still broken without any plugins then you have to check your directory permissions, file structure, and URL Structure.
99% of the time chrome devtools will be your best friend for debuging these problems. It looks like you are not loading some of the core CSS files so lets look to see if you have a a 404, 403, or 500 error when chrome requests them.
Open up chrome and go to the Wordpress admin
Right click anywhere on the page and "Inspect Element"
Look for the red error icon on the right side (top/bottom) and click it to expend the console.
You will probably see the failed requests in there. Make sure the requests are for the correct urls, such as: http://yourdomain.com/wp-admin/load-styles.php or http://yourdomain.com/wp-includes/js/thickbox/thickbox.css
If that are valid URLs and you have verified that the files exist on the server then you have to check directory permissions: http://codex.wordpress.org/Changing_File_Permissions
Best wishes, let me know how it goes
I have seen that problem quite a while right now. You can try adding a specialized theme that has WooCommerce support like BootFrame Core theme. Or any other themes supporting WooCommerce -> https://wordpress.org/themes/search/woocommerce/ . Once, I used a WooCommerce, installed the plugin before changing any theme and had to create a new DB because the one I made before got corrupted due to the theme not working with WooCommerce. It's just a rare case but it can happen.

wordpress theme customization is blank in admin

I am having an issue that i have been unable figure out. The problem im having is when i login to wordpress admin and try ro customize the theme nothing displays besides the nav. I can edit pages, posts, basically do everything in The Admin except customize the theme. When i upload to a live server i dont have this issue. I'll attach a link to an image for visual reference.
I'm running wamp on windows 8 with wordpress 3.5.1. I added the plugin server buddy to check the setup and everyhing appears fine. Permissions were 755 and I temporarily set it to 777 to make sure wasn't that for any strange reason. One thing I notice with folders is if I look at properties read only is highlighted not checked and applying win't save the change. Could be because have them applied in advance security settings?
I have tried this with multiple themes all the same result.
Here is the screenshot.
http://i46.tinypic.com/qs0c2d.gif
Thanks in advance for any help.
I had the exact same problem. I was forcing SSL/HTTPS on the admin console as well. I turned off HTTPS on the admin console (still in use for my shopping cart) and all is well.

Resources