onepack
Forum Replies Created
-
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] Can't insert products or widgets in pagesI have the exact same issue here. All works well except for “insert”.
Nothing happens.Forum: Everything else WordPress
In reply to: Sudden flood of fake registrations. Anyone else?Hi Mugsy,
Thank you for your reply. At this moment I’m writing my own challenge that will replace the capcha. Only thing left is to make it random so the security is stronger.
As we get 20 or more fake signups a day it’s necessary to fix it asap.
Forum: Everything else WordPress
In reply to: Sudden flood of fake registrations. Anyone else?It’s getting worse and worse even with capcha on the registration form. Any idea how they get past the captcha?
Forum: Plugins
In reply to: [WP Modal Login] Auto Refresh page after logging inHi Blakelock… A modal is supposed to do that.
It’s a caching issue in my case so it would not make any difference to have an extra redirect added.
It’s also a bad habit to fix an issue with a plugin.
In my case I checked what might cause this behavior and found W3TC Browser cache: Expires header and Control header were causing this issue. Disabling them for CSS/JS and HTML solved the it.Forum: Plugins
In reply to: [WP Modal Login] Auto Refresh page after logging inThis is probably not an issue related to the plugin but to browser caching. I built my own modal login and found out that the login/logout status is not updating in Chrome unless I clear the browser cache (F5).
Will look into it some more.The exact same issue here. All scheduled functionality is broken on our site after installing w3 total cache. I have increased garbage collection time and stopped cache preload but with no effect.
I’m just wondering if the schedule functionality will ever work when a site is cached heavily.Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] why upgradeIt happened on two environments. Dev on a local wamp (with cache disabled) and prod.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] error after upgrade to v2.0.0[jwplayer player=”custom player size” mediaid=”35798″] changed to [jwplayer player=”1″ mediaid=”35798″] is also something that needs to be fixed straight away.
All videos from before the upgrade have the default size and are not recognized by the player because of this.Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] why upgradeThe marketing manager must be one of the old departments in the companies I worked for. They no longer exist…
Maybe some people also noticed that all the settings done in your customized player will be still there but the developers changed the way of the embed code from [jwplayer player=”custom name” mediaid=”35798″] to [jwplayer player=”1″ mediaid=”35798″].
This means that all the videos before the upgrade will be shown in the default size as the plugin won’t recognize “custom name” as it is now looking for a number…
Ahhh my hair… more like this and I’m bold in a year or two.Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] JP player settings goneSo I went into the post and added the same video again… and now what..
The “embed with” still shows the player sizes but once selected and inserted into the post it is called:[jwplayer player=”1″ mediaid=”35798″] instead of:
[jwplayer config=”Article XL” mediaid=”35798″]Why?????
So I need to do a custom sql query again to fix this? What about the people that don’t know how to do that?
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] JP player settings goneSaving all the player setups in the JW-payer configuration doesn’t help and also saving the post with the video in it doesn’t help. The size remains default.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] JP player settings goneI went to the dev environment, upgraded to 6 and checked again. All players are still there in the player management and in the article I can see that the player still has: [jwplayer config=”Article XL” mediaid=”35798″] but the size is the default small size…
So my question is. What’s up with this jw 6 upgrade that takes out the Analytics and reverts all video’s to the default size in all posts….
I deactivated the plugin now until there is an update.
I cannot see stats as well since the last upgrade to 1.9
Also the editing of comments seems to be broken. WYSIWYG is gone since the upgrade.
I disabled the plugin and the comment editing possibility was back.
Re-enabling the plugin gave the issue that I had to re-connect with wordpress.com after doing so I went to check the stats and comment-reactions but both are still broken.Forum: Plugins
In reply to: [Quick Chat] [Plugin: Quick Chat] Quick-chat breaks Lightbox PlusI went to check the firebug console and found out it is because of the custom function where jquery 1.4.4 is included in the frontend to make some older scrips work.
I completely forgot about this until I checked the firebug and immediately removed this function and it works now. I will update the theme’s outdated scripts so they work as well.