pezholio
Forum Replies Created
-
Forum: Plugins
In reply to: [PB Responsive Images] Fallback for IEExcellent, thanks for the detailed help 🙂
Forum: Plugins
In reply to: [PB Responsive Images] Fallback for IEHere you go – I’ve commented out my hack, so it should be working normally:
Forum: Plugins
In reply to: [PB Responsive Images] Fallback for IECool, ta. I couldn’t see any obvious JS errors, but I’m not the best when it comes to JavaScript!
Ah, that’s great, thanks. The
scopeattribute isn’t the end of the world, as long as I’ve got headers.Cheers
Forum: Fixing WordPress
In reply to: Custom post types not showing under Appearance > MenusAh, that’s interesting. They were indeed unchecked and now show up. However my user says they didn’t uncheck them. Is there any way of making sure they’re checked by default?
Cheers
Forum: Plugins
In reply to: Javascript Show/Hide in widget optionsAh, seems like I’ve nailed it. I changed the IDs to classes and, presto changeo, it worked! Thanks for the pointers!
Forum: Plugins
In reply to: Javascript Show/Hide in widget optionsThanks, but that’s still not working for me. I probably didn’t make it clear that this is in widget options in the backend, rather than on the main frontend of the site, so using
wp_enqueue_script('jquery')beforewp_headisn’t an option unfortunately. I’ve also set up an alert that runs onload, which actually runs twice, could that have something to do with it?I’ve put my code in a Gist here to give you more of an idea of what I want to achieve:
https://gist.github.com/896f11d7ca928681a253
Thanks a lot for your help so far 🙂
Forum: Plugins
In reply to: Javascript Show/Hide in widget optionsOn reflection, my problem looks very much related to this:
http://wordpress.org/support/topic/289414?replies=1
Although there are no replies – seems like it’s been an issue since 2.8. Anyone know whey the WP team would put this ‘feature’ in?
Forum: Plugins
In reply to: Javascript Show/Hide in widget optionsYeah, admittedly I was being a bit lazy there doing an onclick! Just wanted to get it working first, and then tidy up later.
Doing it properly still doesn’t seem to work, even if I just try an alert and again, I don’t see any errors in Firebug??!
Forum: Themes and Templates
In reply to: Background for #page div not workingApologies, got it sorted, all I needed was to look at the header!!