justinvdhoek
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] HTTPS Rewrite issueNope, it’s changed to non-www a few months ago.
Might be the .htaccess was never updated, but the solution is in my second reply.Thank you for replying so fast!
Forum: Plugins
In reply to: [WP Fastest Cache] HTTPS Rewrite issueI fixed it.
My htaccess contained a lot more from WPFC# BEGIN WpFastestCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTPS} =on RewriteCond %{HTTP_HOST} ^www.bodis.nl # Start WPFC Exclude # End WPFC Exclude # Start_WPFC_Exclude_Admin_Cookie RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=Bodis # End_WPFC_Exclude_Admin_Cookie RewriteCond %{HTTP_HOST} ^www.bodis.nl
Remove the “www.” from the RewriteCond and now it is working properly so far
- This reply was modified 6 years, 4 months ago by justinvdhoek.
Hi @markwt
How about necessary cookies?
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upThank you for for info so far!
Guess i will need to figure this out, since i haven’t used jQuery before.
If i find a solution, i will post it back hereForum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature clear bugI removed the <label> and also added a border around the signature field.
This seems to be working now! It’s not auto-clearing on-click anymore ??Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upI’ve added the jQuery to my global javascript file but it still does not show it.
If i create it on a single form, i do see the signature, but get another issue.https://kinderworld.demo.bodis.nl/a/ is able to make a signature, but on-click also slects the clear button for some reason.
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upHi there,
Thanks for the quick reply.
https://kinderworld.demo.bodis.nl/inschrijfformulier/ is the form.Just insert “test” at the required fields.
3rd page has the Signature field.Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Signature field wont show upI have the exact same issue.
All i see is a clear button, the signature field is not visible.Using WP 4.9.1 and CF7 4.9.2
Please help us fix this
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] How can I change the size of the image?Hi @marc_j
Code above works perfectly.
Is there a possibility to center the text also? The text is now appearing at the top of the circle, if i make the circle larger.Thankyou!
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Swatches not showing with WC 3.0.8I just installed this plugin, and got the same issue.
It just shows an empty dropdown after configuring it correctlyForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] errors setting api key@nickyoung87
Any date for this fix?Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Saving API Key failsAre you using PHP 7.1?
There is a bug, with this version.Using PHP 7.0 should solve it, untill the developers of this plugin solve the bug.
- This reply was modified 7 years, 5 months ago by justinvdhoek.