vertigoooo
Forum Replies Created
-
Hi, please refer to this answer.. requires some basic understanding of js and the dom
Forum: Themes and Templates
In reply to: [Hestia] How can I change the logo link@rodica Hi! Rodica,
Thanks for your response, I have noticed all the functions aren’t pluggable hence I got the error redeclaring the function in my child theme’s functions.php file even when I added the if sentence to check if the function exists..
I have avoided changing any parent theme files.. as I read online when you update the theme all of your changes will get deleted (hence I’m working on a child theme).. October 18 is only a week from now.. So I’m gonna wait and expect the update.
Have a nice day π
Forum: Plugins
In reply to: [Material Design for Contact Form 7] How to change the ajax loader gif?@gusruss89 any updates?
@kiranpreet Hi, thanks for your response.
My site is still under development fixing those bugs will determine if I’m gonna use this plugin (which I would very like too) in my site.
site is scheduled to be deployed in two weeks so I’m gonna be patiently waiting for your updates!
if theres anything I could help, I would be more than glad to
Forum: Plugins
In reply to: [Material Design for Contact Form 7] How to change the ajax loader gif?@gusruss89
Hi, thanks for the quick response.. sorry about them multiple posts wordpress desplayed me with an error message every time I hit submit so I thought nothing was posted at all..however I don’t really wanna overwrite the plugin core files so I thought adding filter or css would be approriate
Forum: Plugins
In reply to: [Material Design for Contact Form 7] labels to right@ner
Hey again, use this:#cf7md-form .mdc-form-field > label { margin-right:4px; margin-left:auto; } #cf7md-form .mdc-form-field > .cf7md-switch-label{ margin-right:16px; margin-left:auto; }this will fix label alignment
Forum: Plugins
In reply to: [Material Design for Contact Form 7] labels to right@ner
hey there, glad to help..
what exactly type of fields are you having problems with?
my form has only text fields hence my solution targets those type of fields but
if you added.wpcf7 { direction: rtl; }other static elements (not like the textfield placeholder which had transform on focus) like the helper text and static labels to check boxes and switches should align right just fine
and perhaps I can take a look on your page (you need to upload it maybe to some sort of hosting) and help you fixing the alignment (maybe the theme is overriding css rules and messing with it)
Forum: Plugins
In reply to: [Material Design for Contact Form 7] labels to right@ner by the way,
I did manage to cusotmize it with the following css rules:
.wpcf7 { direction: rtl; } #cf7md-form .mdc-textfield__label { right: 0; transform-origin: right top; } #cf7md-form .mdc-textfield { padding-bottom: 0; } #cf7md-form .wpcf7-not-valid-tip { margin-bottom: 7px; } #cf7md-form .mdc-textfield__label--float-above { transform: translateY(-110%) scale(0.75, 0.75); }Forum: Plugins
In reply to: [Material Design for Contact Form 7] labels to right@gusruss89 I use this plugin on a rtl site and would really like an option to change label direction π
awesome plugin, thank you
Forum: Plugins
In reply to: [Process Steps Template Designer] Hestia Theme breaking css@kiranpreet
Amazing job!
Seriously.. looks amazing I went over and tested the new version there have been huge improvement since the last version!I went over and opened a new thread describing more notes i would like to draw your developers attention to..
-Roy