Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 6 years, 6 months ago svetar1212
    Participant
    Post count: 4

    Hello,
    thank ypu for ypur kind assistance!
    Impresa developers told me that I should use some code like this to turn on hooks you mentioned.

    add_shortcode('product-loop-start', 'child_product_loop_start');
    function child_product_loop_start(){
     if (is_admin()) {
      return false;
     }
     ob_start();
     do_action('woocommerce_product_loop_start');
     return ob_get_clean();
    }
    

    But I’m not a great developer, so I cannot understand what to do next. Could you help?


    in reply to: Filter shortcode to display at custom page
    6 years, 6 months ago svetar1212
    Participant
    Post count: 4
    This reply has been marked as private.

    in reply to: Filter shortcode to display at custom page
    6 years, 6 months ago svetar1212
    Participant
    Post count: 4
    This reply has been marked as private.

    in reply to: Filter shortcode to display at custom page
    6 years, 6 months ago svetar1212
    Participant
    Post count: 4
    This reply has been marked as private.

    in reply to: Filter shortcode to display at custom page
Viewing 4 posts - 1 through 4 (of 4 total)
© Copyright Sitesao.com - Support Policy