Jay
Forum Replies Created
-
I will test on IE9 today, thank you.
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps Appearing@jpinches
Your link is password protected, I can’t view anything. I will however set a static front-page on my test site along with using your setting and see what I come up with.Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps Appearing@atoro
You can just add the css to the new custom css box, it will overwrite the theme of the popup.Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps AppearingTux,
Yea I had an issue I guess my logic was off abit, I’ll get on that, thanks for the bug fix.
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps AppearingSo the issue is directly related to only static front pages?
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Mistake is the latest versionI can’t help what I can’t see. As you see in the video provided, the plugin works flawlessly for me. Therefore this either has to be a plugin conflict issue or something just isn’t right. If you can’t provide me with debug information or at the very least a page that’s causing the issue while the plugin is active, I cannot help you.
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Content Warning Keeps Appearingcan you give me a link to the page?
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Mistake is the latest versionWould you mind turning on debug in your wp-config and providing me the output during plugin activation?
Forum: Plugins
In reply to: [Agy - Age verification for WooCommerce] Mistake is the latest versionTested the download from WP.org directly into my Wp install, works fine.
What WP version are you using, i’m 3.6
Tranny,
I’m sorry I’ve had a lot going on. I have a v3 in the works, and I’m getting rid of the old Thickbox and replacing it with a better jQuery alternative, that’s also fit for responsive sites.
In the new version I believe I’ve drastically decreased the load on servers, espeically since I’ve taken the AJAX calls from 3 to 1. Less overhead that way.
The new code has literally been written from scratch, and I’ve scrapped everything from the existing plugin, hence the V3. Not to mention a more simple and less confusing options panel that now includes the WP Visual Editor instead of those plain old text boxes. I still got some kinks to work out between clients but expect by the end of the month, if not the beginning of the next.
Forum: Hacks
In reply to: Password-protect form in nav-dropdown/modal?You would need to check if the post is password protected in the loop via the post global (example).
Edit: You can use the post_password_required() function instead.
If it is, you would use your own function to pop out the say, thickbox or so with a password form. For the form you can use the get_the_password_form()
More info on functions related can be found here.
Tho, I do believe you gave me a plugin idea XD
Forum: Hacks
In reply to: Adding rel- next and prev and canonical links on paginated pagesI’m in my tablet so forgive my grammar, but you may want to look at the is_paged conditional
This may be due to the issue of multiple AJAX calls in conjunction with Thickbox. I will however be doing a re-write once the options framework is finished (link at the end). I’ll also be adding themeing functionality and multiple bug fixes.
Unfortunately I haven’t had time to actually work on anything lately due to life issues. However, your settings look right. The only thing I can assume that it’s due to one or more of the following, AJAX, Thickbox, or Cookies being handled improperly for mobile.
I will look around the web for working with cookies on mobile to see if it’s different, as I didn’t develop this plugin with mobile in mind.
Link to the Options Framework Wiki: https://github.com/JayWood/jw-options-framework/wiki
I believe I took care of this in an email. Here it is FYI:
Set Per-Page/Post to yes
Set Default to Disable
Then go to the post/page to edit it, and set the dialog to enabled.Do you care to elaborate on this or provide me a direct link to the page that’s having the problem?