• Resolved Justin007h

    (@justin007h)


    I had a Problem that was solved when i added a new plugin to my site now it has caused another issue that im sure can be easily solved with some custom code or re-coding. When i added a plugin called “Show Single Variations Shop & Category for WooCommerce” it causes my product titles to show double for some reason. I narrowed it down to my “miini” theme and the plugin together. i have no alternative and need to use this plugin. attached is the photo of my issue

    https://snipboard.io/JYGCl9.jpg

    any help is appreciated
    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    Try to adding this line of code to your active theme’s/child theme’s functions.php file:

    remove_action('woocommerce_shop_loop_item_title', array( 'WSSVSC_Admin', 'WSSVSC_abChangeProductsTitle' ), 10 );

    Good luck

    Thread Starter Justin007h

    (@justin007h)

    @yazdaniwp that code didn’t seem to do the trick. when I “inspect element” on a page i see two <h2 class=”woocommerce-loop-product__title”> dropdowns and i can remove the second one and fix my problem but when i go into my theme editor there is only one there.

    thanks

    Hi

    You tested?

    The “Show Single Variations Shop & Category for WooCommerce” removes default woocommerce default product’s title in loops but seems your theme customized loop’s hook and the plugin can’t remove it, so my code prevent plugin to add product title in loop.

    Please test and confirm.

    Thanks

    Thread Starter Justin007h

    (@justin007h)

    @yazdaniwp , yes i added the code to the themes functions.php file and it did not change anything on the website. i even placed it in multiple locations to see if that would make any difference.

    Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    Hi @justin007h,

    As this is an issue cause by the third party plugin, we recommend reaching out to their support team regarding this issue. This is no longer a WooCommerce plugin related issue so will close this thread for now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Product title displaying twice on shop pages’ is closed to new replies.