songdogtech on "auto save question"
Check your wp-config.php file for this line define ('WP_POST_REVISIONS', 0); and delete it. Or change the value to the number of revisions to save. Look in functions.php, too.
View ArticleAndrew Bartel on "Auto switch to mobile theme"
I believe you'd need to set up a subdomain, ex. m.mysite.com instead of mysite.com and use a separate WordPress installation, although you get reference the same database.
View ArticleJosh on "Can't edit in text editor"
Try this in Firefox: 1. At the top, click "Tools", then "Options". 2. Go to the "Privacy" tab. 3. Click where it says "clear all current history". 4. In the popup window, make sure "Cache" is selected....
View ArticleJosh on "Creating a Form within a page"
Can I just copy and paste my html code that is required into the page? While you "COULD"... I wouldn't. The first time you, or another user, accidentally switches the view on that page... BAM... it's...
View ArticleJosh on "What php affects the Categories pages?"
Can anyone tell me what php template affects the categories pages? Never edit core WP files. Your changes will be over-written whenever you update WordPress. Instead, use a child theme.. and make your...
View Articlejcastaneda on "What php affects the Categories pages?"
What do you mean the categories pages? Do you mean when you are looking at say category: Philosophy and it shows all the posts? Can you please clarify a litte more, please?
View ArticleWPyogi on "inconsisent css"
Okay! I'll look at the CSS, but there are a bunch of mark-up errors that you still need to fix -- sorry, I know these are a pain, but it's really a waste of time to try to fix things when there are...
View ArticleWPyogi on "inconsisent css"
A bunch of the other errors are because of this: <span class="orbit-caption thumb-on" id="post-213"> <h5 class="orbit-title2">A-Frame Coop</h5> <p></p> </span> You...
View ArticleWPyogi on "inconsisent css"
I just started looking at the CSS and noticed that you are not using a valid child theme -- are you aware of that? There is no @import line and you have the entire (modified) twentyeleven stylesheet. ??
View Articlergallison on "inconsisent css"
WPyogi, thanks Seems like the mark-up errors are the problem! Header no longer shifting after fixing the hgroup error. I have no idea why I thought of putting <p> instead of just changing the...
View Articlergallison on "inconsisent css"
I am aware. I was having trouble overriding things. I suppose I should fix that too
View ArticleJacksfly on "removing frame, padding from image"
Thank you for the quick answer. I added the code but that did not change.
View ArticleWPyogi on "inconsisent css"
The thing is, the CSS is pretty much of a mess -- you have all kinds of stuff that is going to be really problematic, especially if you want it to work on different devices and across browsers. I know...
View ArticleWPyogi on "removing frame, padding from image"
It's getting overridden by the Day.css stylesheet. But you should be aware that all of your changes are going to be erased when you update the theme - -that's why I suggested a custom CSS plug-in or...
View ArticleWPyogi on "inconsisent css"
I hope you don't take that the wrong way -- what you've done is really quite lovely -- just that I'd hate for you to get any further and have bigger problems with it :). Post back if and when you need...
View Articleresad on "Why are my widget texts italicized?"
Sorry - should have included that: PitcherAndPlate.com
View Articlejcastaneda on "inconsisent css"
Sound advice there from WPyogi. Make sure HTML is valid before making any CSS styling is one thing I have learned from the last few months of messing with WP themes. Makes things a little easier if you...
View Articlejcastaneda on "Why are my widget texts italicized?"
You have an <em> element wrapping your sidebar.
View Article