Bluej
-
sub-nav won't display: inline
@paulie_D that was so awesome - thank you... I can never seem to find that 'marked solved' button when I want to...
-
sub-nav won't display: inline
Marked solved automatically? Too cool...
-
sub-nav won't display: inline
You're OK tom -- somehow I stumbled on the fix -- so don't worry -- all set for now.
-
sub-nav won't display: inline
Hey tomrogers123 no worries The nav is in the upper left corner And I'm using Chrome
-
Blank page for WordPress feed: what to fix?
OK I found the problem. There was an extra index.php file in my theme folder, with // silence is golden as the content. Removing that fixed the problem for me. Thanks for all the advice - it's all good.
-
Blank page for WordPress feed: what to fix?
Thanks @mostafghanbari The error message refers to a file I didn't touch, wp-includes/functions.php I will go check for extra spaces again....
-
Blank page for WordPress feed: what to fix?
well, in case it helps anybody, in Solution to WordPress Blank Web Pages without error Display, Sataya recommends adding this to wp-config.php: define('WP_DEBUG', true); It worked great to display an on-page error message. You …
-
Blank page for WordPress feed: what to fix?
OK -- since I don't have access to php.ini to turn on error reporting, I'm using Error Log Monitor WordPress plugin By Janis Elsts (wonderful). The warning logged is: PHP Warning: call_user_func_array(): First argument is expected to be …
-
Blank page for WordPress feed: what to fix?
Correction: The blank page is at http://motivationfactor.com/news (I need more sleep!)
-
Rounded corners not working in Chrome
@joshuanhibbert I'm glad you said > I would highly recommend that you avoid the use of extra markup for styling purposes. Yes, it's not a good practice and I'll avoid it. @chrisburton, I thought the same thing and cleared my cache…
-
Rounded corners not working in Chrome
23.0.1271.97 on a mac And the corners of the fill are still square for me.
-
Rounded corners not working in Chrome
@David_Leitch, thanks, that's amazing. So, if I'm to get it to work by nesting two elements, I could do something like: and then style .roundborder, .round-inner { border-radius: 5px…
-
background images not working in Chrome
You guys are awesome. The W3C validator showed a parse error but I didn't see the missing curly brace. Thanks so much.
-
Mobile, css portrait view fine; breaks on landscape
Thank you so much
-
Why don't these @media query rules get applied?
ToxicFire - you are exactly right - thank you.
-
Why don't these @media query rules get applied?
I found the problem. I ran the CSS through a validator. There was an error above this code which prevented it from being processed. All fixed!
-
Mobile, css portrait view fine; breaks on landscape
Wondering what diagnostic tool to use for this -- it looks fine on desktop screen at narrow browser width. So I need a way to play with styles in an iphone browser simulator..... Hmmm
-
Why isn't my stylesheet working on iPhone
I like to have a function add it to all headers automatically. Otherwise I have to remember to add manually if have more than one template or doctype for WordPress
-
Why isn't my stylesheet working on iPhone
Thanks again TheDoc -- it really works.
-
Why isn't my stylesheet working on iPhone
TheDoc I just tried adding your meta tag and it worked perfectly: //add meta tag for responsive styles on iPhones function add_iphone_meta() { ?> ‹meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale…
-
Is there a tool for viewport size feedback?
Thank you everyone - awesome help.
-
Stumper: How to add spacer in the center of a horizontal menu for a badge
Wow thank you for the fast reply. Actually I don't have the badge in the UL list. It is in a separate div, just overlaying the menu. This is to center it exactly. I think I will try this from a different angle (like, a different layout)
-
Feedback on Design and Demo Viewer
Thank you Rai I liked your home page design by the way. I appreciate your reply!
-
Why oh why is IE doing this to me??
Well, in case it helps the next person: WordCycle still had display errors in IE8, as of Aug 1, 2011. The fix that worked for my website comes to this mini-plugin from the bbpress.com forum. Put this in your functions.php: function fix_ie8() { if…