solosails
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Match for WooCommerce] Not Working For me at allThank you for the info – I’ll take a rummage around.
Forum: Plugins
In reply to: [Price Match for WooCommerce] Not Working For me at allOK, thats a shame – thank you .
Is there a hook or something I could use to make sure the button displays?
Forum: Plugins
In reply to: [Price Match for WooCommerce] Not Working For me at allHi, Thanks for the reply – I guess it might be the template as I don’t see Request Price match link.
I am also using a later version of Woocommerce than the plugin page says is compatible, could this be the issue perhaps?
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Default Mute enabledThat’s great – Thank you very much!
Forum: Reviews
In reply to: [Simple Share Buttons Adder] Acquired by ShareThis And Tracker Added!Wow, I’ve only just found this out – was trying to track what was adding the spam to my website and found this thread – what a pity – deleted it now from my website.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Remove titleI think this might be because we are using it as a widget -as a widget, you do get the title (at least I do anyway with the latest version)
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Default Mute enabledHi bbb0,
Thanks for the quick response and feature request.
in the meantime, any idea how to implement a filter to enable this?
Many thanks.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Remove titleI found you can remove this via CSS using …
li#flowplayer5-video-widget-2 h3.widget-title {
visibility: hidden;
}Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Remove titleHi, This is the same for me, it is not checked in the Skinning tab, yet displays above the video Div.
Forum: Plugins
In reply to: [W3 Total Cache] Client IP being cahedHi Dmitry.matora
I tried this, unfortunately it does not stop the caching of the IP, the only thing I can do to get a reliably ‘Live’ IP, is to set the page with the form not to cache – but there MUST be some query string or something that could just ensure that the call for IP isn’t cached in the form?
Forum: Plugins
In reply to: [W3 Total Cache] Client IP being cahedHi dmitry.matora,
Thanks for taking the time out to post this ! I’ll give it a go. My form is ajax enabled, so hope it might work.
Thanks again!
Forum: Plugins
In reply to: [W3 Total Cache] Client IP being cahedAny ideas what and where to add the above to make sure they never get cached anyone? Hopefully it is that simple! Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Client IP being cahedSo, this is the response from Gravity forms when asked what calls/queries Gravity forms use that might need white listing – if anyone can make a useful observation on what might be the issue and what can be added to W3 in order to stop this IP caching, I would REALLY appreciate it because at present the only way I can get around this is to add the form page to the list of pages not to cache which is not a good solution .. Thanks in advance
the plugin uses the first ip it finds when retrieving the values from the HTTP_CLIENT_IP, HTTP_X_FORWARDED_FOR and REMOTE_ADDR headers in the $_SERVER super global. So you will want to prevent the caching for any of these. Also excluding the POST request using to submit the form data is a good practice too.
Forum: Plugins
In reply to: [W3 Total Cache] Client IP being cahedCuriouser and curiouser …
I have just looked at some of the entries and can see that the IP recorded in the form is actually different to the IP recorded in the Gravity forms back-end details –
So, the form’s IP field has a different IP to the Admin details of the user (which are correct)
This is stopped by turning off page cache – so what could be causing this? Any ideas anyone!? Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Gravity FormsI have been using all of the settings with no issue, however, the IP function has been giving me cached results when using age cache – this could be part to do with the CDN that I’m using though.