wowzimmer
Forum Replies Created
-
Forum: Plugins
In reply to: Bug in Advanced Custom Fields?Phew!
The author of Advanced Custom Fields issued and update to Version 4.1.2 today. This has resolved the problem.
Panic over!
Forum: Plugins
In reply to: [Single Latest Posts Lite] Can't get rid of bullet pointTopic resolved
Forum: Fixing WordPress
In reply to: Cannot upload new media, download plugins, update WordPress core.PS. This fix can only normally be corrected by your web host!
Forum: Fixing WordPress
In reply to: Cannot upload new media, download plugins, update WordPress core.Hi Krishna.
I did try to reinstall WordPress manually. Unfortunately it didn’t make a jot of difference!
However, I came across a post that suggested it was linked to the /tmp folder on the web hosts side becoming full. Apparently, it’s something about WordPress sending images (and other uploads) through the temporary folder first. If the web host hasn’t set the folder up correctly then it can become full, preventing anything else being uploaded.
Luckily my web hosts have been great and the issue was resolved in a few minutes of contacting them. They have assured me that it is a one time fix.
If this happens to anyone else I would definitely recommend contacting your web hosts at the outset as it could be a really easy fix.
Phew!
Forum: Fixing WordPress
In reply to: Cannot upload new media, download plugins, update WordPress core.PS.
I can add images via FTP although the image still doesn’t show up in the media library. I presume I could do the same with plugins. It’s a temporary work around but hardly a solution when you consider that the media library is so important to easy organisation and SEO.
Would it be me worth reinstalling WordPress?
Many thanks!
Forum: Fixing WordPress
In reply to: Google Maps API#map img{max-width: inherit;}
Got the answer from StackOverflow. Was convinced that I had messed up loading the Javascript into WordPress as it seems like such a complicated task compared to basic HTML. I hadn’t even considered CSS but am pleased to report that this did the trick!
Forum: Plugins
In reply to: [Single Latest Posts Lite] Can't get rid of bullet pointAbsolutely top notch support. Problem resolved.
Forum: Plugins
In reply to: [Single Latest Posts Lite] Can't get rid of bullet pointAbsolutely top notch support! Problem resolved!
Forum: Networking WordPress
In reply to: Too many redirects and dashboard not workingAha! I’ve learnt an important lesson with this one… Always back up your blog!
Delving into my WP files I made changes that I quite frankly couldn’t trace or put right. As the install was nearly new anyway the simplest solution was just to uninstall all the files and databases from my web host and start over.
At least Multi-user is now working and I have successfully set up a new domain (separate from the original):
- This time I used Fantastico and checked the ‘multi-user’ option
- I made back-ups of the databases along with the following files : wp-content file, wp-config file, .htaccess file at key points
- As Ipstenu rather wisely suggested I checked that the site and dashboard were working as I went through the process
All is now good!
Forum: Networking WordPress
In reply to: Too many redirects and dashboard not workingThis is what was copied onto the .htaccess file when I set up the multisite:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
If I believe was correct as I was setting up multisite from V.3.5?
I haven’t made any other additions or changes to the .htaccess file