Mark Shirley
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Yeah – thanks just tried it, unfortunately it doesnt work with twentyeleven.
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Akismet and timthumb vunerability acanner but ive now deactivated them and recahed my browser still doesnt work
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Hi there I’ve just re-installed the dev version on my twenty-eleven child theme
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Didn’t do it for me – unfortunately I cant make the latest dev version to work in twenty-eleven
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Remove scrollbarsI have the new plugin but cant see where the option is to remove the scroll bars
Forum: Plugins
In reply to: [Firelight Lightbox] iframe not reloadingHi the reload would be if someone accidentally closes the box and opens it again it then needs a browser refresh. Ive tried your approach above but which is great for an iframe but I dont know how to add extra html content into the fancybox. The code below allows me to do this but still as the refresh problem if its closed and reopened.
Link:
http://www.ricecreative.co.uk/willisnursing/test/<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" style="width:470px;height:450px;"> <iframe width="460" height="280" src="http://www.youtube.com/embed/rg9VxzF-lcI" frameborder="0" allowfullscreen></iframe> <ul> <li>dummy content</li> <li>dummy content</li> <li>dummy content</li> </ul> Please refresh your browser window if you reopen this panel </div></div> <a href="#fancyboxID-1" class="fancybox">FANCYBOX LINK HERE</a>Forum: Plugins
In reply to: [Firelight Lightbox] iframe not reloadingI have now dropped this plugin as it has issues with twenty eleven. Im using fancybox for wordpress plugin but I have the same page reload issue with iframe content
http://www.ricecreative.co.uk/willisnursing/test/
<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" style="width:460px;height:380px;"> <iframe width="460" height="380" src="http://www.youtube.com/embed/rg9VxzF-lcI" frameborder="0" allowfullscreen></iframe> </div></div> <a href="#fancyboxID-1" class="fancybox">FANCYBOX LINK HERE</a>Forum: Fixing WordPress
In reply to: wordpress images max-width: 97.5% whytwenty eleven theme
No every image I place is not the correct size I have to put in max-width: 100%
Forum: Fixing WordPress
In reply to: target posts with cssok found a kind of hack by styling over the top of it
.image-attachment div.attachment { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 black; border-color: black; border-image: none; border-style: solid; border-width: 0px 0; margin: 0 -8.9% 1.625em; overflow: hidden; padding: 1.625em 1.625em 0; position: relative; text-align: center; top:0px; z-index: 100; }Forum: Fixing WordPress
In reply to: target posts with cssie
ie
body.post #footer-info {
display: none;
}Forum: Fixing WordPress
In reply to: target posts with cssok my problem is if you click the first image (haircut with bob in it) it expands out but I have copy from the footer displaying on it. So I want to put a display none on the posts.
Forum: Plugins
In reply to: Fancybox for WordPress – add a hyperlinkYeah – thanks Allen code above works a treat.
see map on test site i have just started creatingForum: Plugins
In reply to: Fancybox for WordPress – add a hyperlinkOk I have managed to do it
/*------- (HTML) FANCYBOX LINKED TO AN IMAGE WITH HTML CONTENT-------*/ <div class="wrapper"> <a href="#north-west" class="fancybox"><img src="http://www.ricecreative.co.uk/willisnursing/wp-content/uploads/2013/01/swatch.jpg" alt="click" /></a></a> <div style="display:none" class="fancybox-hidden"> <div id="north-west"> <img src="http://www.ricecreative.co.uk/willisnursing/wp-content/uploads/2013/01/swatch.jpg" alt="click" /></a> Address Lorem ipsum Dolem est las pour alfec <a href="http://html-ipsum.com/">Click to go to page</a> </div><!--End of north west--> </div><!--End of north west href--> </div><!--End of wrapper->Forum: Plugins
In reply to: Fancybox for WordPress – add a hyperlinkWhat I would like if it’s possible is code that enables me to have an image that opens a fancybox animation that I can have a link in.
Forum: Plugins
In reply to: Fancybox for WordPress – add a hyperlinkOK I have managed to find code that allows me to create a text link that then opens out a fancybox animation that has a html link in it.
<a href="#east" class="fancybox">The East</a> <div style="display:none" class="fancybox-hidden"> <div id="east"> <img src="http://www.ricecreative.co.uk/willisnursing/wp-content/uploads/2013/01/swatch2.jpg" alt="click" /></a> <strong>The East</strong> Dolem est las pour alfec <a href="http://html-ipsum.com/">Click to go to page</a> </div><!--End of east-> </div><!--End of east href-->