Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tomdever

    (@tomdever)

    Hi MadsRadoor,
    Could you please leave some URL to your website? Also tell me, have you changed something in General Settings? And what WP theme you use?

    Thread Starter MadsRadoor

    (@madsradoor)

    Hey Tom ??

    The link is https://www.matchbiler.dk and I havnt changed anything. Changed the button to one of the other ones. It’s just, nothing seems to appear. Not even within the source code.

    Plugin Author Tomdever

    (@tomdever)

    I see the problem, it seems you use some plugin to hide [Add to cart] button and Product meta data , or may be this product is out of stock. PDF, Doc and Print buttons have been hided with [Add to cart] and Product meta data. So just do something to show [Add to Cart] button and all other buttons will be displayed too.

    However if you don’t want to do that, you can put this CSS file at the end of current theme style.css…
    1) Go to Dashboard > Appearance > Editor
    2) on the right main screen will be opened the style.css
    3) Scroll it down and put this code at the end

    .woocommerce-page .product_meta{
    display:block!important;
    }

    4) Click on Update file button
    5) Go to front and do Ctrl+F5 to reload all css file.

    That’s it

    Also I see the Print Button is the different. After the actions I mentioned above, go to WooPP > Print Manager , find “Type of button” option and change it to icon.

    Thread Starter MadsRadoor

    (@madsradoor)

    Ah! Duh, I’m such a tool! ?? Thanks alot mate!

    Hi there,

    I’m having the same problem the buttons aren’t showing on my product page or even in the source code, but my product add to cart button and meta are showing.
    https://aofsite2015.staging.wpengine.com/shop/desks/maple-u-shape-desk-with-glass-doors/

    Plugin Contributor gVectors Team

    (@gvectors-team)

    Hi aofmarketing,
    I think the reason of this issue is the “Request for Quote” plugin. It affects the product meta hook and doesn’t allow other plugins to add something else.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot see the buttons’ is closed to new replies.