jknetdesign
-
twentytwelve theme css mess
Not sure what to do because I did find a web font but it needs to have a specific kerning and such. I did find this Your text to link here...
-
twentytwelve theme css mess
Yeah we're on the same page with restructuring. As for the H1 logo. Appropriate font styling is easier said than done when it comes to the designer. So I used the logo as the h1 site title and text as the h2 tagline. Just don't know how e…
-
twentytwelve theme css mess
For your side note, can you give me an example? As for the height I need on the header, should I set a height to something like hgroup, #branding, or #header? Or just use the margins on the elements to push the height? Also, if you inspect the mai…
-
Override css in javascript form
Sounds like it's not possible since they're remote injections. I was hoping there was a way to override.
-
Override css in javascript form
Correct, I'd have to pay a subscription so Formstack allows me to create a custom theme. What you see here is their default blank theme.
-
Override css in javascript form
What am I supposed to do with that code. Looks like you're trying to connect the javascript to my css?
-
Override css in javascript form
I want to get rid of the white and grey backgrounds. Then color, size and position the submit button.
-
nav full width on twentytwelve theme
html { background:url('images/fade.jpg') repeat-x scroll 0 0 transparent !important; } body { background:url('images/red.png') repeat-x scroll 0 167px transparent !important; } I ended up using the background fade in the html …
-
iPhone media query
Yep, that gave it the smaller margin I wanted on 320px wide, but it's odd how the page moves around horizontally when you move your finger around. Is this normal for media queried websites on t he iPhone? ty
-
Please Critique My Website
At first I thought you were just showing it off but I guess you can just keep going in constant pursuit for perfection. With a site this cool you mine as well add hover effects to the arrows(yes, when you roll over just he arrow), the 3 footer widg…
-
Custom Post Type?
If you're interested in this method give me another suggestion like email or JS Fiddle and I'll get back to you tomorrow.
-
Custom Post Type?
I did what you suggested. Here's the image call that didn't show up.
-
Custom Post Type?
Get the plugins Advanced Custom Post Type and Simple Custom Fields. Add this code to your functions.php //Custom Post Type function ucc_pre_get_posts_filter( $query ) { global $wp_query; if ( !is_preview() && !is_admin() && !is_si…
-
Can I use otf font
Thank you for the advice. I'll probably just buy it for $29. Does any one know about text shadow in IE9? http://css-tricks.com/forums/discussion/17890/ie9-text-shadow-css-filters-or-jquery
-
Custom Post Type?
Get the plugins Advanced Custom Post Type and Simple Custom Fields. Add this code to your functions.php //Custom Post Type function ucc_pre_get_posts_filter( $query ) { global $wp_query; if ( !is_preview() && !is_admin() && !i…
-
jQuery drop down shift 1 pixel
I added a border: solid 1px transparent to the a class (line 31) and it worked.Thanks.
-
last-child of a class
I ditched the clear class and used overflow:hidden instead, which answered my question.
-
Equally spread ul links of different widths
Thanks to both of you. Is there a way to resolve this thread?
-
WordPress Child theme - weird horizontal scroll
The 960px is kind of the unwritten standard from a few years ago, but your info really opened my eyes. Thank you for taking the time to help me. The media query thing is powerful.
-
WordPress Child theme - weird horizontal scroll
I feel like I'm missing a rule of thumb or best practice when I need to increase the width of twentyten or twentyeleven. If you have a mac mouse with horizontal finger scroller on, you can swipe the whole page horizontal. This is happening to s…
-
Wide WordPress site scrolls horizontal - Tried everything!
I just found the email setting but what do you think about the css question?
-
Wide WordPress site scrolls horizontal - Tried everything!
So far that works! How do I set the form to respond via email when I get a reply? Do you think this rule set is even necessary if I have the wrapper, main, and container all set to 1156px? This one: #access .menu-header, div.menu, #branding, #main,…