Bramblz
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Safe to update to WordPress 5.2 ?Thanks for writing back and with the good news.
CheersForum: Plugins
In reply to: Lightbox Plus – Secondary Lightbox – SizingThis worked for me:
<div style="display: none;"> <div id="lbp-inline-href-1" style="padding: 10px; background: #fff;"> <iframe src="http://www.google.com" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:500px;width:700px;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="500px" width="700px"></iframe> </div> </div>But if you set all to 100%, the iframe will cover the button and title on the bottom.
If there is a solution to this 100% issue please post it here,
Thanks,[Please post code snippets between backticks or use the code button.]
Forum: Plugins
In reply to: Lightbox Plus – Secondary Lightbox – SizingWell using the Firefox plugin called Firebug I found that even though my styles were set to 100%, it was not styling right.
Style:
#cboxLoadedContent iframe {
border: 0 none;
display: block;
height: 100%;
width: 100%;
}But under the ‘Computed’ tab I found this:
Box Model
width 686px
height 150pxHow can I fix this?
Thanks,Forum: Plugins
In reply to: Lightbox Plus – Secondary Lightbox – SizingNew Problem…
Iframe in “Lightbox Plus” is showing only like 1/3 of the content height,around 250px instead of about 600px height.
Any suggestions?Forum: Plugins
In reply to: Lightbox Plus – Secondary Lightbox – SizingLooks like you have to go into the “Lightbox Plus” plugin settings then:
Go to “Enable Optional/advanced Settings”
Select “Use Secondary Lightbox”
Add a number of “Inline Lightboxes” with the dropdown,
Then you set the height width each of the new “Inline Lightboxs”Then you call each of the new Inline Lightbox with a different button script eg:
(a class=”lbp-inline-link-1 cboxElement” href=”#”)Inline Lightbox 01(/a)
Replace brackets with these <>And add this code for what opens:
<div style=”display: none;”>
<div id=”lbp-inline-href-1″ style=”padding: 10px; background: #fff;”>
INLINE CONTENT GOES HERE</div>
</div>This did do the trick for me,
Just add this javascript to your page:<script type= “text/javascript”>
var RecaptchaOptions = {
theme: ‘clean’
};
</script>