asterbird
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Responsive widthsHi allegrovivo,
My box doesn’t get resized at all. So I created some styles that make it responsive. Here is some CSS I used for my project. Maybe it can help you.
#colorbox:focus { /* hides annoying blue focus outline */
outline: none;
}#cboxContent {
font: 20px “Helvetica Neue”,Helvetica,Arial,sans-serif !important;
}#cboxClose { /* puts Close X inside popup so it doesn’t disappear on mobile */
top: -10px !important;
right: -6px !important;
}div#cboxTitle {
padding: 7px 140px 0 15px;
}div#cboxCurrent {
bottom: -31px;
}@media only screen and (max-width: 1030px) {
#colorbox,
#cboxTopCenter,
#cboxBottomCenter {
max-width: 99% !important;
}img.cboxPhoto {
max-width: 100% !important;
height: auto !important;
}#cboxWrapper {
max-width: 100% !important;
}#cboxContent {
max-width: 98% !important;
}#cboxLoadedContent {
max-width: 100% !important;
height: auto !important;
background: transparent;
}div#cboxTitle {
padding: 7px 140px 0 15px;
}
}Thanks! I will try that!
Forum: Plugins
In reply to: [WooCommerce] How to show coupon discount in Paypal receipt?If it’s your PayPal receipt that’s not showing correctly, I would at least try to PayPal’s support and ask them what’s wrong.
Forum: Plugins
In reply to: [Gecka Submenu] How to limit level depthnevermind, it’s in the widget!
Forum: Plugins
In reply to: [Gecka Submenu] How to change depth?Do you have 4 levels of categories and do they have at least one product in them? Perhaps it doesn’t show up because they are empty.
I’m having the opposite problem with GSP and WC… 3 levels of cats and I only want 2 levels… sigh!
Forum: Plugins
In reply to: [Easy Peasy MailChimp Ajax Form] Plugin not activate, parse errorI’m using Easy Peasy Version 1.0.4, is that the latest?
I upgraded PHP from 5.2 to 5.4 and it worked! Thank you so much for the quick response!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Plugin not activate, parse errorOops, got the wrong support form.
Thanks!Forum: Plugins
In reply to: [Woocommerce Molds] No Parent ProductsI’m having the exact same issue except I’m on WP 3.9.2.
Did you find out why we can’t select a parent product? It’s not use if can’t do that.
Hopefully the plugin author replies soon.
Okay, thanks for the response though. I appreciate it!
Forum: Plugins
In reply to: [WooCommerce] How to set up Paypal to work with Woocommerce?@lopezmr22, did you get your WooCommerce working? Did you use a credit card or other paypal account to purchase your item?
Forum: Plugins
In reply to: [WooCommerce] How to show coupon discount in Paypal receipt?Update: I fixed some credientials for a paid shipping plugin I’m using. Not sure how that ties in, but after the fix, I noticed Paypal did have a discount line. However, the subtotal is still wrong. Like this:
Product 1 $10
Product 2 $10
Subtotal $15 (should be $20)
Discount $5
Total $15The subtotal is incorrect. What in the world is up with that?
Forum: Hacks
In reply to: show only authors posts with custom fields in adminOkay, thanks for the reply. I ended up not showing posts by author.
Forum: Plugins
In reply to: [W3 Total Cache] Does W3TC successfully load JS "async" for ANY lightbox?Hi, do you have a link to the asynchronous javascript plugin you are referring to?
np 🙂
Plugin combos can be tricky. I’m using WooCommerce with W3 Total Cache, which helps a little bit.
Forum: Plugins
In reply to: [WooCommerce] Add to cart buttons not aligning@caidynmiller, did you get your site working? I can’t see anything on the page you listed.