• Product can only be downloaded if you open the freebee category and see all free products.
    If you open the product to show this product the downloadbutton is there but when you click it will not download.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Richard Webster

    (@rwebster85)

    There’s some script preventing download, probably a conflict with the button classes. Add this custom snippet to your site, preferably using a plugin like Code Snippets.

    add_filter('somdn_get_button_classes', 'custom_somdn_get_button_classes_woo', 20, 1);
    function custom_somdn_get_button_classes_woo($classes)
    {
    	return ' button'; 
    }
Viewing 1 replies (of 1 total)
  • The topic ‘works only on category show’ is closed to new replies.