Forum Replies Created
-
AuthorPosts
-
Hi Nikko
I do see it now.
Thank you for your patience
Have a great remaining of your day.
LyseHi Ismael,
It was still happening to me. So I started to delete some of the items in my cart until one of the products I deleted fixed the cart.
I’m good now so you can close this ticket.
Thank you
LyseHi Rikard,
Here’s a link to the screenshot of my cart: https://snipboard.io/u1gNyB.jpg
LyseSeptember 30, 2023 at 1:24 pm in reply to: Quantity field no longer shows on product page for variable products #1420953Hi Mike
Sorry for the late response.
WooCommerce support was able to provide a solution for the problem. All is working now.You may close that ticket now.
Thank you
LyseHi Ismael
Thank you, I have made the suggested changes and my blog posts looks fine now.
You can close this issue now.Lyse
HI Rikard,
The reason why I added it was to remove some of the social icons like YouTube and eMail which I don’t want in the post itself.
Used the same for example here: https://silviafindings.com/near-you-this-weekend-calgary-rock-lapidary-club-annual-show-2023 on many other post without seeing the duplicates.
Thanks
LyseHi Rikard,
I have added login credentials in the private area.
Thanks
LyseHi
I updated the code snippet and now it works.
Thanks
LyseHi Mike,
That worked very well.
Thank you
LyseHi Rikard,
That last CSS code does not work.
Thanks
LyseHi Mike,
That fixed the issue.
What is the reason why I don’t see the social media icons?
Thanks
LyseThe secondary menu is the top bar menu….
HI Rikard,
No, this is the Enfold secondary menu (the Main Menu is created with the Uber Mega Menu plugin).
Thanks
LyseHi Yigit,
The image I’m referring to is not in the blog content itself, it’s the featured image here: https://snipboard.io/WHAXRh.jpg
which shows here: https://diyjewellery.com/jewelry-corner/ : https://snipboard.io/8qiWaD.jpg
The text gets cutoff.Thanks
LyseDecember 10, 2022 at 11:32 pm in reply to: H1 whithin the product category description converted to uppercase #1375795Hi Mike,
Thank you so much. That CSS does the trick.
Have a nice remaining of your weekend.
Happy Holidays
LyseDecember 7, 2022 at 9:32 pm in reply to: H1 whithin the product category description converted to uppercase #1375444Hi
Here’s a links to a product category that does not have products and where the H1 is in uppercase: https://diyjewellery.com/settings/settings-jeweler/settings-jeweler-gold/Thanks
LyseDecember 7, 2022 at 3:12 pm in reply to: Secondary product attribute not displaying on single product page #1375349Hi Mike,
I added this CSS code to hide the dimensions on the additional tab. Removing that line did not affect what I want to accomplish with that CSS so removing it fixed my issue.
Thank you so very much for finding the problem.
Have great remaining of your day.
LyseDecember 7, 2022 at 1:23 am in reply to: Secondary product attribute not displaying on single product page #1375294Hi
Any progress on this issue? The customer is still wanting to place order and can’t.
Thanks
LyseDecember 5, 2022 at 8:52 pm in reply to: Secondary product attribute not displaying on single product page #1375149Hi Mike
I was all day traveling yesterday.Here are screenshots
of the wire product: (1) variable product (2) gauge attribute (3) temper attribute) https://snipboard.io/XxacHZ.jpg
of variations setup https://snipboard.io/qxF56V.jpgThe info tab should show both of these above attributes and is doesn’t.
On the single product page should show both attributes dropdown options and it doesn’t.I have included temporary login credentials so you can see for your self and investigate further.
OK Thank you Rikard.
LyseHi Rikard,
But I think the Enfold parent theme should be fixed because I don’t think this should be in in the child theme as a fix.
Thanks
LyseHi Mike,
That worked well. Exactly what I wanted.
This ticket can be closed now.I do have a pressing issue opened here that I need help with: https://kriesi.at/support/topic/secondary-product-attribute-not-displaying-on-single-product-page/
Thank you
LyseHi Rikard,
Here’s a screenshot: https://snipboard.io/87ckzw.jpg
I want the mini-cart hidden on this page because I want no distraction for viewers because of the content.Thanks
LyseHi Rikard,
I found that adding the following code in my child theme functions.php resolves the cart/checkout pages issue for both of my websites:
Here’s the code that causes the issue:
div table.shop_attributes .main_color table caption, .main_color tr:nth-child(2n), .main_color .pricing-table > li:nth-child(2n), #top .main_color .avia-data-table.avia_pricing_minimal td { color: #333333; display: none; }Here’s the code that fixes the issue:
add_action(‘wp_footer’, function(){
if (is_cart() || is_checkout()) {
?>
<style>.main_color tr:nth-child(2n){display: table-row !important;}</style>
<?php
}
});Please let me know if this help permanently fix the issue as it’s happened two times.
Thank you
LyseHi Rikard,
I updated the code removing some character that got added during the cut and past from here.
I still see the minicart on that page even after I forced a change using the Shop Options.
Thank you
LyseHi Rikard,
I replaced the CSS as you suggested. I clear all server and page cache and still I see the element on that specific page.
Thanks
LyseHi Rikard,
I’m good. You can close the issue.
Thank you
LyseThank you Rikard, that worked.
LyseHi Mike
I have commented out the code for pagination on custom pages.
It appears that my custom product category pages contain pagination without the code.
The site also loads faster.
The code is a couple of years old.If you don’t mind I’ll do further testing tomorrow morning before closing this ticket.
Thank you
LyseHi Rikard,
That coded snippet was provided by one of the Enfold theme support to help with with putting back the pagination on several custom product category pages.
Looking at the link to the code you sent, I’m not proficient in PHP so I’m not exactly sure what I need to change in my code snippet that won’t break pagination and fix my error.
Can you help me figure it out?
Thanks
Lyse -
AuthorPosts