Search found 283 matches

by Jean-Christophe Bisoux
Fri Jul 18, 2014 6:14 am
Forum: WPSubscribers
Topic: Footer disappears, fix not working
Replies: 7
Views: 9421

Hi,
It's very difficult to find a solution without seeing the issue on live (It's the first time I listen this issue) and I understand it's impossible for you to stop your website.
It's better for you to ask the refund.

Sorry that I can't help you more
JC
by Jean-Christophe Bisoux
Sat Jun 28, 2014 7:38 am
Forum: WPSubscribers
Topic: Opt-in pop showing on bottom of the site rather on top, OneUp Parellex theme
Replies: 3
Views: 13409

Hi,

If you try the "live preview" with an other theme did you have this problem ?
by Jean-Christophe Bisoux
Fri Jun 27, 2014 6:13 am
Forum: WPSubscribers
Topic: Opt-in pop showing on bottom of the site rather on top, OneUp Parellex theme
Replies: 3
Views: 13409

Hi,

I think the issue come from the popup system "Simple Modal" do you have another popup plugin or did you know if the theme use popup inside it ?

Regards,
JC
by Jean-Christophe Bisoux
Mon Jun 23, 2014 2:50 pm
Forum: WPSubscribers
Topic: Getting footer text in-line?
Replies: 10
Views: 18156

Hi,
the best way is to use field bigger with the input width to 180px
Capture d’écran 2014-06-23 à 14.45.43.jpg
Capture d’écran 2014-06-23 à 14.45.43.jpg (18.33 KiB) Viewed 3784 times
Regards,
JC
by Jean-Christophe Bisoux
Sat Jun 21, 2014 3:54 pm
Forum: WPSubscribers
Topic: Getting footer text in-line?
Replies: 10
Views: 18156

You can try something like that in custom CSS

Code: Select all

.footer-optin-inner-content{float:left;padding-top:10px}
input[type=text]{width:150px}
you can just the value in pixel to adapt as you like

Regards,
JC
by Jean-Christophe Bisoux
Fri Jun 20, 2014 6:00 pm
Forum: WPSubscribers
Topic: Getting footer text in-line?
Replies: 10
Views: 18156

Hi,
OK I see
the problem come from your theme, it's 981px for the width and with this size it's not posible to have all the field and the text in one line
Regards,
JC
by Jean-Christophe Bisoux
Fri Jun 20, 2014 4:48 pm
Forum: WPSubscribers
Topic: Getting footer text in-line?
Replies: 10
Views: 18156

Hi,
Is it posible to have a online url to see it ?
with an image it's imposible where is the issue

Regards,
JC
by Jean-Christophe Bisoux
Fri Jun 20, 2014 3:07 pm
Forum: WPSubscribers
Topic: Getting footer text in-line?
Replies: 10
Views: 18156

Hi,

try to put CSS rule in the custom css to ignore the br tag like this

Code: Select all

br{display:none}
regards,
JC
by Jean-Christophe Bisoux
Thu Jun 12, 2014 6:05 am
Forum: WPSubscribers
Topic: How to ALWAYS show the optin?
Replies: 5
Views: 9030

I see your footer bar,
try to clean your browser cache, because if you fill and validate the form the footer will not be visible
by Jean-Christophe Bisoux
Tue Jun 10, 2014 4:46 pm
Forum: WPSubscribers
Topic: How to ALWAYS show the optin?
Replies: 5
Views: 9030

Hi, For the display you have in "Other Setting" the Time setting. There is no ALWAYS option but if you enter a very big value like "I want my Footer forms show:100000 times in 1 day" it would be the same like always. If you would like the bar on the top it's the header option not...
by Jean-Christophe Bisoux
Tue Jun 10, 2014 8:21 am
Forum: WPSubscribers
Topic: How to ALWAYS show the optin?
Replies: 5
Views: 9030

Hi, To configure where the footer bar appear, it's in "Configure Display Location" on the top right To change the design, use the link "More setting" in the footer creation, If you would like more configuration that are not in this setting you can use the custom CSS 02.jpg Regard...
by Jean-Christophe Bisoux
Tue Apr 29, 2014 7:50 pm
Forum: WPSubscribers
Topic: name & email not showing in pop-up
Replies: 4
Views: 9608

Hi,

try to use this in custom CSS

Code: Select all

.email_field{background-position:0px;-moz-box-sizing :content-box} 
.name_field{background-position:0px;-moz-box-sizing :content-box}
Regards,
JC
by Jean-Christophe Bisoux
Tue Apr 29, 2014 6:58 am
Forum: WPSubscribers
Topic: name & email not showing in pop-up
Replies: 4
Views: 9608

Hi,
If you see this difference, it's because you have CSS rules in your theme that break the WPS theme, you can use the Custom CSS to correct this.

With only an image it's impossible for me to help you more, do you have a url to see it ?

Regards,
JC
by Jean-Christophe Bisoux
Mon Apr 28, 2014 3:35 pm
Forum: WPSubscribers
Topic: What are "Other" pages? How add pop-up to path?
Replies: 3
Views: 6526

Hi,

I don't know why my final sentence don't appear

The "Other Page" is for tag pages.

Some plugin create dynamics page that are not really page for WP and in this case it's not posible to assign a popup to this page maybe it's the case for you plugin ?

Regards,
JC
by Jean-Christophe Bisoux
Sat Apr 26, 2014 7:14 am
Forum: WPSubscribers
Topic: What are "Other" pages? How add pop-up to path?
Replies: 3
Views: 6526

Hi,

It seems the page is generated by a plugin, in WPS there is no option to add a popup with a pattern on the url,

The only way is with the "Configure display Location" and it's one by one and

Regards,
JC