CSS problems with one of my themes

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
maroso2602
Junior Member
Posts: 9
Joined: Tue Oct 16, 2012 10:50 pm

CSS problems with one of my themes

Post 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
maroso2602
Junior Member
Posts: 9
Joined: Tue Oct 16, 2012 10:50 pm

Post 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?
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
do you have a live exemple ? It will be easier to find the good CSS for your theme

Regards,
maroso2602
Junior Member
Posts: 9
Joined: Tue Oct 16, 2012 10:50 pm

Post 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
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post 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,
maroso2602
Junior Member
Posts: 9
Joined: Tue Oct 16, 2012 10:50 pm

Post 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.
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post 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
maroso2602
Junior Member
Posts: 9
Joined: Tue Oct 16, 2012 10:50 pm

Post 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?
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
I don't know how is working your theme, is beter to ask directly to the editor theme
Regards,
flogger123
Member
Posts: 35
Joined: Thu Jan 26, 2012 7:43 pm

Post by flogger123 »

This reallt garbled my head and I got nothing on top of it. Have you tried creating a support ticket yet?
Post Reply