damians20171
Forum Replies Created
-
Thank you for your help
Hi,
Could you please tell me what is the solution?
I have the same problem.ACF Medium Editor Field v3.0.0
ACF to REST API v3.3.3
ACF PRO v6.0.5
All-in-One WP Migration v7.79
Change wp-admin login v1.1.0
classic editor v1.6.2
Compilanz Cookie v6.3.9
Orphans v3.0.4
Post Duplicator v2.28
Post SMTP v2.7.3
PublishPress Capabilities v2.6.1
Regenerate Thumbnails v3.1.5
SVG Support v2.5.4
TinyPNG – JPEG, PNG & WebP image compression v3.4.1
User Role Editor v4.63.2
WebP Express v0.25.5
WP-SCSS v2.4.0
WP Rocket v3.12.3.3
Yoast SEO v19.11
Theme is custom build one.@takayukister Do you have maybe any ideas what to do?
The situation is quite urgent because many sites cannot send messages – as you can see not only mine sites.
I don’t know for sure if this is directly related to Contact Form 7 but if so then we would appreciate some info.
If this is not with Contact Form 7 then it seems like recaptcha is useless and we must immediately search for another solution.
Thanks.@hasans321 Where did you get such error? I see no error log file and my browser console gives no error too.
Hi,
Link to the website in question is for example: https://lustraszklarz.pl/#kontakt
Unfortunatelly there is much more websites like that.Dzia?a, dzi?kuj? bardzo.
Hello, unfortunatelly it does not work.
There is something like wt_pklist_product_image_col in code you wrote.
My problem is not about product image col but problem is about images in product col.
I deleted the image col at all so it is not about that col.
PDF is generated with images of additional fields for woocommerce so it is not Product image and it is not about image col.Thank you for your try and i hope for next try of help.
The current version is 2.7.2. Plugin is now in free edition.
The second option is just to remove all the images from the product col.
- This reply was modified 4 years, 3 months ago by damians20171.
- This reply was modified 4 years, 3 months ago by damians20171.
Forum: Developing with WordPress
In reply to: Auto scrollThank you. @bcworkz your solution is good. I used another solution which is just to make some button or link on a page which scroll page to specific id on the bottom of page.
<a href="#id">
This button or link is clicked automatically after page loaded. I made 2 functions. 1 is just to setTimeout so 2 function can wait 3 secounds to page full load.function function1() { console.log('Welcome to My Console,'); } function1(); setTimeout(function2, 3000); function function2(){ document.getElementById("id").click(); };
Thanks for help ??
- This reply was modified 5 years, 6 months ago by damians20171.