actionflickchick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blank spacebetween paragraphsThank you!!!!!
Forum: Fixing WordPress
In reply to: I can’t upgrade.All I had to do was deactivate the plugins while doing the upgrade. It was that simple.
Forum: Fixing WordPress
In reply to: I can’t upgrade.And I can find no php.ini file for that domain.
Forum: Fixing WordPress
In reply to: I can’t upgrade.Edited .htaccess, got this message when I went to home page and had to revert:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@filmgirlforce.patchworkminds.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Forum: Fixing WordPress
In reply to: I can’t upgrade.I did the first one. I need to look into items 2 & 3 now. I tried editing http.php since that’s what the error message said, but here’s what’s on line 1327 and I don’t see what it has to do with anything:
$parts = explode(“\r\n\r\n”, $theResponse);
Forum: Fixing WordPress
In reply to: fatal errorNevertheless, we still shouldn’t be getting that fatal error there, so it does indicate a problem somewhere.
Forum: Fixing WordPress
In reply to: Container width on custom template?SUCCESS!!! Thank you, esmi!
Forum: Fixing WordPress
In reply to: Container width on custom template?Yes, I added this to the custom template:
<div id=”container” class=”1sidebar”>
That did a good job of letting me remove the left sidebar from the page in question, but the custom template has no place for me to alter the container’s width. So I was advised to add this to style.css:
#container.1sidebar { THE CONTAINER INFO }
The part got added to style.css but seems to make no difference, so something’s missing here.
Forum: Fixing WordPress
In reply to: remove sidebar from one page but not rest of siteOkay, thanks.
Soooooooo back to the question: Can anybody else tell me how to widen the container at http://actionflickchick.com/superaction/shop/ because we haven’t done it yet.
Creating 1Sidebar Page Template (page_no_left_sidebar.php) let me remove the left sidebar but we have been unable to alter the container width.
Forum: Fixing WordPress
In reply to: remove sidebar from one page but not rest of siteOkay, style.css has this: #container.1sidebar { [same style info as #container but 200 wider] }
Even though the 1Sidebar Page Template (page_no_left_sidebar.php) had successfully removed the left sidebar from http://actionflickchick.com/superaction/shop/ adding that #container.1sidebar to style.css did not affect the width. I’m still missing some step.
And thanks for all the input. Much appreciated as we work our way there.
Forum: Fixing WordPress
In reply to: remove sidebar from one page but not rest of siteHere’s the code for the custom page template. Exactly how do I widen the http://actionflickchick.com/superaction/shop/ container (the section with the merch info) by the space I saved when I removed the left sidebar?
[Moderated]
Forum: Fixing WordPress
In reply to: remove sidebar from one page but not rest of siteThanks for helping.
I have no idea what you just told me to do with the CSS file. Use #container.nosidebar where, how, and for what? I don’t know squat about CSS.
Forum: Fixing WordPress
In reply to: remove sidebar from one page but not rest of siteOkay, http://actionflickchick.com/superaction/shop/ now has no left sidebar.
But how do I widen its WP container? Its width is determined on the stylesheet, not on the page template. I saw where to make the page use a different template, but nowhere to make it use a different stylesheet.
Forum: Fixing WordPress
In reply to: Plug-In ProblemsBut the number for allowed memory is SO much larger than the number for what it tried to allocate (just 7680).
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size???Where do I find the php.ini file?