https://pasteboard.co/PV5o3b9gvlDF.png
Thanks
]]>View post on imgur.com
… and here is how it looks in received email:
View post on imgur.com
]]>Do you have a css snippet to fix it?
]]>I have tried to disable all caching. I have tried to change the color using custom CSS. I have tried with and without identical global button settings.
Nothing helps.
You can check the code. It’s the black button saying “PR?V VORES TILBUDSUDREGNER” on the frontpage. It should not be black. It should be orange.
I cannot figure out what is going on.
Everything worked fine yesterday before I updated Elementor and Elementor Pro.
]]>After the new update yesterday, I have had issues with Elementor.
Initially, my issue was Elementor wouldn’t load at all after the new update. I figured out that an optimiser plugin was causing that issue. I deleted it and now it’s loading.
However, then a new issue started …any styles I change in Elementor are no longer being applied to the actual webpage.
When a new page is Created in Elementor and Published or I try to amend an existing webpage and all settings are grand within WordPress but then styling is removed on the Webpage Preview. I have tried deleting caches, etc. I also have checked for php errors.
Any suggestions?
]]>
]]>I noticed the tab of Bulk Discount is missing a span, which creates a styling issue in the admin. You could solve this by adding a span on line 583 in woocommerce-bulk-discount.php.
Current:
echo ‘<li class=”bulkdiscount_tab bulkdiscount_options”>‘ . __( ‘Bulk Discount’, ‘wc_bulk_discount’ ) . ‘
‘;
https://prntscr.com/igt86k
Fix:
echo ‘<li class=”bulkdiscount_tab bulkdiscount_options”><span>’ . __( ‘Bulk Discount’, ‘wc_bulk_discount’ ) . ‘</span>
‘;
https://prntscr.com/igt7ar
Good luck!
]]>Please take a look to the screenshots I made for you and you’ll see what’s wrong.
1. https://www.screencast.com/t/iqMNW0LaOD
2. https://www.screencast.com/t/zIeRJCj5
It would be great if you could update your plugin because you plan to come out with a pro version.
Kindest regards,
Thorsten