Testing Things
Forum Replies Created
-
Hello @caoba and thank you very much for your help!!
Indeed it was at least a part of the solution. Disabling element caching did help, the page can now be accessed even if some parts of the HTML are changed and still break visually the page. For example, some “br” or “p” tags have been added… I’m not sure why, since they are not present in the source code. But it looks like elementor decided to convert only some new line characters (?) by “br” tags for some elements and for some reasons. Thank you again for your help!
I’m still trying to know why this happened because my installation look unstable do now.
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Doesn’t work on localhost?Not sure why this is marked as resolved? This isn’t resolved to me ??
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Doesn’t work on localhost?Hello and thank you for you quick answer.
I have PHP 8.0.26. Mysql 5.7.40 and Apache 2.4.54.
When using the chat, it requests admin-ajax.php which answer :
status:”success”, msg:”Something went wrong” data:null
When using the content writer, it loads admin-ajax.php as well from load-scripts.php
And the result is :
{“status”:”success”,”msg”:”Something went wrong”,”data”:””,”content”:”
<\/h1>”,”next_step”:”tagline”,”img”:””,”description”:””,”tocs”:””}On a production environnement with a domain name (but with other Apache/PHP/Mysql versions), it works.
So it might have something to do with my network installation…
Best
- This reply was modified 2 years, 1 month ago by Testing Things.
Hi @muffinpeace
Thank you for your friendly answer.
I did reach out to you through your form a little after writing my question here.
I wrote my website and other details there.
Please keep me informed.
BestHello,
Same problem here.
When setting up Worfence’s 2FA, the wp-login.php page is re-used with “reauth=1” param, but the captcha doesn’t appear anymore and it becomes impossible to log in.
ThanksEDIT
the answer : add the following code in your functions.php (it will disable the captcha for admin, since it may no be needed as we use the 2FA instead)add_filter( 'authenticate', function( $user, $username = '', $password = '' ){ if ( $user instanceof WP_User && class_exists("anr_captcha_class") ) { if ( array_intersect( $user->roles, [ 'administrator' ] ) ) { remove_filter( 'authenticate', array( anr_captcha_class::init(), 'login_verify' ), 999, 3 ); } } return $user; }, 990, 3 );
- This reply was modified 3 years, 10 months ago by Testing Things.
Forum: Reviews
In reply to: [Gutenberg] One of the worse update of wordpress’ historyAlright, I understand your points.
To be honest, I’m not coloring words in every blog post. I color a word each 100 posts. But still, the day I would need it, I would prefer to have a quick access to the color button. I guess the classic block might fit for that purpose…But one of the most problematic points right now is about the links. I did love the way I could search a post link with a keyword, without having to manually search and copy a link. Do we also need the classic block for that? And by the way, will the classic block be deprecated in the future?
Thank you.
Forum: Reviews
In reply to: [Gutenberg] One of the worse update of wordpress’ historyHi Orlando, and thank you for the tips!
That’s indeed useful and I will definitely use them if I switch back to Gutenberg.But it’s still not OK to me to install a plugin to put a word or two in red… CSS is not a better option and is hard to maintain.
Wouldn’t it be 10 times easier and better to just add a single button for that?
Anyway, I’m not a WP dev, I’m just giving my opinion as a (full time) WP writer, we can definitely find alternatives and different ways to do the same thing, but the classic editor had them all. The advantages of Gutenberg aren’t big enough to me.Forum: Reviews
In reply to: [Gutenberg] One of the worse update of wordpress’ historyI’m not going to take again your affirmations point by point.
You wrote your opinion about what and how it should be, and that’s alright.But, please take into consideration that I’m not the only one “upset” by this, there are plenty of complaints.
The way you judge my theme as a “bad” one or mean that I don’t know how the web works shows that you seem to underestimate people’s feedback, and that’s problematic.
Telling that the underline button is not needed and that nobody needs to add colors is almost shocking. How can you even decide how people should write on their websites? Some important words need to be put in red (and even underlined). Same for the word counters, isn’t Yoast SEO (one of) the top downloaded plugin? It looks like most of the WP users care about the number of words!
To be honest, I think you may have misunderstood some of my points (or I didn’t explain clearly, sorry if that is the case…). For example, about the links… I might be abnormal to you but I don’t usually paste links, I link to my own content by searching a post title through the WordPress field… That way I don’t need to open a new tab or search in the browser’s bar the link I want. And I should mention that sometimes I don’t remember all the posts I wrote for years, so I love the ability to search a keyword and get the post link to it.
Blocks or fundamental, I agree, but usability too.
Forum: Plugins
In reply to: [Easy Table of Contents] Table of contents and SEO?I guess it means yes since I found out myself it was showing in the SERPs.
Hello,
I just sent an email to you with additional details.
Thank you.Same problem here for some weeks.
No fixes so far.
Any idea?Cannot edit so I update in another post: it’s seems like this error is persistent, even if everything seems to be working fine?
Hello,
Same problem here…
It looks like it just works when using pure text in the widget. But when using html tags the code crash and the plugins isn’t working.Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Radar 2.0?Hello,
I wouldn’t tell it is, I’m using the latest version as of today, and it is not. The problem is explained in this topic: https://www.ads-software.com/support/topic/upgrade-radar-2-0/Can we get a clear answer on how to use Radar 2.0? Is it working only under specific setups?
Thank you.Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Upgrade Radar 2.0Thank you for the follow up.
Stripe now only requires the customer object:“Create payments using the customer object
Save cards using the customer object”I’m using the default woocommerce installation. With the “capture payment” option inside the Stripe Woocommerce settings. I don’t use the inline cc form and don’t use 3D Secure, but also don’t use the Stripe Checkout Page.
I guess this is what xblkvs calls the guest checkout because my customers order first and then can access their account.If all the customers need to save their payment info, I guess I won’t be able to use radar? Most of them don’t save their info. Is it possible to make it mandatory or to bypass this in order to use radar 2.0?
Thank you.- This reply was modified 6 years, 11 months ago by Testing Things.
- This reply was modified 6 years, 11 months ago by Testing Things.