Iceable
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BoldR Lite] Remove uploaded header imagesThanks NoahB.
Precision: This is not even a workaround actually, this is how it works 🙂
Please also note that this is a WordPress Core feature (not directly related to this particular theme.)Forum: Themes and Templates
In reply to: [BoldR Lite] Drop down arrows on menu are buggy in firefoxI recently noticed this too; this is a glitch in firefox (reported here: https://bugzilla.mozilla.org/show_bug.cgi?id=649849)
I’m working on finding a way to circumvent this (while hoping Firefox itself will be fixed soon)
Forum: Themes and Templates
In reply to: [BoldR Lite] remove author meta data in posts.postmetadata .meta-author { display: none; }
will do this 🙂
Also make sure to add this in css/theme-style.css, as the default “style.css” is not used by the theme. (It will be in the next revision for easier custom css use and to improve child-theme support.)
Forum: Themes and Templates
In reply to: [BoldR Lite] Mobile Theme Text Wider and Switch to Desktop LinkI just noticed these questions were already submitted in the review section; and I just answered them here: http://wordpress.org/support/topic/slick-design?replies=3#post-4314970
Forum: Reviews
In reply to: [BoldR Lite] Slick DesignThanks for the kind word, greatly appreciated 🙂
– Text based title (instead of uploaded logo) has been suggested and taken into consideration. This option will be available in the next revision (1.1.3) – coming very soon !
– Adjusting the date and comment boxes on mobile can be done with a few CSS edits.
If you know a bit of CSS, you can add your own styles in the media queries blocks from line 1597 in theme-style.css– A “switch to desktop” button would need to be able to override all css media queries; which unfortunately is currently not possible without quite a few changes to the code. Though I’ll consider this request for a future update 🙂