Tagged: x
-
AuthorPosts
-
September 12, 2016 at 12:51 pm #1171788
intagemsParticipantHave 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)
September 12, 2016 at 4:02 pm #1172039
DarshanaModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
September 15, 2016 at 2:18 pm #1177091
intagemsParticipantThis reply has been marked as private.September 15, 2016 at 8:48 pm #1177596
Rue NelModeratorHello 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.
September 15, 2016 at 10:44 pm #1177681
intagemsParticipantThis reply has been marked as private.September 16, 2016 at 1:42 am #1177792
LelyModeratorHi 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.September 16, 2016 at 12:21 pm #1178423
intagemsParticipantThat 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’.
September 16, 2016 at 10:49 pm #1179006
RadModeratorHi 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!
September 19, 2016 at 11:03 am #1181644
intagemsParticipantThis reply has been marked as private.September 19, 2016 at 7:13 pm #1182270
LelyModeratorHi 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.
September 20, 2016 at 2:52 pm #1183643
intagemsParticipantThank 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!
September 20, 2016 at 5:55 pm #1183815
JadeModeratorYou’re most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1171788 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
