• Resolved claudiomazzarago

    (@claudiomazzarago)


    Hi, Please help me understand how to use this plugin! I need to view individual attributes at different points on my product page. If I try to use {attribute: taxonomy} in my block of text, nothing happens. Where should I use it? Thanks a lot to anyone who wants to help me, I’m desperate … ??
    thanks!
    C.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mjke87

    (@mjke87)

    Hi Claudio,

    The placeholders only work in the attribute’s “additional description field” that you find, when you open an attribute term’s edit screen.

    You can display the text you enter there at the following two spots on your product:

    1. Append it to the main description
    2. Show it in a separate tab

    You change the behavior for each attribute individually in the attribute edit screen.

    I don’t know if Elementor has any influence on the display, never tested it.

    Cheers,
    Mike

    Thread Starter claudiomazzarago

    (@claudiomazzarago)

    ok thanks, but no way to have attributes taxonomies outside the description box in your opinion ? Thanks

    Plugin Author mjke87

    (@mjke87)

    You might be able to achieve this with some coding, but otherwise is currently not possible.

    Thread Starter claudiomazzarago

    (@claudiomazzarago)

    yes, of course but I have no idea where to start :'(

    Plugin Author mjke87

    (@mjke87)

    Hi Claudio,
    I think the easiest would be something like this:

    add_action('YOUR-ACTION', function() {
        $instance = \MJJ\WooProductAttributeTab\Tabs::instance();
        $content = $instance->extend_product_description('append');
        echo $content;
    });
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘doesn’t work with Elementor pro ??’ is closed to new replies.