magnus13
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mins] Looping video headerI thought about using the YouTube URL to see if perhaps it would work then.
I tried a few things with manipulating the YouTube URL but it didn’t seem to make any difference
Forum: Themes and Templates
In reply to: [Mins] Looping video headerI thought about using the YouTube URL to see if perhaps it would work then.
I tried a few things with manipulating the YouTube URL but it didn’t seem to make any difference
Forum: Fixing WordPress
In reply to: Header video loopingOh, sorry. It’s called Mins and seems to be a Primer child theme. I found it from the Add New Theme option in my dashboard section.
The video header function seems to be an underlying WordPress function as far as I can tell so I didn’t think the theme mattered. But of course I could be wrong.same here
Forum: Installing WordPress
In reply to: Weird PHP version conflict please help!Try adding the following to .htaccess if you are hosting with 1and1.com:
AddType x-mapp-php5 .php
Had the same problem as the original poster and this solution worked for me; thanks.
Forum: Fixing WordPress
In reply to: Visual Edit Mode text is invisibleNow, in the Visual editor mode (Page > Edit Page>), the text is invisible (white font on white background). I can see the red misspelling underlying squiggles, but I cannot see the content. If I highlight the content with my mouse, I can see it all there
I’m having this same problem. Anyone have any suggestions?
Forum: Installing WordPress
In reply to: Can't install… Get blank screen…Okay, well my problem was once again my own – I forgot to put in my database password in wp-config.php
/sheepish
Forum: Installing WordPress
In reply to: Can't install… Get blank screen…Same here – blank white page when I call the install script. I tried deleting everything and reuploading the entire package; didn’t help.
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] 500 Internal Server ErrorI get a 500 internal server error when I try to activate the plugin. Any ideas why that might be?
Forum: Installing WordPress
In reply to: "Error 403 – Forbidden" after installingWell, I finally figured it out. Thanks to everyone who tried to help. The solution proved to be quite simple.
I had to edit my .htaccess file to allow “index.php” as a valid default index page.
My .htaccess file for the top level of my domain only had this line:
DirectoryIndex index.htmlI just had to change it to
DirectoryIndex index.html index.phpAnd then everything worked.
Forum: Installing WordPress
In reply to: "Error 403 – Forbidden" after installingAre you using permslinks? If yes, check if mod-rewrite is enabled.
No, permalinks settings are currently to Default.
Forum: Installing WordPress
In reply to: "Error 403 – Forbidden" after installingIf that does not resolve the issue, Download WordPress again and replace your copies of everything EXCEPT the wp-config.php file and the /wp-content/ directory with fresh copies. This should replace your core files without changing your content and settings in wp-config.php file and the /wp-content/ directory.
I did this – no change.
Visiting the URLs on a completely separate computer returns the same results, also.
Any other ideas?
Forum: Installing WordPress
In reply to: "Error 403 – Forbidden" after installing-deactivating ALL plugins temporarily to narrow down and possibly fix the problem . If the problem goes away, activate them individually to find the culprit?
There are no plugins activated. There aren’t any plugins even installed besides what comes with the installation package – I haven’t been able to log into the dashboard after installing until just now (see above) so there’s no way I could have any plugins…
-switching to the default theme (Twenty Ten) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue?
Again, haven’t been able to access WordPress before now so there is literally nothing there besides the default package.
As of right now, the WordPress dashboard works but visiting the blog itself still returns a 403. Help!
Forum: Installing WordPress
In reply to: "Error 403 – Forbidden" after installingAlso, in case this helps figure it out:
When I go to “[my blog]/wp-admin/”, I get the 403 error. However, when I go to “[my blog]/wp-admin/index.php”, I get the login screen and the WordPress dashboard functions properly.
I tried the same thing for viewing my blog (went to “[my blog]/index.php” instead of just “[my blog]/”) but it didn’t change anything there, I still get the 403 for both URLs.
Forum: Installing WordPress
In reply to: "Error 403 – Forbidden" after installingI mean is when you created a database and create user you have to allow all privileges as you are admin to access database.
I don’t know how to do that. The only options I see when I make a new database are “Description” and “Password.”