Azragh
Forum Replies Created
-
Plugin Setup: Invoice Gateway For WooCommerce, Refer A Friend für WooCommerce,
Search By SKU, VarkTech Pricing Deals, WooCommerce Google Analytics Integration, WooCommerce Google Feed Manager, WooCommerce PayPal Payments, WooCommerce UPC, EAN, and ISBN and WooCommerce wallee.Available Payment methods are Twint, Credit Card, PostFinance Card, PostFinance E-Finance, PayPal and Invoice. Yes our client charges a 2.4% fee on the total amount of the cart (but only for credit- and debit cards, Mastercard and PayPal). Console shows no errors or warnings. Later Priority added, but didn’t work.
We tried to configure the plugin on the old shop of same client. There we get the error even without the rounding stuff (benke.ch/webalt). On this site we left it active as it’s only there for referencing old content atm so you could at least watch the behaviour.
However, since the error on the new page exists only with the rounding function, and the customer would agree with rounding the fees alone, your suggestion would be a good solution.
Can this be set in the plugin, or is there a special function for this?
Forum: Plugins
In reply to: [Unique Headers] Unique Header settings in custom meta boxOk not so simple..
Looks like I have to go a bit beyond my comfort zone here. x)
Thx for leading me into the right direction.
No issues anymore. ??
Thank you!
Yep. Same issue. ??
No, it is indeed not a big problem. Unfortunately, due to another incompatibility, I had to deactivate Polylang’s automatic language recognition, so for the time being, foreign-language users end up on the German page – so they can observe the error at least one time / on their first visit.
But all good for the moment, the customer also said it’s not so bad. It’s just me being a perfectionist. x)
Ok found the plugin which causes the issue: Multilingual Contact Form 7 with Polylang
Forum: Plugins
In reply to: [Polylang] Language flag hovers & hrefThe first one comes from the markup – you got the whole image tag in the title attribute of the link, which doesn’t make sense at all.. Polylang doesn’t do that per default so this has to be somewhere in the theme or another plugin. If you can’t change that, maybe this could help:
https://stackoverflow.com/questions/8078388/hiding-title-tags-on-hover
For the second one you have to connect the pages in the Backend – it seems like WP doesn’t know that they are related. Propably check your homepage settings & flush permalinks too?
Maybe someone else has better advice – just stumbled over your question while posting an issue by myself. ??
Forum: Plugins
In reply to: [Advanced Excerpt] Possible to get it to work with “Display Posts Shortcode”?Ah gotcha, that makes sense. Thx. =)
I assumed that the selection of the_excerpt() in the “Filter” setting in the backend would be sufficient.
Forum: Plugins
In reply to: [Contact Form 7] Fatal Error With Recent UpdateSame here:
:Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in C:\xampp\htdocs\xxx\wp-content\plugins\contact-form-7\admin\includes\welcome-panel.php:284
I only get these errors on my xampp installations which run on PHP 8, on our business site which is on 7.4 (and online) the update worked fine.
Forum: Plugins
In reply to: [WooCommerce] Price Slider Widget doesn’t work inside LightboxNvm just found out that you can disable duplicating HTML in featherlight with
data-featherlight-persist
. The problem was that the script was tied to the original form / its width, which of course always was 0.No success, only more problems. The last update broke my mobile previews completely cause they are in an iframe now. My editor styles seem now to be “included wrong” as im using add_block_editor_assets(). When I change this, I have to refactor the whole gutenberg css and merge it together with my tinymce styles. My custom property for editor with isn’t recognized on mobile previews anymore and gets lost when you switch back to desktop cause dom changes now. My changes to remove scrollbars on previews broke too cause i can now only address the HTML which holds the iframe and so on.. there are plenty more issues.
Honestly, im tired af. I posted so many issues there, invested hundrets of hours in updating my stuff the last years and still I have nothing nearly stable to offer to clients.
Just wanted to point out the error notice too. I can add widgets though. The error occured in my theme as well – there I had to remove
wp-edit-post
from my gutenberg script dependency to get rid of it. I have no idea why (I’m not so deep in programming) but so far everything seems to work.wp_enqueue_script( 'theme-blocks', get_template_directory_uri() .'/assets/js/blocks.js', array( 'wp-blocks', 'wp-dom-ready', 'wp-edit-post' ) );
changed to:
wp_enqueue_script( 'theme-blocks', get_template_directory_uri() .'/assets/js/blocks.js', array( 'wp-blocks', 'wp-dom-ready' ) );
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Deprecation Warnings in 5.8Well, that was fast. Thanks! =)
Thanks. ??
It’s very easy to fix though – I just had to define the variable somewhere before wpcfm-script-settings.js:
var wcfm_notification_sound = "";
Forum: Plugins
In reply to: [Unique Headers] Error notice in 5.7Thanks! Really apreciate your work. Without people like you the web would be a really sad place. =)