peesen87
Forum Replies Created
-
Hello @wfpeter
Thank you so much for your fast respone, we checked the settings for the xmlrpc-authentification and deleted it. Also 2fa is required for all users.
The page so far looks clean and we set back all passwords. Fingers crossed it stays that way 🙂
Thank you so much for your help!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Performance problems with stripe pluginHello @frankremmy Thank you so much for looking into our problem. This really helped us a lot! We are currently testing different concerns around our performance and it looks like we could not find the problems (yet). This needs a lot of more testing. As soon as we are done we are coming back to this post with what we found out.
Thank you so much!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Performance problems with stripe pluginHi @thelmachido, you can find our report here: https://pastebin.com/zBMqjRTc
Thank you so much for looking into it!
Forum: Plugins
In reply to: [Advanced Editor Tools] Shy is removed when i swich tabs in editorI could sove the problem with:
/* allow the using of ­ */
$init[‘entity_encoding’] = ‘named’;
$init[‘entities’] = ‘160,nbsp,173,shy’So my full init script is now:
function tiny_mce_init($init) {
$init[‘block_formats’] = ‘Paragraph=p;Ăśberschrift 1=h1;Ăśberschrift 2=h2;Ăśberschrift 3=h3;Ăśberschrift 4=h4’;
$init[‘extended_valid_elements’] = ‘div[*],article[*]’;
/* allow the using of ­ */
$init[‘entity_encoding’] = ‘named’;
$init[‘entities’] = ‘160,nbsp,173,shy’;
return $init;
}
add_filter(‘tiny_mce_before_init’, ‘tiny_mce_init’ );Forum: Plugins
In reply to: [WYSIWYG Character Limit for ACF] Add link not working@codeandcore Thank you so mich for your feedback and looking into this. We currently solved it with another plugin but might change if this gets fixed in the future.
Thank you and i look forward to the release-fix 🙂
Forum: Plugins
In reply to: [WooCommerce] Actions in MyAccount order – Removed it@shahzeenfarooq Thank you so much for reporting this! As i see the issue will be fixed in version 9.8. For so long i will use my template override. Thank you so much for that quick and clear communication regiarding the issue!
Forum: Plugins
In reply to: [WooCommerce] Actions in MyAccount order – Removed itHello Zubari, hmm i think it is strange i could fix it by removing the tfoot in the order-detail.php file (Template override). Does this not mean its a WooCommerce core problem?
Best, PascalHi Takayuki, thank you so much for your feedback. Thats all i needed to know. I just wanted a yes or a no but this kind of is very disappointing right now. Im also open to contribute money but in that case sure, i let this go and probably move away from contact form 7 as soon as i have time with all my clients.
Forum: Plugins
In reply to: [Contact Form 7] Hooks and i18n JS includesThank you, so you deregister the scripts currently when you dont use WooCommerce? I mean but whats the thing behind that? This is a bug right?
Forum: Plugins
In reply to: [Contact Form 7] Loaded scripts – Are they all correctHello this is me again but im quite frustrated right now cause i try to get to the bottom of this and dont get any help.
So, are the scripts
- wp-hooks-js
- wp-i18n-js
- wp-i18n-js-after
Necessary or is this an error, that they are loading? Im so, so, so thankful for your answer cause i think this is a bug.
Forum: Plugins
In reply to: [Contact Form 7] Hooks and i18n JS includesHi Mike, im sorry but i kind of never got the notifications for your answer. Finally im so happy that i got feedback to a question i started two topics about but never heard a thing. So as you mentioned you said you dregister the whole scripts. Does this remove the :
- wp-hooks-js
- wp-i18n-js
- wp-i18n-js-after
This scripts apper when i use contact form also when i dont use WooCommerce. I dont thinkt that they are needed but i dont get any feedback from the plugin development which is quite frustrating.
So you blocked these scripts on pages that dont need WooCommerce?
Forum: Plugins
In reply to: [Contact Form 7] Hooks and i18n JS includesHi Mike, did you find out why this happens? I also see more scripts loaded and get no feedback here. Its kind of frustrating now cause i really like to not load unecessary things. Looking forward to hear from you!
Forum: Plugins
In reply to: [Contact Form 7] Loaded scripts – Are they all correctThis is now kind of really devastating for me. I would really like to know what all these script are about. Thank you so much for looking into that and giving me a short update!
Forum: Plugins
In reply to: [Contact Form 7] Loaded scripts – Are they all correctHello again, sorry but is it possible to get an answer to this question. This is really important to me!
Forum: Plugins
In reply to: [Contact Form 7] Are all these scripts necessary – 5 JS-Scripts by CF7Hello whole community! I would really like to get an answer on this topic. Is it correct, that contact form 7 is loading all that scripts or do i have problems with my theme? I would really love to get an answer! Thank you so much!