OnePress
Forum Replies Created
-
Forum: Reviews
In reply to: [OnePress Social Locker] Too much advertismentsThank you for your detailed clarification. We will take it into account preparing the plugin to the next update and remove some plugin notifications inside WP.
Paul
- This reply was modified 4 years, 4 months ago by OnePress.
Forum: Reviews
In reply to: [OnePress Social Locker] Too much advertismentsHi,
Sorry to hear that you are not satisfied by the plugin. Please clarify – what advertisements do you mean?
The plugin suggestions to go to the premium version only on own pages. There is a single topbar that appears several times and can be closed easily.
We would glad to hear your suggestions to make the upgrade offer less annoying.
Paul
Forum: Plugins
In reply to: [OnePress Opt-In Panda] Hide completly for suscribersHi,
I will be glad to assist you.
You need to use the Pass Code feature that you can attach to links in your emails: https://snipboard.io/liQyjf.jpg
This passcode is appended to an URL. Once a user opens an URL with the passcode, special browser cookies are set and the locker does not appear for current and future visits of this user.
Paul
Hi,
Thank you for using the Opt-In Panda plugin.
Probably you need this field: https://snipboard.io/XcHjGA.jpg
Please let me know if you don’t have it in the plugin.
It’s the second field from the top.Paul
Forum: Plugins
In reply to: [OnePress Opt-In Panda] CookiesHi,
The plugin utilizes the local storage instead of the cookies.
You can access it this way:
for(let i=0; i<localStorage.length; i++) { let key = localStorage.key(i); console.log(key); console.log(localStorage.getItem(key)); }
The email form sets an item with the following key:
opanda_{hash}_hash_formInstead of accessing the locker flag you can also set your own cookies using the hook:
$.pandalocker.hooks.add( 'opanda-unlock', function(e, locker, sender){ document.cookie = "myCookie=123"; });
Paul
- This reply was modified 4 years, 5 months ago by OnePress.
Forum: Plugins
In reply to: [OnePress Opt-In Panda] Mailing service Sendy, name not setForum: Plugins
In reply to: [OnePress Opt-In Panda] SendGrid: Unable to get the lists: access forbiddenHi,
Thank you for pointing this issue.
We have updated the plugin to include support for the latest version of the Sendgrid API. Please update the plugin to the v.2.6.1.
The plugin will determine a version of the API it has to use automatically. Also you can specify the version manually on the page Global Settings -> Subscription Options.
Paul
Forum: Plugins
In reply to: [OnePress Social Locker] Any plans to support Gutenberg?Thank you for the screenshots.
Please try to update the plugin manually. It seems something gone wrong. The update had to appear in your WordPress.
Paul
Forum: Plugins
In reply to: [OnePress Social Locker] Any plans to support Gutenberg?Hi,
It supports in the latest versions. You can find the blocks ‘Social Locker’ and ‘Sign-in Locker’ when editing via Gutenberg. Please let me know if you have more questions.
Paul
Forum: Reviews
In reply to: [OnePress Opt-In Panda] Does exactly what I needHi,
Thank you for your feedback. Really glad to hear that!
Paul
Forum: Plugins
In reply to: [OnePress Social Locker] Launch locker after X articles readHi,
Thank you for your interest in the Social Locker plugin.
Yes, it’s possible via the Advanced Visibility options. For example this way:
https://snipboard.io/hKgmVP.jpgPlease let me know if you have more questions.
Paul
Forum: Reviews
In reply to: [OnePress Social Locker] Good thing I didn’t buy itHi,
The Twitter button has several options and modes. Please turn on the option “Double Check” for the Tweet button to check whether the user has actually tweeted:
Paul
Forum: Plugins
In reply to: [OnePress Social Locker] Twitter share gets easily bypassedForum: Plugins
In reply to: [OnePress Social Locker] Can’t create Twitter app (invaid callback URL)Hi,
Please use the following URL without parameters:
https://leandroperez.com.ar/wp-admin/admin-ajax.phpPaul