PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
If 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.

Hello Pablo, thank you for your time and feedback.

I'll try to get feedback from Google. Maybe this will help.

Thanks for Support

Hello

Welcome;)

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;
});

Hello

Unfortunately, I can't check or fix this without FTP access

Hello, thank you for the support. The FTP data is stored. Best regards

Hello

Please  add wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

Hello, thank you is deposited. Thanks for the support

Hello

Please do a test

Hello Pablo, great thanks, it works.

Best regards

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;)

Thank you :-) so much

welcome;)

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,

 

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

Hello, thank you, I found a solution. Enter the whole URL then it doesn't just work /shop/

Thanks for the support

Welcome :)