• Resolved martydev

    (@martydev)


    Hi, in may account – downloads page I see strange string ‘<span> – </span>’ between product name and variation – https://i.imgur.com/QhMQptM.jpg and – https://i.imgur.com/O6eZD2h.jpg
    I asked support with this problem from site themplate and woocomerce plugin, but problem not from woocomerce and themplate

    then I disabled plugins one by one and problem solve when I disable translatepress

    Please advice me how decide the problem

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter martydev

    (@martydev)

    Hello
    any ideas?

    Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    Please try to keep just TranslatePress, WooCommerce, and the plugin that is required to create these account sections. If the issue persists we will need to investigate in details, that’s why I suggest opening a ticket on our website, specifying that you already report this on the free forum.

    Kind Regards,

    Thread Starter martydev

    (@martydev)

    thx for answer, ok.

    I need press this link? – Open a New Support Ticket – Paid Version
    what I need past in License Number*?

    Or press “Ask a Pre-sale Question” ?

    • This reply was modified 3 years, 9 months ago by martydev.
    Thread Starter martydev

    (@martydev)

    done – pre-sale question

    thanks

    Plugin Support Alex

    (@alexcozmoslabs)

    Please try using the following code to remove the span variation (if you still encounter this issue):

    • Create an empty plugin like this: https://gist.github.com/sareiodata/76f701e01db6685829db
    • Add the following code to the end of it:
      add_action('init', 'trpc_remove_woo_wrap_variation', 9999);
      function trpc_remove_woo_wrap_variation(){
      	remove_filter( 'woocommerce_product_variation_title', 'trp_woo_wrap_variation', 8, 4;)
      }
    • Install this plugin via FTP (copy it inside wp-content/plugins) or create a zip archive with it and install it via the WordPress plugin upload functionality.
    • This reply was modified 3 years, 8 months ago by Alex.
    • This reply was modified 3 years, 8 months ago by Alex.
    Thread Starter martydev

    (@martydev)

    thanks so mutch!!!!
    Its help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘span tag in woocomerce variable product’ is closed to new replies.