Support for Envato Buyers Forums DGWork EDD Product Grid Setting

Viewing 1 reply thread
  • Author
    Posts
    • #11409
      victorsitaru
      Participant

      Hello. In version 1.1.4, I think ESD Product Grid does not work properly. Although I set the “Hide ‘Buy Now’ Button” and “Hide Price” value to “no”, it does not show anything when people hover their mouse over image! (no “buy now”, “Price” or “details”).
      In Archives or Categories, everything working properly.

      Regards,

    • #11414

      Hi

      Sorry for this issue, I checked it, it’s a bug in 1.1.4.

      Now you can edit hooks.php file in dgwork/inc/functions folder, find the following code

      add_action( 'wp_enqueue_scripts', 'dgwork_scripts',30);

      Change 30 to 10

      add_action( 'wp_enqueue_scripts', 'dgwork_scripts',10);

      Thanks

Viewing 1 reply thread
  • You must be logged in to reply to this topic.