DigitalCourt
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Can't set localeIt’s coming soon ??
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Set Height of Like BoxUpdate is available now ??
Forum: Plugins
In reply to: [Facebook Like Box Responsive] not working on iphoneCheck your widget area options in your theme ??
Most widget areas don’t show on mobile
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Thank youThanks ??
Ditto looking for this plugin – I had to build it myself!
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Responsive but height?Update has been released with height options ??
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Border issuesThanks for the feedback – coming in next update ??
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Set Height of Like BoxUpdate is out now – let me know if you have any more issues ??
Trible solution works well ??
Will be a part of the next update
Forum: Plugins
In reply to: [Facebook Like Box Responsive] Set Height of Like BoxThis is a newish option for facebook
I’ll add this feature in an update over the weekend and reply to this when available ??
Forum: Reviews
In reply to: [Widget Contact Form 7] It's not work in my siteIt’s verified to work on 3.8 – What error message are you getting?
1. Active contact form 7
2. Setup your contact form in contact form 7
3. Use this widget to access the contact formForum: Reviews
In reply to: [Widget Contact Form 7] It's not work in my siteNo worries ??
Would you mind upgrading your 2 star feedback please?
Forum: Reviews
In reply to: [Widget Contact Form 7] It's not work in my siteYou need to install contact form 7 please and add your actual form there:
Link to Contact form 7 pluginForum: Plugins
In reply to: [Testimonials Widget] Better set heighthttps://marketer.digitalsafari.net.au/
Bottom of page – Can’t get text to vertically center and have avatar
Let me know if you have any insight
Thanks!
Forum: Plugins
In reply to: [Testimonials Widget] Better set heightUnfortunately no luck with this given the bxslider vertical align examples
My implementation is the closest I’ve got, but it isn’t smooth.
Let me know if you have any further insight – I might be missing something.
Thanks
Forum: Plugins
In reply to: [Testimonials Widget] Better set heightCan’t get it working smoothly with your current code and thought you might have some insight:
//centering bx version
Here’s what I had (nested SCSS) which vertically centered but was jumpy.
.bx-viewport {
display: table;.testimonials-widget-testimonials {
display: table-cell;
vertical-align: middle;.testimonials-widget {
position: relative !important; //to get rid of absolute offset
}
}
}Please let me know if you have any insight into it