rubenve
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsYes I’ve reported it to their support department. Looks like the captcha request is messing things up in a setup like this.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsNo it doesn’t refresh the full page, but I’ve just figured out what the problem is. The problem is with Gravity Forms captcha field (uses Google Captcha). When I leave that field everything is working fine. So it’s not a Easy Fancybox problem, but a GF problem after all. Hopefully someone else will find this info useful.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsYes there is, I’ve enabled that but it doesn’t change it. It opens fine, but on submitting the form the modal dialog closes. When I reopen it I do see the form feedback messages (i.e. leaving required fields empty).
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancybox and Gravity FormsI’m having the same problem as Sop doS; the fancybox closes immediately after hitting Submit in the form. Any ideas how to fix this?
Forum: Plugins
In reply to: [GetSocial] Drag-and-drop not workingSame here. I fixed it manually in the database by executing this query:
update wp_options set option_value=’rfb,rtw,rpi,rsu,rdg,rgp,rbf,rab,rli’ where option_name=’getsocial_order’;
This will set the order to: Facebook,Twitter,Pinterest,Stumble Upon, Digg, Google Plus, Buffer,(not sure what rab stands for),LinkedIn.
Forum: Plugins
In reply to: [GetSocial] [Plugin: GetSocial] Sticks to the left on the home pageI’m having the same issue on individual posts. I only have it enabled for posts and no matter what I set the offset from left to it sticks to the far left. Any ideas?
Edit: if I check with Firebug I see this style being rendered for the bar:
.getsocial {
background: url(“../images/sharetitle_dark.png”) no-repeat scroll right bottom #DDDDDD;
border: 1px solid #D9D9ED;
border-radius: 3px 3px 3px 3px;
left: 0;
position: absolute;
top: 200px;
width: 73px;
z-index: 200;
}So the top is still set at 200px even though I set it to 230px in my settings. Left is set to 0, so that’s why it’s stuck to the left.
Weird thing is that the background color is being rendered correctly, because I adjusted that too.