nickhempsey
-
Clicking radio button sends to top of page
Ok, so I figured it out. This was a CSS problem. I was removing the inputs for the radio buttons by positioning them off of the screen instead of just hiding them with visibility.
-
Clicking radio button sends to top of page
I don't think that's the problem, I completely removed jquery.colorbox.js and it's still happening. The only other reference to scrolltop I could find is in admin-bar.js and that's not loaded unless someone is logged in. I gues…
-
Clicking radio button sends to top of page
Ahh... thanks, it's actually in jquery.colorbox.js. I'm not sure why they're using that. I'm going to play around with it a bit and see if I can make some adjustments to it.
-
Opera @font-face displays Japanese(?) characters when using data-icon attr
Interesting... I thought maybe I had a rogue install of Opera. So I reinstalled and it's still all screwy. I hit up BrowserStack and it's showing up fine on a bunch of versions of Opera and different OS's. I guess I'm calling…
-
Opera @font-face displays Japanese(?) characters when using data-icon attr
here's a screen cap: http://cl.ly/LwKr they're in the third section from the bottom. The dark blue band with the video in it. It's supposed to be quotes, facebook, twitter, and email icons. The site is live now... http://mikeisspe…
-
which is the best plugin to get global custom fields in wordpress?
I use Advanced Custom Fields exclusively, I even bought all of the add ons. I absolutely love it. The trick with global fields in ACF is to use an options page then call it to the theme by using the_field('field_name', 'options'…