KOB
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [The Bootstrap] Widget Title Size ObservationThe documant outline in HTML5 is different, which is why you can start with h1 in every sectioining element actually.
Forum: Themes and Templates
In reply to: [The Bootstrap] Bootstrap 2.3.1 update ?Probably not any time soon, I’m sorry. ??
I just can’t seem to find time to get around to it.Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8As esmi pointed out, conditional comment CSS is the best way to address it.
Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8Yes, try and see! ??
Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8Thanks! ??
Oh, by the way, you don’t need to use
@import
in your Child Theme’s CSS file. When there is a Child Theme in use, The Bootstrap automatically enqueues the child’s stylesheet with the right dependency to the parent’s stylesheet.Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8Hi dstrosin,
I’m excited that you chose to build you website with The Bootstrap, thank you!
The layout bugs you experience are the ususal hick ups you get when trying to make a Theme cross-browser compatible.
For example:
- Try to use
.social li { display: inline-block; }
to start getting the social bar in order. - Or the misplaced icon for ‘Web-Based DAM’? In IE8 it just needs more width than that to display correctly.
As far as I can tell, none of the issues are caused by The Bootstrap, right?
Just have patience and try to solve the challenges IE present one-by-one. And remember: Many IE7/8 related workarounds are already discussed somewhere, Google can help you find them. ??Thanks,
KonstantinThanks! ??
Right, I don’t use the big grey button on the project’s homepage.
I use the bigger blue button on the customize page. With all checkboxes enabled, though.
I don’t know exactly. I added
height: auto;
to the selector so it shouldn’t mess it up too bad ??You can check out the updated version by downloading the Theme from the master branch on GitHub.
Is the topic resolved for you?
Thanks,
KonstantinThanks for bringing it up!
I fixed the issue and submitted a new version for approval to the repository.
Konstantin
Forum: Fixing WordPress
In reply to: Featured image not showingSounds odd, that it is a filetype issue.
Have given WP Display Header a shot?
Forum: Plugins
In reply to: [WP Google Suggest] [Plugin: WP Google Suggest] It does absolutely nothingHello tommyg73,
I am sorry that you had a bad experiece with one of my plugins.
Did you use the plugin with a custom or a default Theme? Please make sure, that the search field has
id="s"
in order for the AJAX to work.I just retested the Plugin with TwentyEleven and it works as expected.
Thanks,
KonstantinHi Lisa,
can you tell me what version of PHP and WordPress you’re running?
Thanks,
KonstantinHi David,
have you checked out Twenty Eleven’s
functions.php
file? It has custom header functionality implemented, maybe that can help you along?Konstantin
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Comments suggestionsI’d like to see the comment box be only inlcuded when
is_singular()
. To me it makes less sense on overview pages…As to the width issue, consider using the global
$content_width
variable, which is (supposed to be) set by every Theme.Forum: Plugins
In reply to: [WP Approve User] [Plugin: WP Approve User] Multi-siteOkay, but what problems do you experience exactly with my plugin in MS?
- Try to use