Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171788
    intagems
    Participant

    On https://www.intagems.com

    Have all the latest updates for WordPress, X-Theme and Cornerstone.

    After changing a product category or making a new page, the rollover that says product details is missing.

    Example1: https://www.intagems.com/platinum-gold-wedding-bands/ (this shows the details on rollover)

    Example2: https://www.intagems.com/diamond-rings/ (this doesn’t show product details on rollover)

    #1172039
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1177091
    intagems
    Participant
    This reply has been marked as private.
    #1177596
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the issue. After doing some investigation, I noticed that you have inserted an invalid html code in your topbar content. Please update it and use this instead:

    
    <b><span class="topbarleft left-text">PHONE: 213-689-9650</span>
    <span class="topbarright right-text"> <a title="My Account" href="https://www.intagems.com/my-account/">ACCOUNT</a> | <a title="My Account" href="https://www.intagems.com/cart/">CART</a></span></b>

    And you also need to update your custom css code:

    .topbarleft, .topbarright {
        width: 48%;
        display: inline-block;
        margin: 4px;
        float: left;
    }
    
    .topbarright {
        float: right;
    }

    Please keep in mind that any invalid html code could affect other elements and even messed up the whole page.

    Please let us know how it goes.

    #1177681
    intagems
    Participant
    This reply has been marked as private.
    #1177792
    Lely
    Moderator

    Hi There,

    Upon checking, it is because of the following custom CSS:

    a.button.add_to_cart_button {
        display: none !important;
    }

    See this:http://screencast-o-matic.com/watch/cDQD1kj25x
    Please remove that or specify on which page that supposed to work so we can adjust it to be specific.

    #1178423
    intagems
    Participant

    That didn’t work either, that’s just for the actual ‘Add to Cart’ button. I added removed that code for now so you can see it’s not working. I’m talking about the rollover, when you rollover a product on the ‘Diamonds’ page for example, it should say ‘Details’.

    #1179006
    Rad
    Moderator

    Hi there,

    It should be available here https://docs.woocommerce.com/document/change-add-to-cart-button-text/, and add the last code to your child theme’s functions.php

    And you may change this line

    return __( 'Read more', 'woocommerce' );

    to this

    return __( 'Details', 'woocommerce' );

    Cheers!

    #1181644
    intagems
    Participant
    This reply has been marked as private.
    #1182270
    Lely
    Moderator

    Hi There,

    Unfortunately “Add to cart” can’t be shown on shop page for variable products. “Select options” are it’s default woocommerce behavior. Read More will be replace by Select Options link which in your case is hidden as stated on reply #1177792. The entire point of a variable product is that choosing what option you want. Select option indicates that a product has a available variations. Variations are presented as dropdown on product page. You could make it a normal product instead if you want the Read More link.

    Hope this helps.

    #1183643
    intagems
    Participant

    Thank you that worked! I had two copies of the button hide in css. Lesson learned, I will have to look through all the code thoroughly when adding or changing anything. Thanks again!

    #1183815
    Jade
    Moderator

    You’re most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1171788 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>