Lorfarius
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: Out of memory IssueNo that’s great! There’s bound to be a time when it happens again knowing my luck so I’ll keep note 🙂
Forum: Fixing WordPress
In reply to: Fatal error: Out of memory IssueFixed 🙂 I decreased the image size and it worked! Thank you sssoooo much!
Forum: Fixing WordPress
In reply to: Error 500 – Internal server errorThanks to someone off forum I’ve managed to fix the issue, something to do with the .htaccess file. For those who come across this in future all I did was create a txt file, rename to .htaccess and uploaded it to the root folder of my site. The info I pasted in was:
Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .phpForum: Fixing WordPress
In reply to: Error 500 – Internal server errorNow I’m pretty much screwed 😐 The Error 500 – Internal server error, keeps popping up and deactivating all of my plugins is no longer doing the trick! Does anyone have any idea what I can do?
This is my front page at the moment:
Forum: Fixing WordPress
In reply to: Error 500 – Internal server errorTurning off a few plug ins fixed the problem right up until I reactivate them. All of them are up to date and this wasn’t happening a week ago, haven’t changed anything either and no new plug ins. Does anyone have an idea what could be causing this? I’m really worried I’m going to lose access to my entire site, I’ve thousands of articles, images, videos etc Word Press is the back bone to it all.
One thing I haven’t done is upgrade to the latest version of Word Press mainly because I’m worried it will bring the full site down in one fell swoop.
Forum: Fixing WordPress
In reply to: Error 500 – Internal server errorDesperate to get this fixed as my Home Page can no longer be accessed for editing. Can post content to seperate pages but can’t then add them to the home page.
I’ve disabled all the plugins but no joy.
Forum: Fixing WordPress
In reply to: Font sizes and stretching text correctlyJust added it and tried changing it to 25px but nothing happens 🙁
Forum: Fixing WordPress
In reply to: Font sizes and stretching text correctlyAll I have on my stylesheet is this, can’t see the adding p section:
/* Default Stylesheet */
@import url(‘css/default.css’);
/* User Override Stylesheet */
@import url(‘user.css’);/* Trick the WordPress Theme Bot *Evil* */
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.floatleft { float: left; }
.floatright { float: right; }
img.aligncenter, img.alignright, img.alignleft { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding: 4px; }.textcenter { text-align: center; }
.textright { text-align: right; }
.textleft { text-align: left; }.wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }Forum: Fixing WordPress
In reply to: Hiding Page TitlesFantastic, thank you very much 😀
Forum: Fixing WordPress
In reply to: Button not fitting textSorted. Just removed a blank line before the Read More bit and the button corrected itself. Always the simple stuff!
Forum: Fixing WordPress
In reply to: Button not fitting textIt was an extra line in the HTML code. Just deleted it and joined the Read More to the same line as the permalink part and its worked 🙂
Forum: Fixing WordPress
In reply to: Post/updates on Home page. Think I've screwed upForgot to add that I’ve created around 350 posts with 11 pages.
Forum: Fixing WordPress
In reply to: Images and thumbnailsThis is what I have so far clicking an image loads a LightBox preview window:
http://www.nes-bit.com/?page_id=2856
I can change the size of the thumbnail if I mess with the HTML but the resulting image stays exactly the same. I want to be able to have a bigger image linked in from a smaller thumbnail the idea being you can read each page one by one within the browser.
Forum: Fixing WordPress
In reply to: Posts, pages, everything disappearing in EditSolved. Deleting every single plugin fixed the issue.
Forum: Fixing WordPress
In reply to: Posts, pages, everything disappearing in EditI just tried switching to the default twenty ten theme and everything works perfectly however as soon as I switch to the Arras one the edit stuff on just one page (the most important one!) disappears.