juriix
Forum Replies Created
-
Ok, thank you.
Hi,
- You won’t deploy 7G at all? 8G is still in beta – https://perishablepress.com/8g-firewall/
- when will the next update be out?
Thank you
- This reply was modified 1 year, 7 months ago by juriix.
Forum: Plugins
In reply to: [BulletProof Security] BPS Plugin 403 Error Pageerror log
[403 GET Request: 7. 8. 2023 – 11:28]
BPS: 6.9
WP: 6.2.2
Event Code: BFHS – Blocked/Forbidden Hacker or Spammer
Solution: N/A – Hacker/Spammer Blocked/Forbidden
REMOTE_ADDR: 77.92.200.36
Host Name: cust-77-92-200-36.inext.cz
SERVER_PROTOCOL: HTTP/1.1
HTTP_CLIENT_IP:
HTTP_FORWARDED:
HTTP_X_FORWARDED_FOR:
HTTP_X_CLUSTER_CLIENT_IP:
REQUEST_METHOD: GET
HTTP_REFERER: https://ventip.cz/mesta/praha/
REQUEST_URI: /udalosti/?location=Praha,+Praha,+%C4%8Cesko;50.08747,14.42125,20&recurring-date=upcoming&sort=order-6758&post-status=publish
QUERY_STRING: location=Praha,+Praha,+%C4%8Cesko;50.08747,14.42125,20&recurring-date=upcoming&sort=order-6758&post-status=publish
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36Hello, ok, let me know. Thanks for now.
Ok, thank you.
Ok, And is it possible to add a capatch for admin login?
Thank you.
Regards
And I don’t suppose there’s any way this could be handled via email? I mean, the code came to the email?
Thank you
Forum: Plugins
In reply to: [BulletProof Security] Search request is throwing a “403 Forbidden” error[403 GET Request: 1. 8. 2023 – 20:00]
BPS: 6.9
WP: 6.2.2
Event Code: BFHS – Blocked/Forbidden Hacker or Spammer
Solution: N/A – Hacker/Spammer Blocked/Forbidden
REMOTE_ADDR: 2a03:4b80:b700:a9c0:60b3:7e79:ef16:711c
Host Name: 2a03:4b80:b700:a9c0:60b3:7e79:ef16:711c
SERVER_PROTOCOL: HTTP/1.1
HTTP_CLIENT_IP:
HTTP_FORWARDED:
HTTP_X_FORWARDED_FOR:
HTTP_X_CLUSTER_CLIENT_IP:
REQUEST_METHOD: GET
HTTP_REFERER: https://ventip.cz/udalosti/
REQUEST_URI: /?vx=1&action=search_posts&type=udalosti&recurring-date=upcoming&location=Muharrem+Fejza+32,+Prishtina+10000,+Kosovo;42.64579,21.17176,5&sort=nearby(42.64579,21.17176)&post-status=publish&limit=15
QUERY_STRING: vx=1&action=search_posts&type=udalosti&recurring-date=upcoming&location=Muharrem+Fejza+32,+Prishtina+10000,+Kosovo;42.64579,21.17176,5&sort=nearby(42.64579,21.17176)&post-status=publish&limit=15
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36Forum: Plugins
In reply to: [WooCommerce] Woocommerce related (similar) products by attributeHello,
Unfortunately there it’s solved using shortcode and PHP which I’m not able to do.
I would need something that goes into functions.php .This code works but is unfortunately only for one attributes and I would need three.
add_action( 'woocommerce_after_single_product', 'custom_output_product_collection', 12 );
function custom_output_product_collection(){ --- YOUR SETTINGS --- $attribute = "Hlava"; // <== HERE define your attribute name
$limit = "4"; // <== Number of products to be displayed
$cols = "2"; // <== Number of columns
$orderby = "rand"; // <== Order by argument (random order here) --- THE CODE --- global $post, $wpdb; // Formatting the attribute
$attribute = sanitize_title( $attribute );
$taxonomy = 'pa_' . $attribute; // Get the WP_Term object for the current product and the defined product attribute
$terms = wp_get_post_terms( $post->ID, $taxonomy );
$term = reset($terms); // Get all product IDs that have the same product attribute value (except current product ID)
$product_ids = $wpdb->get_col( "SELECT DISTINCT tr.object_id
FROM {$wpdb->prefix}term_relationships as tr
JOIN {$wpdb->prefix}term_taxonomy as tt ON tt.term_taxonomy_id = tr.term_taxonomy_id
JOIN {$wpdb->prefix}terms as t ON tt.term_id = t.term_id
WHERE tt.taxonomy LIKE '$taxonomy' AND t.term_id = '{$term->term_id}' AND tr.object_id != '{$post->ID}'" ); // Convert array values to a coma separated string
$ids = implode( ',', $product_ids ); --- THE OUTPUT --- echo ' '.__( "Collection", "woocommerce" ).': '.$term->name.' '; echo do_shortcode("[products ids='$ids' columns='$cols' limit='$limit' orderby='$orderby']"); echo '';
}- This reply was modified 2 years, 1 month ago by juriix.
Hello,
I’ve turned on the cache, but it’s still not ideal,
e.g.
https://magentka.cz/online/online-zbozi/online-maminky_a_deti/
and
https://gtmetrix.com/reports/magentka.cz/YgAOaKB2/Hello,
this?
https://www.dropbox.com/s/zz2ih5thzp3mfuh/1.png?dl=0
https://www.dropbox.com/s/nt0rb4izg53fbo9/2.png?dl=0
https://www.dropbox.com/s/d30pn732pdy8yv3/3.png?dl=0
https://www.dropbox.com/s/6x5eu0drrlvx1k9/4.png?dl=0
https://www.dropbox.com/s/alaqolenbzlabcu/5.png?dl=0
https://www.dropbox.com/s/b2cveil74z11ouj/6.png?dl=0
https://www.dropbox.com/s/84ydaxdzhyq40fi/7.png?dl=0
https://www.dropbox.com/s/kv3b4qv0iaydydp/8.png?dl=0
https://www.dropbox.com/s/s8womwt6ef1dmxl/9.png?dl=0Hello,
which setting?Thank you.
Hello,
i read and i have,
1. Super Cache
2. switch off dynamic recount in the filter – disable
3. yes
4. memory limit 512MBWhat now?
Thank you.
Ok, thank you.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Is it possible to set the Conditions?Hello,
Display.
I would need to edit individual pages like in Elementor PRO, e.g. Archive, 404, … .
Create a template and display it as Archive, 404, …
Thank you
Regards