ethical
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Fatal error trying to activate this plugini should add ive enabled troubleshooting mode and ONLY had woo and the payments plugin active on the default wordpress theme and error still happens.
Forum: Plugins
In reply to: [GenerateBlocks] create overlay and move image caption on top of imageyes i did that didnt work. i edited my css a bit and found away to center it and it work! without the TOP 0 command, but alas my client may like it at the top afterall..
thanks!
Forum: Plugins
In reply to: [GenerateBlocks] create overlay and move image caption on top of imageactually ive sorted out item 1 now so just need solving of #2
thanks!
Forum: Plugins
In reply to: [GenerateBlocks] create overlay and move image caption on top of imagei solved the space issue with css (see below my css) if you have a look now, my last 2 issues are
1) the black background spilling over on the vertical spacing
2) centering vertically the caption?.wp-block-image figcaption a { background-color: unset; } .wp-block-image a { display: inline-block; width: 100%; height: 100%; color: #fff; background-color: #000; } .gb-grid-wrapper .wp-block-image { position: relative; float: left; display: flex; align-items: center; justify-content: center; } .gb-container .wp-block-image img { opacity: 0.7; vertical-align: middle; clear: left; margin-bottom: 10px; } .wp-block-image figcaption { font-size: 20px; font-weight: bold; text-align: center; color: white; max-width: 360px; float: left; position: absolute; top: 0; display: flex; margin: 0 auto; }Thanks
Forum: Plugins
In reply to: [GenerateBlocks] create overlay and move image caption on top of imagealso need to know how to get rid of the extra space between rows now so they are all in a nice grid.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 spins with woocommerce enabledsee work around posted here
https://wordpress.org/support/topic/getting-http-403-and-http-400-responses-when-submitting-form-or-refreshing-nonce/
appears to be an issue on the woocommerce side of things.Forum: Plugins
In reply to: [WooCommerce] Contact form 7 spins with woocommerce enabled@johnnyb thanks for that workaround! it appears to work for me as well. looking forward to this getting fixed properly.
Forum: Plugins
In reply to: [WooCommerce] Contact form 7 spins with woocommerce enabledno password protection here and nothing related to woocommerce on the form page.
Forum: Plugins
In reply to: [WooCommerce] Contact form 7 spins with woocommerce enabledits not caching, forms dont work with ALL OTHER plugins deactivated and caches cleared first before deactivating.
i also dont cache JS on this site either and adding in that Js code makes the forms work so…
- This reply was modified 5 years ago by ethical.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 spins with woocommerce enabledi should add the forms work fine if logged in as admin on wordpress, but not for the public
Forum: Plugins
In reply to: [WooCommerce] Contact form 7 spins with woocommerce enablednot for me, i should add the forms work fine if logged in as admin on wordpress, but not for the public
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 spins with woocommerce enabledwell the code i add allows the form to be submitted, however the thank you form has been sent message does not show up with this implemented.
please help us solve this issue.
Forum: Plugins
In reply to: [WooCommerce] Contact form 7 spins with woocommerce enabledwould love a reply from either plugin as to a real solution?
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 spins with woocommerce enabledwould love a reply from either plugin as to a solution, many others reporting the issue as well.
i have added this code for now as cant have the forms not working
add_filter( 'wpcf7_load_js', '__return_false' );but again thats just turning off JS not an ideal solution.
John
- This reply was modified 5 years ago by ethical.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 spins with woocommerce enabledi have lots of other plugins, but i’ve tested and deactivated them all and the one thing holds true if i deactivate woocommerce, the forms work fine.. yes i tried different themes as well.