CornleaGirl
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Use Maxbuttons to open Form LightboxSorry about the double post. After I posted the forum said closed to further comments or something like that. I’m new to this so I figured I wasn’t going to get a response.
I actually came up with an alternate option after I posted this which is working. Thank you for the response.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Button launching a lightboxI’m trying to achieve similar results as above, I am using Form Lightbox and MaxButtons. I cannot figure out how to get the MaxButton to link to the lightbox. I’m assuming i need to change the part behind “behavior” to the code for the lightbox instead of the URL that is currently in there, but I don’t know exactly how or if that’s what I need to do. I’m a beginner!
Here is the form light box info-
[formlightbox title=”I have a Gehl Grinder” image=”wpid-auction_503_3152718.jpg”]
[contact-form-7 id=”25249″ title=”I have a Gehl Grinder”]
[/formlightbox]here is the button info-
a.maxbutton-1 { text-decoration: none; color: #ffffff; font-family: Arial; font-size: 13px; font-style: normal; font-weight: bold; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-color: #3f3f3f; background: linear-gradient(rgba(63, 63, 63, 1) 45%, rgba(63, 63, 63, 1)); background: -moz-linear-gradient(rgba(63, 63, 63, 1) 45%, rgba(63, 63, 63, 1)); background: -o-linear-gradient(rgba(63, 63, 63, 1) 45%, rgba(63, 63, 63, 1)); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(63, 63, 63, 1)), color-stop(1, rgba(63, 63, 63, 1))); border-style: solid; border-width: 1px; border-color: #3f3f3f; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-shadow: -1px -1px 0px #3f3f3f; box-shadow: 0px 0px 0px #333333; -pie-background: linear-gradient(rgba(63, 63, 63, 1) 45%, rgba(63, 63, 63, 1)); position: relative; behavior: url(“http://www.wegenerimplement.com/wp/wp-content/plugins/maxbuttons/pie/PIE.htc”); } a.maxbutton-1:visited { text-decoration: none; color: #ffffff; } a.maxbutton-1:hover { text-decoration: none; color: #ffffff; background-color: #747475; background: linear-gradient(rgba(116, 116, 117, 1) 45%, rgba(116, 116, 117, 1)); background: -moz-linear-gradient(rgba(116, 116, 117, 1) 45%, rgba(116, 116, 117, 1)); background: -o-linear-gradient(rgba(116, 116, 117, 1) 45%, rgba(116, 116, 117, 1)); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(116, 116, 117, 1)), color-stop(1, rgba(116, 116, 117, 1))); border-color: #747475; text-shadow: -1px -1px 0px #747475; box-shadow: 0px 0px 0px #333333; -pie-background: linear-gradient(rgba(116, 116, 117, 1) 45%, rgba(116, 116, 117, 1)); position: relative; behavior: url(“http://www.wegenerimplement.com/wp/wp-content/plugins/maxbuttons/pie/PIE.htc”); }