Automatic Submission
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from bulli on January 16, 2024, 19:40Hello Pablo, thank you for your time and feedback.
I'll try to get feedback from Google. Maybe this will help.
Thanks for Support
Hello Pablo, thank you for your time and feedback.
I'll try to get feedback from Google. Maybe this will help.
Thanks for Support
Quote from Pablo Borysenco on January 17, 2024, 12:53Hello
Welcome;)
Hello
Welcome;)
Quote from bulli on February 8, 2024, 19:44Dear Pablo, the problem with the redirection from the home page filter to the shop filter unfortunately doesn't work yet.
Can you please look at this?
Thank you very much
add_filter('woof_filter_shortcode_args', function($args){
if (is_home()) {
$args['ajax_redraw'] = 0;
} else {
$args['ajax_redraw'] = 1;
}
return $args;
});
Dear Pablo, the problem with the redirection from the home page filter to the shop filter unfortunately doesn't work yet.
Can you please look at this?
Thank you very much
add_filter('woof_filter_shortcode_args', function($args){
if (is_home()) {
$args['ajax_redraw'] = 0;
} else {
$args['ajax_redraw'] = 1;
}
return $args;
});
Quote from Pablo Borysenco on February 9, 2024, 12:13Hello
Unfortunately, I can't check or fix this without FTP access
Hello
Unfortunately, I can't check or fix this without FTP access
Quote from bulli on February 9, 2024, 19:18Hello, thank you for the support. The FTP data is stored. Best regards
Hello, thank you for the support. The FTP data is stored. Best regards
Quote from Pablo Borysenco on February 12, 2024, 11:50Hello
Please add wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Hello
Please add wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Quote from bulli on February 12, 2024, 18:47Hello, thank you is deposited. Thanks for the support
Hello, thank you is deposited. Thanks for the support
Quote from Pablo Borysenco on February 13, 2024, 12:51Hello
Please do a test
Hello
Please do a test
Quote from bulli on February 13, 2024, 15:48Hello Pablo, great thanks, it works.
Best regards
Hello Pablo, great thanks, it works.
Best regards
Quote from Pablo Borysenco on February 14, 2024, 11:43Hello
I added in functions.php
add_filter('woof_filter_shortcode_args', function($args){
if (is_front_page()) {
$args['ajax_redraw'] = 0;
} else {
$args['ajax_redraw'] = 1;
}return $args;
});welcome;)
Hello
I added in functions.php
add_filter('woof_filter_shortcode_args', function($args){
if (is_front_page()) {
$args['ajax_redraw'] = 0;
} else {
$args['ajax_redraw'] = 1;
}
return $args;
});
welcome;)
Quote from bulli on February 14, 2024, 21:48Thank you :-) so much
Thank you :-) so much
Quote from bulli on August 11, 2024, 01:39Dear Support Team,
We are using the following code on our homepage:
[woof sid="flat_grey woof_auto_3_columns" redirect="/shop/"]
Thanks to your previous assistance, we optimized our filter with the following code:
// Woof 1
add_filter('woof_filter_shortcode_args', function($args){
if (is_front_page()) {
$args['ajax_redraw'] = 0;
} else {
$args['ajax_redraw'] = 1;
}
return $args;
});// Woof 2
add_filter('woof_html_types_view_select', function($path){
$path = get_stylesheet_directory();
$path .= "/woof/select/select.php";
return $path;
});add_action('wp_enqueue_scripts', 'riode_child_css', 1001);
Unfortunately, since the last update, the redirect to the
/shop/page no longer works.The console error message is:
Uncaught TypeError: Failed to construct 'URL': Invalid URL
at woof_get_submit_link (url_parser.js?ver=1723332094:8:146)
at woof_select_direct_search (front_comprssd.js?ver=1723332094:1:42110)
at HTMLSelectElement.<anonymous> (front_comprssd.js?ver=1723332094:1:41692)
at HTMLSelectElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)We would greatly appreciate your help in resolving this issue.
Thank you in advance for your assistance!
Best regards,
Dear Support Team,
We are using the following code on our homepage:
[woof sid="flat_grey woof_auto_3_columns" redirect="/shop/"]
Thanks to your previous assistance, we optimized our filter with the following code:
// Woof 1
add_filter('woof_filter_shortcode_args', function($args){
if (is_front_page()) {
$args['ajax_redraw'] = 0;
} else {
$args['ajax_redraw'] = 1;
}
return $args;
});
// Woof 2
add_filter('woof_html_types_view_select', function($path){
$path = get_stylesheet_directory();
$path .="/woof/select/select.php";
return $path;
});
add_action('wp_enqueue_scripts', 'riode_child_css', 1001);
Unfortunately, since the last update, the redirect to the /shop/ page no longer works.
The console error message is:
Uncaught TypeError: Failed to construct 'URL': Invalid URL
at woof_get_submit_link (url_parser.js?ver=1723332094:8:146)
at woof_select_direct_search (front_comprssd.js?ver=1723332094:1:42110)
at HTMLSelectElement.<anonymous> (front_comprssd.js?ver=1723332094:1:41692)
at HTMLSelectElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)
We would greatly appreciate your help in resolving this issue.
Thank you in advance for your assistance!
Best regards,
Quote from Alex Dovlatov on August 12, 2024, 14:24Hello
Also try to clean all kinds of cache in the browser https://pluginus.net/how-to-reset-page-cache-in-the-browser/
Also in tab Options->"Optimize loading of HUSKY JavaScript files" set No, Save and reset all possible kinds of cache
If no luck please in the secret area of the current ticket share link to the site /shop
Hello
Also try to clean all kinds of cache in the browser https://pluginus.net/how-to-reset-page-cache-in-the-browser/
Also in tab Options->"Optimize loading of HUSKY JavaScript files" set No, Save and reset all possible kinds of cache
If no luck please in the secret area of the current ticket share link to the site /shop
Quote from bulli on August 12, 2024, 18:01Hello, thank you, I found a solution. Enter the whole URL then it doesn't just work /shop/
Thanks for the support
Hello, thank you, I found a solution. Enter the whole URL then it doesn't just work /shop/
Thanks for the support