Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.
I’ve checked from Firefox, Chrome, Internet Explorer. I’ve tried on a brand new windows installation from a brand new laptop. I tried shared hosting. I tried vps. I tried no plugins. I tried all plugins.
But it works for you though?
I installed Dante on the same installation and it works, shortcodes and all. Really need help with this.
I’m still having the same problem now on another server after lengthy setup. There are no plugins besides ones installed by Cardinal. Even those disabled the problem remains.
While in the editor the short code links will not work. ie. I can not make a new button or dropcap or slider or anything in the swiftcode. I’m familiar with the builder and shortcodes from flexform and dante. I’ve gotten cardinal to work on a vps, but as I said this should be a brand new non conflicting setup. Thanks for help. Also a login was provided in the first message.
This reply has been marked as private.This reply has been marked as private.June 25, 2013 at 9:00 am in reply to: Woocommerce – Check-out invisible text in fields (Firefox) #91572 px works in Firefox/IE/Opera for me. Haven’t tested Safari. An official fix would be better, but that would still be fixing the padding on the textbox. So until the fix is in just add this code to your overrides in theme options and your all set.
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
padding: 2px 6px;June 24, 2013 at 11:03 pm in reply to: Woocommerce – Check-out invisible text in fields (Firefox) #9141Actually had to go to 2px. Internet explorer was having issues with 4px though it was fine at 14px. Weird.
June 24, 2013 at 10:48 pm in reply to: Woocommerce – Check-out invisible text in fields (Firefox) #9138I had to override the vertical padding the theme adds in styles.css
Changing from
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
padding: 14px 6px;to
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
padding: 4px 6px;worked for me.
June 24, 2013 at 10:00 pm in reply to: Woocommerce – Check-out invisible text in fields (Firefox) #9135Same issue. Also text is halfway cutoff in opera. Definitely padding/layer issue.
-
Posted in: We hit Power Elite.