ZackVee
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Firelight Lightbox] Linking to an already made gallery through captions.Also it seems when implementing it this way as opposed to through the wordpress gallery that the overlay text is severely limited in length. Any way to get around that?
Forum: Plugins
In reply to: [Firelight Lightbox] Linking to an already made gallery through captions.As it currently stands this does not work. It links to the same image but it looses the text that would sit on top of the picture for some reason. Here is what my code looks like.
[caption id="attachment_33081" align="alignnone" width="150"]<linktoimage.jpg"><img class="size-thumbnail wp-image-33081" alt="Test" src="imagethumbnail.jpg" width="150" height="150" /></a><a class="fancybox" href="linktoimage.jpg">Caption</a>[/caption]Forum: Fixing WordPress
In reply to: Setting custom meta only on one page?<head> if(preg_match('/MSIE 7.0/i',$_SERVER['HTTP_USER_AGENT'])) { <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,chrome=1"> // Codes for just ie7 } else { <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8,chrome=1"> // other versions of ie and other browsers }Didn’t seem to work, it just added the above text to the header bar. I realize I forgot to mention this is in the head content.
Viewing 3 replies - 1 through 3 (of 3 total)