mcziel
Forum Replies Created
-
Hello Yordan,
Thank you. Still not working after adding that code snippet, now I get a blank logo.
What else can we try? What is weird it was working fine with the image hardcoded.
Thank you for the help.
Anything else I could try?
Hi,
I added the filter but it is not working, now I am getting this path:
s3useast1://HIDDENBUCKETNAME/wp-content/uploads/2022/01/09030600/HIDDENNAME.png
=/
I am sorry, I couldn’t upload it to filebin.net I was getting “insufficient storage” which is weird because the file’s size is 7 kb.
You can check the file here https://we.tl/t-f11N1y7CFC
I notice that when the file is saved the image path is different, through inspect HTML the image path looks like this:
<img src="https://cdn.HIDDENDOMAIN.com/wp-content/uploads/2022/01/09030600/HIDDENIMAGENAME.png" alt="HIDDENALT" />While the saved file looks like this:
<img src="./invoice_files/HIDDENIMAGENAME.png" alt="HIDDENALT" />- This reply was modified 3 years, 6 months ago by mcziel.
When I added &output=html to the URL and it printed the HTML I was able to see the image properly.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Various server and plugin conflictsTry this:
Comment line 21 and then add in line 22 $thepostid = get_the_ID();
File: perfect-woocommerce-brands/classes/admin/class-pwb-coupon.php
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] After recent update can’t set coupon limitsTry this:
Comment line 21 and then add in line 22 $thepostid = get_the_ID();