• Resolved prangsia

    (@prangsia)


    I can see code below in the Page source.

    <td class="product-name">
    <a href=i removed it because it was too long"> ??</a><br />
    <span class="custom-attributes"></span><br />
    <dl class="variation">
    <dt class="variation-">?? ??:</dt>
    <dd class="variation-"><p>2??</p></dd>
    <dt class="variation-">?? ??:</dt>
    <dd class="variation-"><p>??(???)</p>
    </dd></dl></td>

    but, on the page, the attribute are not displayed!
    i don’t know why this happening…
    i don’t think it is a problem of UTF-8, isn’t it?

    you can come to my website “www.passpsat.com”

    https://www.ads-software.com/plugins/woocommerce-show-attributes/

Viewing 1 replies (of 1 total)
  • Thread Starter prangsia

    (@prangsia)

    i resolved!!!! t_t(happy happy happy)

    .woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
    display: none;
    }

    i dont know why this class value was display:none!

    i just changed this value to
    display: block !important;

    thankyou!

Viewing 1 replies (of 1 total)
  • The topic ‘Not working… all the things are same with before installation’ is closed to new replies.