Dabrowski
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Alter Recent Posts to Show Recent Day of the Month but Ignore YearYeah, jlib, I haven’t found the answer to this either yet. We have a post of the day that relates to March 4, Mar 5, March 6, ect, throughout the year. Since we posted them in 2012 and it’s irrelevant, I’d like it just to keep cycling.
Hmm.
Forum: Fixing WordPress
In reply to: Alter Recent Posts to Show Recent Day of the Month but Ignore YearI thought wordpress organizes posts using the four digit year as well as the month and day by default. I’m interested in the answer as I’d like to modify the widget code to ignore the year.
Forum: Fixing WordPress
In reply to: How to modify Recent Posts to ignore year?And @jlibersat, please let me know if you find an answer to the problem. If I see your thread I’ll subscribe to it.
Forum: Plugins
In reply to: [Lightbox Gallery] [Plugin: Lightbox Gallery] Tooltip sizeI would like to know the answer to this too.
Found a last-child declaration in
/business-lite/core/css/foundation.cssThe line I commented out fixed the problem, but I’m not savvy enough with CSS to know what purpose that line served and if it is necessary.
.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; } .column:first-child, .columns:first-child { margin-left: 0; } /*[class*="column"] + [class*="column"]:last-child { float: right; }*/ .row .one { width: 4.3%; }Also found this link:
http://cyberchimps.com/forum-topic/wp-table-reloaded-compatibility/Suggestion is that maybe it’s the browser, but I tried alternate browsers and it seems consistently bad. But then I changed to the default WordPress theme, and the table is fine. Seems to be a conflict with Business Lite.
I would think that the other fix would have worked, but hmmm. Will look into it more.