e-factor
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] CSS3 column-count issue with OPERAThank you danieliser.
I’ve just solved it with this hack that works at least on opera 12.10…
First of all I’ve made a class for the div that contains those “optionals”:
.optionals { -webkit-column-count: 3 !important; -moz-column-count: 3 !important; column-count: 3; -moz-column-width: 285px !important; -o-column-count: 1 !important; }And then I’ve added an hack to target Opera (…and only Opera) with the non-exsisting pseudoclass “doesnotexist:-o-prefocus”
doesnotexist:-o-prefocus, .optionals {column-count:auto !important;}And this just did the trick…
I hope it could be helpful.
Thanks for your help.Forum: Plugins
In reply to: [Easy Modal] CSS3 column-count issue with OPERASure, here’s a new testing page:
http://usatocontrollato.com/testing/Just click inside the input box of “inserisci gli optional” field to open the modal.
thanks for caring… 🙂
Forum: Plugins
In reply to: [Easy Modal] CSS3 column-count issue with OPERAActually not yet…. I’m still stuck in this thing….
Forum: Plugins
In reply to: [Easy Modal] CSS3 column-count issue with OPERAHere you go:
http://usatocontrollato.com/sell-your-car/To open the modal window just click on “apri” or on “Optional” input box (middle of the page).
Thanks for your help.
fForum: Plugins
In reply to: [Easy Modal] Close Modal scriptWorked like a charm.
Thanks.Forum: Plugins
In reply to: [Easy Modal] Modal window not showing upActually even the examples in this page seems to doen’t work:
https://easy-modal.com/demo/sample-page/#PS: If i set Sitewide to yes it works
Forum: Plugins
In reply to: [Easy Modal] Modal window not showing upSame problem here. After I’ve updated to WP 3.6 I’ve also updated Easy Modal to 2.2 but it still doesn’t work…
Could you explain how to load jquery 1.4.3?
thanks