abubu
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_mail_sent and special tagsthanks wpwcs, this is it! 🙂
Forum: Plugins
In reply to: [Jigoshop] standard buttons instead of custom buttonsi have those skills, just hope there was a faster way to achive that…thanks anyway
Forum: Plugins
In reply to: [Jigoshop] standard buttons instead of custom buttonshi optart,
actually, disable the CSS at all is even worst…there’s really no way to transform those fake buttons into real buttons? or otherwise transform them into text without disabling CSS at all?Forum: Plugins
In reply to: [The Events Calendar] chenge widget data formatthis snippet did it! thanks! http://pastebin.com/WpjU1Eyi
Forum: Plugins
In reply to: [Contact Form 7] Javascript confirm box on checkbox clickthanks for your reply…so…as i have to put hand on the code…how can i assign an id to a single checkbox so that i can call a javascript event once somebody click on it?
if i use id:something the id should be assigne to each one of the checkboxes…right?
Forum: Themes and Templates
In reply to: [Twenty Twelve] layout goes crazy with ieok…thanks…i start to fight with ie css now…
Forum: Themes and Templates
In reply to: [Twenty Twelve] layout goes crazy with iehi paul…of course i know website doesn’t look EXACTLY the same in every browser, but normally they look similar from browser to browser…if you take a look at mine you’ll see that it look COMPLETELY DIFFERENT.
i’ll take a look at that folder…would you please suggest me a way to override those css in the child theme?
Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazyhi, i can’t find a solution elsewhere…could you please help me?
Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazythat’s it!! you’re amazing!! 🙂
but if i include it in the header, the standard submenu won’t work anymore…how to call it only when the mobile menu enter?Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazyhi, i solved this way thanks:
@media screen and (max-width: 599px) { .main-navigation li { margin-top: 5px; } } @media screen and (min-width: 600px) { .main-navigation li { margin: 0 1.85714rem 0 0; } }now, what about collapsing the sub-pages? is there anything to do?
Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazynot working…
please note that i have this rule in the child css:
.main-navigation li { margin: 0 1.85714rem 0 0; }i need it as there are a lot of voices and ther’s too much space between them…
Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazyactually yes…how did you do?
also, is there a way to collapse sub-pages? otherway as you can see it will use a lot of space…Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazythat is correct, if you resize the window until the mobile theme starts working, if you open it you will see the issue
Forum: Themes and Templates
In reply to: [Twenty Twelve] mobile menù gone crazyURL is royalsporting . it
Forum: Plugins
In reply to: [Contact Form 7] special tags in sidebari don’t know if it’s somethin i can do…what i should do to add it? i have a well management of the templates but i don’t know if it’s enough…