• Resolved bragatodaniela

    (@bragatodaniela)


    Hi! I installed your plugin (great, it was what I was looking for). I’m using Yootheme Pro as a builder, and through the shortcode, I can put it exactly where I want it, the only problem is that it shows up on the “Description” tab as well. I’ve tried to remove it, to no avail, would you be able to help me out?

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

    (@hakik)

    Hi @bragatodaniela

    Thanks for reaching out to us. Really sorry for your inconvenience.

    Please create a child theme or use Code Snippet plugin. Then put the below code to child theme’s functions.php or as a snippet inside snippet plugin.

    function pvt_yootheme_builder_support(){
    	global $pvtfw_allocation;
    	remove_action('template_redirect', array($pvtfw_allocation, 'pvtfw_variant_table_init'), 30);
    }
    add_action('init', 'pvt_yootheme_builder_support');

    After doing that, please let me know is it resolved your issue or not.

    Thanks

    Thread Starter bragatodaniela

    (@bragatodaniela)

    Thank you for your response!
    So I tried putting the code in the function.php of the child theme but it didn’t work.
    I solved it simply like this:
    Inside the single product I returned the WYSIWYG to the Classic editor and inside there was the shortcode, which I deleted and returned the text I had previously!

    Thanks anyway, very kind!

    Daniela

    Plugin Author Hakik Zaman

    (@hakik)

    Hi @bragatodaniela

    I see, there was a shortcode inside the classic editor.

    I am very glad that you found a solution.

    If you found our support and plugin helpful, my humble request to you to write your beautiful thought here-

    https://www.ads-software.com/support/plugin/product-variant-table-for-woocommerce/reviews/

    Your beautiful thought keeps us inspired.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PVT & Yootheme’ is closed to new replies.