yydevelopment
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin doesn’t work with elementor editorHey, thanks for your replay and sorry about it, seems like my version was a bit older and i had to update it.
So if i go into Page Optimization >> Tuning >> Role Excludes >> and i remove Administrator the elementor button on the top bar don’t show up any more and i wasn’t able to edit the page.
It seems like it works on the new version but the problem is that the plugin don’t cache the admin version so the reason it works is because when i set the Administrator to be cache as well it doesn’t
I tested on my localhost and not on live site, and i have sent the report like you asked.
Report number: HUTTGOAZ
Report date: 12/16/2021 20:56:58Thanks
Forum: Plugins
In reply to: [Comments Alert Notification] Shows hidden commentsSorry that is not a function i will be able to support
Forum: Plugins
In reply to: [Comments Alert Notification] Shows hidden commentsNever mind, seems like woocommerce using the same review method on the comments so i guess we are back to the older version in the new update
Forum: Plugins
In reply to: [Comments Alert Notification] Shows hidden commentsHey, sorry to hear that but unfortunately the Hivepress plugin functions is not something I can support, the plugin only support the wordpress comments functions.
So you probably need to decide which version was better for you this one or the older one and if the older one was better you should rollback to it.
You can find the older version download on this page
https://ww.wp.xz.cn/plugins/yydevelopment-comments-notification/advanced/Forum: Plugins
In reply to: [Comments Alert Notification] Shows hidden commentsHey i have released an update, see if that fix the problem
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Having 2 problems with the pluginHey there, i mainly need the email and txn id from paypal but unless i do something wrong i get the user email id and not the email he paid with using paypal.
So if for example i use this code
$order = wc_get_order(9529); echo $order->get_billing_email();It returns the user email and not the paypal email (the order was paid with different paypal email than the user email).
Are there any other new tags for the plugin that allow me to collect the paypal payment data? I mainly need the ability to detect the order payment details from paypal incase it will require refund or something else.
At the moment i get the transaction id but it would make my life a bit easier to get the paypal paid email as well.
Thanks again
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Having 2 problems with the pluginHey thanks for the detailed answer,
So in terms of the second question, can’t i even get basic data regarding the paypal payment like the paypal email? and if what different from the client email inserted on the order?
Thanks
Forum: Plugins
In reply to: [WooCommerce] get_the_permalink() not returning clean urlSeems like this is the correct way to get the url if someone got the same problem
$product = wc_get_product( $product_id );
$product_permalink = $product->get_permalink();Forum: Plugins
In reply to: [WooCommerce] get_the_permalink() not returning clean urlHey thanks, I think it might cause problem if the permalink will change in the future so i guess the safe way is to keep it as it is.
Thanks for the thought
Forum: Plugins
In reply to: [WooCommerce] get_the_permalink() not returning clean urlHey thanks for your reply,
The premalinks on the site for products are set to the defualt so in there it show this:
http://www.website.co.il/product/sample-product/And when i chooce the defualt and save it set it to custom structure and in there it show this:
product/The way i use to the code is simple get the get_the_permalink with the id so something like this:
echo get_the_permalink(4386);Now when the id is that of a page i get the regular page url
http://www.website.co.il/sample-page/When it set to product id i get this
http://www.website.co.il/?p=8282And when i enter the page it redirect me to the correct product url:
http://www.website.co.il/product/product-name/On the shop the url is the correct when but when i try and get the product url with the get_the_permalink and the product id i get the short url that redirect the user to the right url.
I don’t the the problem is the premalinks in this case. Is there other way to get the page url with an id and without the get_the_permalink?
Thanks
Hey i did all of the options including “Login Whitelist” seems like there is some kind of way to pass that.
The best other option i had to use it to make max login attempts into 1
And the lockout time length to very long so they won’t be able to get it from the same ip twice for a long time.In the end i gave up and removed the email notification by mail.
Forum: Plugins
In reply to: [Page & Post Notes] Can I search for notes in wp-admin?Hi, it does not but you are able to use this plugin and view which pages on your site has notes in them and also view the notes from there.
https://ww.wp.xz.cn/plugins/show-all-pages-url/Hey me again, just an update unfortunately I had about a week of quiet time but the attackes came back so it seems like the brute force options didn’t work.
It seems like they hackers probably fount a way to try and login into the site outside the regular login page.
Oh great thanks for your help appreciate that
Thanks for the help, it seems like so fare i had above without messages.
I have also change the “Time Length of Lockout” to about 2 years to block repeating ips so that helps as well if the hattacks come from the same ips.By the way does you plugin offer some kind of way to block all ips for login but one ip? or ip range or that is not something that possible?
Thanks again for this great plugin.