Becki Beckmann
Forum Replies Created
-
ups … sorry … wanted to submit a support ticket and ended up in the review section.
please delete this post.
thank you
Becki- This reply was modified 4 years, 4 months ago by Becki Beckmann.
Hello again,
I had a look in your code a while back looking how to hide βVerification Statusβ column in the WP admin user listing. The columns were added via filters but while trying to un-hook those filters another problem with anonymous class / object came into focus.
So with a bit of google the following code does the job.
But it would be better to change your code to not initiate an anonymous object. Perhaps you can look into this when working on a future update?
thanks again
& best regards
Becki/** * here we want to remove the columns in the user listing wordpress admin * plugin user verification adds those columns 'Verification Status' Verified | Unverified * * The problem * With WordPress API, you can't remove the filter my_action because MyClassA and MyClassB don't have a variable! * The right way to load class is : $my_class_b = new MyClassB(); * * also see /inc/wp-filters-extra.php * * @link https://github.com/herewithme/wp-filters-extras */ remove_filters_for_anonymous_class( 'manage_users_custom_column', 'class_user_verification_users_columns', '_users_columns_display', 10 ); remove_filters_for_anonymous_class( 'manage_users_columns', 'class_user_verification_users_columns', '_users_columns', 10 ); //remove_filters_with_method_name( 'manage_users_custom_column', '_users_columns_display', 10 ); //remove_filters_with_method_name( 'manage_users_columns', '_users_columns', 10 );Forum: Plugins
In reply to: [Shariff Wrapper] Filter to add class to svg element to track button clickHello again,
GTM has the option to do click tracking via click elements and matching CSS selectors. this way there’s no need to add an additional class to svg element.
please consider this topic as resolved π
thanks again for such a great plugin!
greetings
BeckiHi @alexius08,
thanks again for your reply & help guding me to the proper information.
your help is much appreciated!I will look into it later but consider this topic resolved.
thanks, greetings
& keep up the good work you’re doing
BeckiHello @alexius08,
thanks a lot for your reply π
I will have a look into the hook you provided. Does this hook only load the CSS or also the javascript needed?
For example, I use the content toggle block and also the progress bar block. when using these blocks some additional javascript is loaded:
/wp-content/plugins/ultimate-blocks/src/blocks/content-toggle/front.build.js
/wp-content/plugins/ultimate-blocks/src/blocks/progress-bar/front.build.jshow can I load the necessary javascript?
As a workaround I just copied the content of the page used in the one-pager section into the content of the one-pager page.
this one-pager page uses a special frontpage template to render the one-pager with all its sections.
the content of the one-pager page itself never gets displayed. But this way ultimate blocks will inspect the content and load the CSS and JS.
But it’s not a nice solution as I always need to copy between pages when updating content.
there must be a more elegant solution?
anyone?
thanks & greetings
BeckiHello @gabyimagely,
thanks for the quick fix! Applied, tested and it is working π
perhaps the dev team will be able to also fix the attach-to-post popup in a future release? that would be awesome!thanks again & greetings to you & dev team for your time, help & service
BeckiHello @gabyimagely ,
thanks for getting back on that issue.
looking forward to some feedback from the dev team.greetings
BeckiHello again π
just to make things sure I reproduced this behaviour on another server. It’s also an OpenSuse 15.1 Box with PHP 7.2.5
Running the latest wordpress 5.3.2 with standard theme twenty sixteen and latest nextgen gallery 3.2.23 which is the only plugin being activated.
then I went into theme twentysixteen functions.php and modified function code to force an error function_exists(…) -> function_exists123(…)
refresh the page and voila … php error displays right in the web browser.
Error thrown Call to undefined function function_exists123()even though php.ini states display_errors = off. Also apache does not report a 500 fatal error. just a 200 OK
79.242.28.21 - guest [02/Feb/2020:10:01:25 +0100] "GET / HTTP/2.0" 200 75 "https://wpdev.beckspaced.com/"once i de-activate nextgen gallery plugin all is back to normal.
no php error messages in the browser.
apache gives a 500 error
79.242.28.21 - guest [02/Feb/2020:10:19:57 +0100] "GET / HTTP/2.0" 500 2850 "https://wpdev.beckspaced.com/"and the php error shows up in the logs
[02-Feb-2020 09:20:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function function_exists123() in /.../.../functions.php:35As nextgen gallery states php 7.3 in the requirements I also installed php 7.3.14 on the server with the exact same results.
perhaps someone can look into this? I would be more than grateful π
thanks a lot for your help
greetings
BeckiI also tried to submit a bug here: https://www.imagely.com/report-bug/
But wordfence never lets me submit anything. If you need apache server logs and more prove then please let me know how I can submit that to you.
for me it really is an urgent issue as I want apache to report a 503 error and php to log the error.
how can I find errors if php stop error logging them? and apache sends a 200 status code instead of a 503?
PLease help!
thanks & greetings
BeckiForum: Plugins
In reply to: [Kustom Checkout for WooCommerce] Woocommerce Germanized legal checkboxHello @michaelbengtsson
just send a support ticket to the email address you provided. Thanks!
best regards
BeckiForum: Plugins
In reply to: [Contact Form 7] Add quiz math used to email being sendthanks, will have a look at it π
Hello @klarna,
thanks a lot for your reply and providing the infos about the settings and testing.
with best regards
BeckiForum: Plugins
In reply to: [Contact Form 7] Add quiz math used to email being sendhello @takayukister,
thanks again for your reply and pointing me in the right direction π
The thing with captcha is the EU Cookie law and GDPR which asks for a opt-in before using google captcha on the site.
so I had to disable google’s recaptcha and looking for simpler ways to get rid of SPAM.
thanks again for such a nice plugin and kepp up the good work!
greetings
BeckiForum: Plugins
In reply to: [Kustom Checkout for WooCommerce] Woocommerce Germanized legal checkboxHello again,
did a bit more testing on this issue as we got incoming orders with a fallback due to an error in the checkout (Error message: Please accept our terms and conditions.).
the issue is easily to replicate. Please go to our shop at https://www.kca-lab.com/shop
Add a product to the cart and then proceed to the checkout. there just select Klarna and the Klarna Checkout starts. Fill in your personal info and do not accept the terms and conditions checkbox on the left from germanized plugin.
then click on place order and the klarna checkout will reload and turn grey with the blinking 3 dots. at the top it will load the kco-required notice and say some required fields are still missing.
as the notice is loaded at the top most users won’t actually see that! so users perhaps think the checkout got stuck? there’s some problem? and they just hit F5 or do a reload of the checkout …
once the checkout is reloaded you can just place the order without having to accept the terms & conditions! you just fill in your birth date and place the order … done!
which is actually not that good as this creates a fallback due to an error in the checkout. the order is then set to ‘on hold’ …
how can we fix this issue?
thanks & greetings
BeckiForum: Plugins
In reply to: [Contact Form 7] Add quiz math used to email being sendok … added
[_raw_math-quiz]to the mail body
which send me the result of the math quiz, 17 in my casewould it also be possible to get send the math quiz task?
not the result but the math quiz task the user needs to solve
in my case the math quiz task was 14 + 3I have different math quiz tasks setup
some with only digits like 1+1 … 3+1 … 7+5
some combining digits and words like one + 2 … 7 + two … four plus 2if spam comes through the form I would like to see which math quiz task the spammers had to solve before being able to send the email.
I want to know which math quiz tasks perform better. the ones with only digits? the ones combining digits and words?
Do you know what i mean?
sorry to bother and thanks a lot for your time, help & service
Greetings
Becki