Code

Discussion on Optin Bars Pack for Ninja Popups

Discussion on Optin Bars Pack for Ninja Popups

By
Cart 1,831 sales

arscode supports this item

Supported

173 comments found.

Is it possible to have regular popups and optin bars enabled for one page at the same time?

Hi,

you can use 2 popups/bars on one Page. I mean 1 welcome and 1 exit. If you would like to have more please use shortcode:

[ninja-popup ID=XX autoopen=true]

or

<?php echo do_shortcode( ‘[ninja-popup ID=XX autoopen=true]’ ) ?>

Regards

Aha…yes i want more…thanks a lot!

Hi,

I am using opt in bar 8 on this page: http://www.legalpanda.com.ua/step1/ (35% scroll), but its bigger then in demo. Can’t figure out what’s the problem.

Thanks

Hi,

please edit bar and add to Custom CSS

.snp-bar8.snp-pos-bottom.snp-showme { bottom: -35px !important; } .snp-bar8 .snp-close { margin-top: -40px !important; }

Screenshot: http://arscode.pro/screens/2015-07-11_002343.png

Regards

Hi, thank you for your help. Yesterday I bought your product, as soon I set up I got this. I don’t know how to solve it. I will appreciate your help. Thanks. My site is www.mercating.com, Fatal error: Call to undefined function snp_add_query_arg() in /home/content/.../html/wp-content/plugins/arscode-ninja-bars-pack/themes/bar2/theme.php on line 17

Hi, update Ninja Popups to newest version.

Hi,

latest available version of the plugin should solve your problem.

Regards Jake

Hi, can these bars be triggered once the visitor reaches a certain point in a page eg halfway down a blog post?

Hi,

yes, you can set % of the scrolling Page/Post

Regards

Hi – could you tell me if you will be creating html bar. I noticed from past comments that it was a possibility but that was some time ago. Or could you share directions on how to edit existing template – there was an earlier comment with a screenshot but the image is no longer available.

thanks

Hi,

HTML bar is still on our TO DO list. At this moment you can modify existing template and add custom HTML code:

/wp-content/plugins/arscode-ninja-bars-pack/themes/bar[X]/template.php

Regards

Hi – thanks – I had seen that in earlier comments but when I looked at the template files, I didn’t know where to start editing. Can you give some kind of guidance please.

thanks

Pre sale question

I want to show show a top bar at all external links in my website and customize this bar with my widgets , ads or what ever

Can your bar do this !?

Please provide a demo. Thanks

Hi,

At standard there are no features like this. Sorry.

Regards

Thanks for your reply

Hello, I just bought your plugin but I have wordpress 4.2.2 and it doesn’t work with this version… How can I do ?? Thanks in advance….

Hi,

Ninja Popups works fine on 4.2.2. Please send me url to your website and I will tell you whats wrong. BTW: have you enabled popup on Home page ?

Regards

I have this message: “Requirement: you need to have version 3.3 or later of Ninja Popup for Wordpress to run Bars Pack.

Correct – to use add-on you need ta have main plugin: http://codecanyon.net/item/ninja-popups-for-wordpress/3476479

Please install it.

Regards

Hi there With MailChimp integration, can the OptIn bar display list ‘interest groups’ for user to select from?

Hi,

you can set different Mailing list to each Optin Bar. Groups are on our TO DO list and we plan to implement it soon.

Regards

OK, thanks for quick reply.

Most of my clients prefer to work with one list and interest groups rather than separate lists, so that implementation will be appreciated by myself. Is ‘soon’ days/weeks/months or years?

We got few requests to make implementation of “groups” – I think it takes week – not months.

Regards

How to setup custom fields in bars, like in popups?

Hi,

this version of optin bars doesnt support custom fields. Sorry. We will add it in the next update.

Regards

Thank you very much!

Dear Ninja, I bought the Optin Bars Pack for Ninja Popups and Ninja Popup for subscribe through mailchimp. It shows on my website, but its not closed while i submitted the form. Please have a look on my website. www.ixfocus.com

I will be very thankful to you,

