Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shellbot

    (@shellbot)

    Hi

    It looks like this might be an incompatibility between my plugin and your theme (you should be able to confirm that by briefly switching to a default WP theme such as Twenty Sixteen).

    Unfortunately as you’re using a paid theme there’s no easy way for me to take a look at it. If you want to email me directly at hi[at]codebyshellbot.com we can discuss further and hopefully narrow down the problem.

    Hello @ dsamaras and Shellbot,

    Thank you for your plugin. I am the developer of the theme in question. The incompatibility arises because the theme and the plugin modifies the WooCommerce’s default action woocommerce_before_subcategory_title to show their own thumbnails.

    Unfortunately this means the theme cannot be used with the plugin. However here is the gist that does the same thing as the plugin and it should be pasted (from line 2) in your child theme’s functions.php:

    https://gist.github.com/ibndawood/b367bca7574719c443e4cad4e408e952

    @shellbot, the theme uses a function called mc_subcategory_thumbnail instead of woocommerce_subcategory_thumbnail. The function mc_subcategory_thumbnail wraps the output of the function woocommerce_subcategory_thumbnail

    Plugin Author Shellbot

    (@shellbot)

    Thanks for the explanation and workaround @ibndawood, much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The product images doesn't replace placeholder’ is closed to new replies.