mata12
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] scroll from in page link/btn to another pageOh and also, if I were to replace #process in the button href and in the div id on the about page, with #sign-up it works! What the heck?
Forum: Plugins
In reply to: [Use Google Libraries] Post editor fields not working after WP 4.0.1 updateI’m having the same issue. Although the WordPress Seo by Yoast field box is toggling up and down but there aren’t any fields visible when toggled (Page title, meta description etc.)
This also seemed to have happened after the automatic WP security update to 4.0.1. I disabled the plugin, other plugins, nothing. Everything is up-to-date.
Forum: Fixing WordPress
In reply to: WordPress 3.8 update not uploading new imagesOkay I with godaddy figured it out.
Here’s the deal.
I originally had developed my site on a subdirectory root/site/
when I went live I changed the wp and site address URL’s then just moved the index.php and .htaccess files to the roots while changing the require line in index.php to point to the subdirectory all exactly like the codex says to do. Well, that didn’t work for some reason. I don’t know if I didn’t update permalinks at that point or what.So then I basically copied all the files from the subdirectory to the root. And voila, the site was live and life was good.
Until I updated to wp 3.8. SEE ABOVE.
while I was uploading images I thought to myself lets check the subdirectory folder /uploads/2013/12… to see if by chance that wordpress is uploading the images to there. What did I find… all of my images that I was uploading at all different sizes like it’s suppose to.Well at that point I knew we could fix it!
For some reason the sql database still had the path of the subdirectory as the place to upload the images. Got rid of the subdirectory in the wp_otions table in the upload_path so it pointed to the root and YEAHHHH BABY! I can now upload images again. WHOOOOOO! Victory!Forum: Fixing WordPress
In reply to: WordPress 3.8 update not uploading new imagesJust one more question… Could this ever be fixed if wordpress releases another update?
Forum: Fixing WordPress
In reply to: WordPress 3.8 update not uploading new imagesresetting plugins folder a no go…
Awesome! Well at least I’ll never have to work on this site again!
Forum: Fixing WordPress
In reply to: WordPress 3.8 update not uploading new imagesOkay so uploaded fresh wordpress files and nothin. media upload still doesn’t work correctly. No thumbnail no upload.
Last thing is to do #2 fix from above… and then apparently I’ll never be able to upload another image again…great!
Forum: Fixing WordPress
In reply to: WordPress 3.8 update not uploading new imagesclarify…got off the phone with them before I just saw that. So I haven’t called them back yet. Uploading fresh wordpress files now.
Forum: Fixing WordPress
In reply to: WordPress 3.8 update not uploading new imagesAs my post illustrated I did deactivate all plugins and activated a default theme. Then I tried to upload an image and it still didn’t work.
I’m trying your #3 fix now.
I also see this could be a godaddy issue. I just got off the phone with them to no avail…
Forum: Fixing WordPress
In reply to: Image upload/featured image issuehaving this exact same issue and thank you for the solution but I don’t know which tables are responsible for the image upload issue. I tried my host to no avail as database and wordpress stuff they like to stay away from. Not sure how to reboot SQL container either. Looked for stuff online and couldn’t find anything.