I’m using Ninja Popups with Ninja Opt-In. The plugin is installed and connected to Mailchimp. It shows on the homepage on scroll (http://ixfocus.com). After filling in the name and email, once you hit subscribe nothing happens. The mail chimp list is getting populated, but there is no error message or success message shown on the bar.

Please help.

Hi, I know you have other queries too and I’m in line, but could you please give me some ETA on this ? I need to understand if this is going to be resolved or if I need to go for another plugin.

Please be patient – you will get info to email.

Regards

Guys, its been 2 days since I notified you about this issue we are facing. There has not been any update on this. I would really appreciate some update or an ETA on this. Please help.

The name and email field are vertical instead of horizontal like so many of your plugins show. Also, the shortcode, [ninja-inline id=4999] does not produce a permanent bar on our homepage. Please advise

Hi,

please send me url to your website and I will take a look.

Here is video tutorial how to set Ninja Widget: https://www.youtube.com/watch?v=heoubyHaYGk

Regards

I’m getting the following error:

[14-May-2015 22:03:28 UTC] PHP Fatal error: Call to undefined function snp_add_query_arg() in C:\xampp\htdocs\mywebsite.dev\content\plugins\arscode-ninja-bars-pack\themes\bar7\theme.php on line 17

If I leave that line I get a white screen and if I comment it out the site loads but no bar displays. I’m using the latest versions of WP and Popups + Optin.

A few of the other bars use this code too.

Whats going on?

Hmm I thought I was at the most recent but I was on 3.9.5 damn. Updating cleared undefined function error.

The bar now loads but when gets stuck on please wait when I hit submit. Exactly the same as the issues I’ve had with the popups.

500 Internal server errors.

Nothing shows up in Debug.log and when I turn PHP error reporting on?

Any ideas?

The submission works and is sent on my local and staging environment. One running on windows and the other on Ubuntu but not on my production environment?

Looks like their was an issue with Google Analytics by Yoast. Once I deleted the files and re-downloaded the plugin I managed to get it working.

This was the GA by Yoast error message:

Fatal error: Class ‘Yoast_GA_Settings’ not found in /usr/www/users/username/website.com/content/plugins/google-analytics-for-wordpress/admin/class-admin-menu.php on line 47

I did notice this error message cropping up but it disappeared:

Notice: Undefined variable: POST_CATS in /usr/www/users/username/website.com/content/plugins/arscode-ninja-popups/arscode-ninja-popups.php on line 1668

Notice: Undefined index: snp_maintext_font in /usr/www/users/username/website.com/content/plugins/arscode-ninja-bars-pack/themes/bar7/theme.php on line 6

Okey – good work! To fix POST_CATS please edit: /wp-content/plugins/arscode-ninja-popups/arscode-ninja-popups.php

find: } if(is_array($POST_CATS)) {

change to:

} if(isset($POST_CATS) && is_array($POST_CATS)) {

and make sure that you have turned off wp_debug mode.

Regards

Is there any way to embed an Optin Bar into the body of a post rather than having it attached to top or bottom of screen?

I’ve tried doing it with the inline Ninja Widget but that’s not working for me. It’s just that some of the Ninja themes lack a narrow horizontal option (without customising) and some of the Optin Bar designs are exactly what I need, but inside the body text.

Hi,

at this moment there is no feature like this – but we will add it.

Regards

I am now having problems with one of my websites that are using your pop-ups. Now of them are working at al.

Hi,

please make sure that you have latest available version v3.9.5 and sen me link to your website – I will take a look.

Regards

I sent you my login information to your direct support email

Okey – I will check it.

Regards

We would want to hook the opt-in bar to our Newsletter System.

It is a WordPress plugin from http://www.tribulant.com./plugins/view/1/wordpress-newsletter-plugin.

Does your Opt-In bar plugin support Drop-Downs and Checkboxes that are included wit our Newsletter sign-up form ?

Would we do “hook” these two plugins together using an “off-site” URL ?

Or would it be with an “off-site” embed” code ?

- turner2f

Optin Bars doesnt support custom fields on this version of the plugin. Sorry. We plan to implement similar feature in the next version.

Regards

I have both the pop up and the bar plugins. How can I display both on my website at the same time? Right now it only shows the pop up only.

I have sent you the login several days ago, but you guys still have not fixed it.

Correct we got it and you should get info tonight.

Regards

Yes, I am wanting my bar to work on all pages, then on the exit I want my pop-up to work.

I downloaded the plugin and I am able to create the opt-in bar but it doesn’t show when I add it to the page.

Hi,

please send me url to your website and I will take a look.

Regards

Hi,

I found some JS erros on your website: http://arscode.pro/screens/2015-04-03_224514.png Please fix it first and then test Ninja Bar.

PS At this moment I cant see Ninja Popup inside the code of your website.

Regards

Hello, I am writing in the google translator.

I wonder if you have the pluguin in Portuguese in Brazil?

Hi,

Yes, all texts inside the popup can be translated to Portuguese.

Regards

I can’t get this to show up when I’m logged out. Also, my purchase code verification says invalid. Here is my site:

http://tinyurl.com/ly7dj7k

Thanks!

Hi,

please make sure that scripts in Advanced settings are enabled: http://arscode.pro/screens/2015-03-09_220308.png

I see W3 Total Cache there – please clean ore temporary disable it and then test.

Regards

Yes it works with a disabled w3.

1) Clean/disable W3TC

2) Set the popup on some Page/Post

3) Enable W3TC

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey