iframe works on a page, but not a single, why?
I assume this is message given by Vimeo? In that case it’s probably better to ask them. I know that WP likes to strip out iframes completely, but if it did get to display nothing more WP can break.
I assume this is message given by Vimeo? In that case it’s probably better to ask them. I know that WP likes to strip out iframes completely, but if it did get to display nothing more WP can break.
File with this name comes up in search as part of Adsense Optimizer plugin (SVN). Curiously I don’t see stylesheet actually being queued in code… Are you using this plugin? Up to date version?
The problem you have is not with highslide, but rather with your youtube embed. You need to add <param name=”wmode” value=”transparent”> to the object tag and wmode=”transparent” to the embed tag. If you’re using the iframe version I think it’s allowtransparency=”true” but I’ve never tried it with the new iframe code so I’m not sure … Read more
There is neither inherent advantage nor inherent disadvantage in using Tags versus Categories. Tags and categories are merely taxonomies, which are used to describe content. Tags and Categories don’t actually provide site “structure”, though their index pages can be added to custom Nav Menus. The primary difference between Categories and Tags is that Categories can … Read more
The promo slider on your demo site has the class .random, and in your style-Red.css file you give it a float: left; width: 200px. But because your promo slider is actually 600 pixels wide, you have 400 pixels that overlap with what follows: your text. So I don’t think this is a WordPress issue but … Read more
In theory, this should work just fine if you are putting the code directly into a theme file, and not into a post body or something. However, it is very dependent on your site’s setup. Here are some things to watch out for: Permalink structure: if using GET requests to process the form, test to … Read more
I use Easy Fancybox. It has a number of great features that allows for auto-detection of image files, and fancybox allows for HTML or inline, which is what you are looking for. It also allows for it to automatically popup, just attached the fancybox-auto class
rename your intro html file front-page.php and put it in your template directory, then create a dummy ‘intro’ page in WordPress and set that as your front page.
WordPress comes with copy of jQuery bundled. See wp_enqueue_script() documentation for how to: Register you script properly and make it load jQuery as dependency Use required noConflict wrapper so you can use jQUery functions (simply $ won’t work in WP).
Use an id and CSS selector for the element and align it in your stylesheet.