Page 1 of 1
CSS problems with one of my themes
Posted: Wed Oct 17, 2012 12:11 am
by maroso2602
Plugin is working great with profits theme but when I use headway theme the name, email and subscribe fields doesn't show correctly, they show outside the popup/box. The subscription process goes fine.
I've tested it on a demo wordpress install only with headway theme and wpsubscribers plugin and have the same problems.
Thanks for help
Posted: Thu Oct 18, 2012 9:40 am
by maroso2602
Forgot to mention, that the optin popup shows fine in preview mode.
I've tried this to (from here:
http://forum.obviousidea.com/threads/57 ... Post-Forms )
To have email and name in the same line: .wpsform br { display: none;}
to center the optin form: #ia-optin-form {margin: 0 auto;}
But it doesn't work
Any sugestion?
Posted: Thu Oct 18, 2012 10:59 am
by Jean-Christophe Bisoux
Hi,
do you have a live exemple ? It will be easier to find the good CSS for your theme
Regards,
Posted: Thu Oct 18, 2012 6:02 pm
by maroso2602
I've solved the problem with in post opt-in form. I've added this into the custom css box:
.ia_form form input {display: inline;}
It's displaying fine now
It's running fine now for post opt-ins, but I can't figure out how to solve the opt-in popup. Live example is here:
http://iguanacareguide.org/testblog/
and the Header Opt-in Form & Footer Opt-in Form. Live example is here:
http://iguanacareguide.org/testblog/test-post-2-header/
Any suggestions?
Thanks
Posted: Sat Oct 20, 2012 9:14 am
by Jean-Christophe Bisoux
Hi,
It's a issue from your theme, for exemple if you delete in the template CSS (general-b936011.css) this part of code
Code: Select all
input[type=text],input[type=password],input[type=email],textarea,select {
border: 1px solid #ccc;
padding: 6px 4px;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #777;
display: block;
background: #fff;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
the popup appear fine
Regards,
Posted: Sat Oct 20, 2012 3:39 pm
by maroso2602
Thanks, but where can I find the "general-b936011.css" file? I've searched in the template folder but didn't find it.
Posted: Sat Oct 20, 2012 7:26 pm
by Jean-Christophe Bisoux
If you see in your code, you have this adress:
http://iguanacareguide.org/testblog/wp- ... ?ver=3.4.2
But It seem it's with a cache system
Posted: Sun Oct 21, 2012 6:38 am
by maroso2602
Problem solved. Thanks...
Update: Every time I'm working in the headway's visual editor somehow headway clears the cache and rewrites the general-b936011.css file (
http://iguanacareguide.org/testblog/wp- ... ?ver=3.4.2 ) to the original version...
Any other suggestion?
Posted: Sun Oct 21, 2012 8:02 am
by Jean-Christophe Bisoux
Hi,
I don't know how is working your theme, is beter to ask directly to the editor theme
Regards,
Posted: Sun Oct 21, 2012 6:28 pm
by flogger123
This reallt garbled my head and I got nothing on top of it. Have you tried creating a support ticket yet?