mdumka
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] No file paths defined.Just to add to the mystery … the files did make the transfer as well.
Forum: Themes and Templates
In reply to: Twenty Twelve – Changing the default layout to full widthWow … what a bone head move by me. I completely forgot to remove the out of the box Widgets.
Thanks for helping me find what is hidden in plain sight.
Forum: Themes and Templates
In reply to: Twenty Twelve – Changing the default layout to full widthSorry … in just reading my post it seems I may not have explained myself fully.
What I am looking for is my default layout to be the ‘full width page template, no sidebar’.
So I guess I screwed that one up a little, it really has nothing to do with width other then the name of the layout.
So what I am REALLY saying (Ha) is that I am trying to change the default layout of the Twenty Twelve theme to be the full width layout with no sidebar.
Thanks
Forum: Themes and Templates
In reply to: Twenty Twelve – Changing the default layout to full widthThanks … I have already done that. I know how to create a child theme, but I am having a lot of trouble finding where I can set the default layout to be ‘full width’.
That is the only thing my users want to change, they like the Twenty Twelve theme the way it is, nice and simple (and works good on phones).
But they do not want any sidebar.
The other reason I don’t want to get into customizing is to ensure that we are as compatible as possible for future upgrades.
Forum: Themes and Templates
In reply to: Change the Width's for the columns on Twenty ElevenI can’t post a link to my site becuase it is on a development environment inside a corporate firewall.
As for searching, that is the 1st thing I did, nothing with an answer in it on Google or this forum other then some pointing to Zeak’s child theme.
http://wordpress.org/search/Twenty+Eleven+Column+Width?forums=1
If I am in the incorrect forum where should I post CSS questions? I though this was the appropriate forum as XHTML and CSS are listed in the description.
Forum: Themes and Templates
In reply to: Change the Width's for the columns on Twenty ElevenThat’s the problem, when I did into the code. Those 3 id’s I listed are the 1st places that glow using FireBug. If I did any deeper I don’t understand what’s going on (kind of why I am needing help :)).
If I did deeper, what effect are those styles going to effect the more global styles like listed above. I am not asking for someone to fix my problem with thier own code, just looking for someone to pointmen in the right direction …
Thanks for all the help.
Mike
Forum: Themes and Templates
In reply to: Change the Width's for the columns on Twenty ElevenSorry … I should have said that I did that.
I only have the 1 style.css file and the three styles above in the file. I did not want to add anything more to complicate it as I (cough) thought that was all I need.
So where should I go from here?
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionOk … Mind has been swirling a bit and I think I have something but first … how is a page called?
So you have this page … http://example.com/?p=10 where the page/post ID is 10.
How does that get dumped into the loop?
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionOk … I am not sure I understand.
How would I set this up with the actual page … If ‘About Us’ has to be edited but not published … how would the previous revision be viewed?
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionWow … Let me take some time to soak this in … but this looks fantastic!
Thanks so much …
Mike
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionThis is for a corporate implementation … and people want to see what a page is going to look like in context of the rest of the website.
I know this may sound strange but its a big requirement when using this as a CMS … at least for our company.
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionOk …
So then to get on to that stream, where is the post_status set?
I am guessing that it happens any time a post/page/custom type is created or updated.
Now the question is … in what file does that happen?
Because if I can find that, I can modify it to not update the post_type and then it can be searched using our queries above.
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionOK … here is the Scenario …
I have a published ‘About Us’ page. It’s post_status is ‘publish’. Its currently on revision 9.
This page is Live …
I then make an edit to the ‘About Us’ page, I change the post status to ‘draft’. It is now on revision 10.
When my users visit the site, currently the way WordPress works is my ‘About Us’ page would not be visible becuase it’s status is ‘draft’. I want to customize the loop to show that last page that had a post_status of ‘publish’.
So that way my users see version 9 of ‘About Us’ while I work on version 10 in private.
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionOk … Now I completely understand the last query.
But now in looking at my database … every revision of any page/post other then the published one has a post status of ‘inherit’ if it is not ‘publish’.
I need to keep a record of the statuses … how do I do that so I can query against it?
Forum: Fixing WordPress
In reply to: WordPress Loop QuestionOk … but what if I have version 9 as published, but version 10 as draft?