tomwrn
Forum Replies Created
-
Hey Brent,
i had the same thing happen.
i removed the plugin folder and my site reloaded.
i then deactivated all plugins except essential ones.i reinstalled and it worked fine!
definitely a conflict with other plugins.
reactivate plugins one by one till you find the culprit.Forum: Themes and Templates
In reply to: Make Suffusion home page a full screen sliderhello, i see you were able to make a full screen slider with suffusion. may i ask how you did it?
Forum: Plugins
In reply to: [Yoast SEO] Not enough memory?Hi guys,
I had the same fatal memory error you did and i found a possible solution to look at before adjusting memory. This is for anyone who gets the error in the future.
As others have noted, removing plugins helps but doesn’t fix the problem. That’s because the problem is something else.
In my case (and someone else I saw online) the problem was caused by an entry in the theme settings. One of the text entries was getting a whole bunch of //////’s added to the text entry every time the page was saved. When I got the memory error, the entry had gone from “This is where my studio is” to “This is//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// where my studio is” but with about a thousand slashes!
I suggest that anyone having the memory problem look through their text entries in theme settings for a similar problem. Not sure what causes it but sure glad to know how to fix it.
Hi guys,
I had the same fatal memory error you do, i found a possible solution.
As others have noted, removing plugins helps but doesn’t fix the problem. That’s because the problem is something else.
In my case (and someone else I saw online) the problem was caused by an entry in the theme settings. One of the text entries was getting a whole bunch of //////’s added to the text entry every time the page was saved. When I got the memory error, the entry had gone from “This is where my studio is” to “This is//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// where my studio is” but with about a thousand slashes!
I suggest that anyone having the memory problem look through their text entries in theme settings for a similar problem. Not sure what causes it but sure glad to know how to fix it.
Forum: Fixing WordPress
In reply to: Fatal errorHi guys,
I had the same fatal memory error you do, i found a possible solution.
As others have noted, removing plugins helps but doesn’t fix the problem. That’s because the problem is something else.
In my case (and someone else I saw online) the problem was caused by an entry in the theme settings. One of the text entries was getting a whole bunch of //////’s added to the text entry every time the page was saved. When I got the memory error, the entry had gone from “This is where my studio is” to “This is//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// where my studio is” but with about a thousand slashes!
I suggest that anyone having the memory problem look through their text entries in theme settings for a similar problem. Not sure what causes it but sure glad to know how to fix it.
Forum: Fixing WordPress
In reply to: Constant fatal errors and memory issuesHi guys,
I had the same fatal memory error you do, i found a possible solution.
As others have noted, removing plugins helps but doesn’t fix the problem. That’s because the problem is something else.
In my case (and someone else I saw online) the problem was caused by an entry in the theme settings. One of the text entries was getting a whole bunch of //////’s added to the text entry every time the page was saved. When I got the memory error, the entry had gone from “This is where my studio is” to “This is//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// where my studio is” but with about a thousand slashes!
I suggest that anyone having the memory problem look through their text entries in theme settings for a similar problem. Not sure what causes it but sure glad to know how to fix it.
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryHi guys,
I don’t know if anyone is still having the fatal memory error but in case you do, i found a possible solution.
As others have noted, removing plugins helps but doesn’t fix the problem. That’s because the problem is something else.
In my case (and someone else I saw online) the problem was caused by an entry in the theme settings. One of the text entries was getting a whole bunch of //////’s added to the text entry every time the page was saved. When I got the memory error, the entry had gone from “This is where my studio is” to “This is//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// where my studio is” but with about a thousand slashes!
I suggest that anyone having the memory problem look through their text entries in theme settings for a similar problem. Not sure what causes it but sure glad to know how to fix it.
Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!closed topic.
Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!Disregard, please.
I think I figured out enough to get me going in the right direction.
Thanks for your help.Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!Hey Aaron,
I didn’t intend to bother you again. While I was able to fix that one issue with your help, i didn’t know how to use the theme i had to create links on the side. so i’m experimenting with other themes again. i’ve gone through about 50 themes in the past week. going through lines of php and css code that i don’t understand is frustrating.
Here’s my question.
Since I only need a very basic design, can you recommend a theme or online guide so I can create it? I have a plugin to create the background slideshow on each page. All i need on top of that is links on the side on each page. thats it.all of the tutorials i’ve looked at build a page from scratch using a horizontal menu and lots of other elements i dont need. i don’t even need a menu, just a few links to the other pages.
can you (or anyone else) point me in the right direction?
Tom
Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!thank you.
where does that code go? with the header info?
Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!oh, you are a genius!
that seems to have worked.
thank you!I’d like to pay you something via Paypal for your efforts.
I don’t have much but if you send your email address, I can send you a few bucks.By the way, any thoughts on relocating the menu to the side?
Tom
Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!i looked at my page source code and see the code i want to remove
<div class=”main-container container”><div class=”row”>
<header class=”page-heading block-background block-inner”>
<h3>gallery 3</h3>
<div class=”minimize”></div>
</header><!– .page-heading –>i just don’t know what file its from on my server.
(i know its titled “gallery 3” with page id “2” but can’t find any file named that.Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!i didn’t notice a difference with that h3 removed
i inspected the element in firefox for the page title that i wanted to remove.
i grabbed a screenshot.
https://www.flickr.com/photos/123445534@N02/13904726762/it seems to be referring to <h3></h3>
<header class=”page-heading block-background block-inner”>i don’t know what file this is in.
Forum: Fixing WordPress
In reply to: newbie needs help with editing basic page!correction. your code modification for style.css removed the – sign from the page title bar but the page title still remains.
thanks again.