-
AuthorSearch Results
-
In the latest theme update we refactor our theme styles to implement CSS variables. CSS variables and changing CSS classes prefix from “.woodmart-” to “.wd-” allows us to reduce theme styles and increase theme performance. In your case most of your custom CSS does not work because it contains old
.woodmart-
class prefix and simple changing it to.wd-
will fix the issue, but unfortunately several classes has been completely renamed or removed due to theme HTML structure simplification and in that case custom CSS need to be refactored. More about changes in classes can be found in correspondence table (https://docs.google.com/spreadsheets/d/1b_PBt1itPNby4mkpeV_VcRrQHPHjtuF9DIs8jJE0maQ/edit#gid=0) and theme migration guide (https://xtemos.com/docs/woodmart/faq-guides/woodmart-update-6-0-explained/).1. Decrease menu items gap (header).
Following custom code is working. Video: https://gyazo.com/03b05d17ca409dbcdcb901f759f866c12. Instagram widget transparency & color homepage.
Following custom code is working. Video: https://gyazo.com/52e3aba38516c2e1a660acf9802120b33. Following custom code is working.
Following custom code is working. Video: https://gyazo.com/0b1659d39facca744d4bd20212f45b1a4. Decreasing size of checkout text tabs.
Try to replace the previous code with this one:.title-size-small .wd-checkout-steps li { font-size: 14px; }
5. Accordion tab adjustment (single product page).
Try to replace the previous code with this one:.tabs-layout-accordion .wd-scroll .wd-scroll-content { max-height: 600px; }
6. Increasing text size of menu price in a tab module.
Try to replace the previous code with this one:.vc_tta-panel-body .menu-price-desc-wrapp .menu-price-title { font-size: 14px; font-weight: 400; }
7. Resising body text of tab module.
Try to replace the previous code with this one:.vc_tta-panel-body .menu-price-desc-wrapp .menu-price-details { font-size: 14px; font-weight: 300; font-style: normal; }
8. Google map box background transparency.
Try to replace the previous code with this one:.wd-google-map-content-wrap>.wd-google-map-content { background: rgba(197,91,82,0.4); margin-top: 20px; height: 160px; }
9. Shop little bag icon.
Following custom code is working. Video: https://gyazo.com/5b3be078680a7574302a22fa9a90e6c010. hide blog post author.
Try to replace the previous code with this one:body .wd-entry-meta .entry-meta-list .meta-author { display: none; }
11. Hide blog post category
Following custom code is working. Video: https://gyazo.com/e01e9766edf07baeca3485bd2038258b12. Hide wishlist share icons (wishlist page)
Try to replace the previous code with this one:.wd-wishlist-share { display: none; }
13. changing icon in the cart panel
Try to replace selector frombody .cart-widget-side .widget_shopping_cart .empty:before
tobody .cart-widget-side .widget_shopping_cart .wd-empty-mini-cart:before
.14. changing icon on the empty compare page.
Try to replace selector from.woodmart-empty-compare:before
to.wd-empty-compare:before
.15. changing icon on the empty wishlist page.
Try to replace selector from.woodmart-empty-wishlist:before
to.wd-empty-wishlist:before
.Since WordPress considers dropping support for IE 11 (https://www.pcmag.com/news/wordpress-wants-to-drop-support-for-internet-explorer-11) because browser usage for the first time fell below 1% and currently stand at 0.46% and to utilize modern web technologies such as CSS variables and modern JS, our team decided to reduce the support of Internet Explorer. Unfortunately, a completely equal frontend view relative to modern browsers is no longer guaranteed. Following changes allow us to hugely decrease theme style files, increase site performance in modern web browsers and implement even more modern web technics in the future.
Kind Regards
In reply to: WP Rocket & Wishlist
Hello Artem,
Regarding Wishlist, I face the following issue:
Only when I am logged in the site as an admin, Wishlist icon shows 1 added item even if I don’t add any products in the cart. Could you please have a look at my attached screenshot? My Wishlist seems empty and the icon keeps appearing the 1 number.
Attachments:
You must be logged in to view attached files.In reply to: WoodMart 6.0 update beta test
Congratulations đ I couldnt wait for the next update so i just moved in the old version image files for single products main image and thumbnails, so i got a fix for the ugly gallery images. Then i updated my live site with the v6+.
Emptied cache, transients, transient cache, optimized DB and also browser cache in my 3 test browsers. Everything was working ok except for the header banner issue, grid / list view and the contact form (using contact form 7) which sometimes does not act as a popup, it is open in page so i must refresh page to get it working ok. Had the same issue in staging site, seems like some JS does not work 100%.
Anyway, I activated WP Rocket cache and Sucuri CDN and once again emptied ALL cache before preloading it again.
Then i have found that header banner does not open/show up, the minicart icon in header does not work 100%, does not show the counter and it has wrong text color. Also contact form 7 popup is open, fully visible in page. So in total it seems like some JS and CSS is not properly loaded.
So i have to purge cache for actual pages, ie. contact page. Then banner appear and contact form is again working as a normal popup on same page. Then to make minicart icon working ok i have to add items to cart and when i empty cart again after that icon works properly.
Also i see that after emptied cache i need to preload cache using mobile to make sure the new option for reduce DOM in mobile should work, it then seems like it also reduce dom for desktop so i get 94 score with pagespeed. If i preload cache using desktop then mobile has the same higher number of doms as desktop.
Anyway, you are in the right direction and webpagetest show all green A, gtmetrix is as usual unstable and has everything between 65 to 95. Google pagespeed is up mostly 20%.
Brgds
RuneIn reply to: WoodMart 6.0 update beta test
I did find a corrupt db-table causing the add to cart and empty cart not working for guest users. Fixed table so this issue is solved.
When it comes to 4, 6, 7, 8.1, 10. I am not using any custom CSS. Just added a few yesterday based on font size and the word SĂK to the right of search icon.
So the left margin for LI elements is from woodmart theme. I can not find any theme related css that should set a margin, which should be atleast 15-20px.
So my install has no customizations nore using a child theme at the moment.
I am using this opportunity to clean up in all my custom css and functions. And already i see that almost 30% of all my custom css is no longer necessary.
So personally i think the idea of deprecated css classes is not necessary. Also because there is LOTS of other new CSS so users will still need to study their custom css and make fixes, and clean up unused old css.
Brgds
RuneIn reply to: WoodMart 6.0 update beta test
Hi @nvybvl @itai @msadiq999
You can download our beta version here https://drive.google.com/file/d/1QuBdBZ8rvUxsXkgmuznbsdqXSj2-D2dn/view?usp=sharing
And here its changelog
- ADDED: Elementor templates library with more than 300 ready to use elements
- ADDED: “White label” options (screenshot)
- ADDED: Theme options presets (screenshot)
- ADDED: Portfolio AJAX links
- PERFORMANCE: CSS generator now works automatically. We have splitted entire CSS and JS into files and load them only where they are needed
- PERFORMANCE: Separate page for mobile devices option (screenshot)
- PERFORMANCE: “AJAX Dropdowns” local storage cache
- PERFORMANCE: Added option to load optimized “Elementor frontend” CSS file (screenshot)
- PERFORMANCE: Added option to disable “Contact form 7” plugin CSS and JS files (screenshot)
- PERFORMANCE: Added options to disable Elementor icons and Elementor animations CSS files (screenshot)
- PERFORMANCE: Optimized Google fonts loading
- PERFORMANCE: Added “System font stack” to typography select (screenshot)
- PERFORMANCE: Added “Imagify” plugin compatibility
- PERFORMANCE: Added options to preload “woodmart-icon.woff” and “woodmart-icon.woff2” fonts (screenshot)
- ADDED: “Hide empty” option to product “Brands” element
- ADDED: Option to set a number of days to keep your products marked as “New” after creation (screenshot)
- ADDED: Translations for product attribute fields (screenshot)
- ADDED: Option “Init carousel on scroll” for element “AJAX Products tabs” (WPBakery)
- ADDED: Element “Navigation anchor” for better one page navigation (Elementor)
- ADDED: Portfolio images size option to theme settings and element (screenshot)
- ADDED: Option to select page title tag (screenshot)
- ADDED: “Order by” to product filters element (screenshot)
- ADDED: “noopener” and “noreferrer” parameter for “rel” attribute to social links
- ADDED: Compatibility “Yoast SEO” custom page title with our PJAX functionality
- ADDED: “Thumbnails image width” option to change single product gallery thumbnail images width (screenshot)
- ADDED: Shop tools option to our “Product element” and shop tools compatibility for “Woocommerce Products” shortcode (screenshot)
- ADDED: Option to “Logo” element for adding width and height attributes (screenshot)
- ADDED: Option to increase AJAX variation threshold (screenshot)
- ADDED: Instagram fake images option (screenshot)
- ADDED: Categories to “HTML block” post type
- ADDED: Additional theme styling for the WCFM – WooCommerce Multivendor Marketplace registration, vendor and store listing pages
- ADDED: Additional theme styling for the Dokan dashboard, vendor and store listing pages
- ADDED: Translations context for “On” string in blog post date meta
- ADDED: rel=”nofollow” for links with href=”#”
- CSS: We have removed a lot of CSS selectors and now we use CSS variables
- CSS: Most of our CSS classes that started with “woodmart-” now start with “wd-“
- CSS: Combined action buttons styles (burger, close and filter animated buttons replaced with font icon)
- CSS: Combined popup styles
- CSS: Form style classes “.form-style-rounded”, “.form-style-semi-rounded”, “form-border-width-1” removed from body tag
- CSS: Nanoscroller library replaced with pure CSS scrollbar
- CSS: Removed unused Photoswipe library styles
- CSS: Removed unused Magnific popup library styles
- CSS: Font icon HTML tag <i> changed to <span> due to the accessibility issues
- CSS: Refactored list styles. <ul> and <ol> list icons and spacing styles now set globally and removed in specific places with html list structure (menus, pagination, widgets, etc.)
- CSS: Refactored forms style
- CSS: Refactored page title style
- CSS: Refactored search form style
- CSS: Refactored search results style
- CSS: Refactored all header elements
- CSS: Refactored all navigations style
- CSS: Refactored dropdown menu style
- CSS: Refactored off canvas sidebar
- CSS: Refactored action button on product hovers.
- CSS: Polyfill script for css variables IE browsers support
- FIXED: The problem with the inability to save the number of products on the store page
- FIXED: Deprecated jQuery functions
- FIXED: CSS generator file path
- FIXED: PHP error “Uncaught TypeError: implode()” in “variation-gallery-new.php”
- FIXED: PHP error “Call to undefined function wp_body_open()”
- FIXED: Js methods have been redesigned to run only when the user starts to interact with the element for which the script is needed
- FIXED: Single product brand without image (screenshot)
- FIXED: Sales label for variation product displaying as individual (screenshot)
- FIXED: Image gallery element with masonry view in Elementor backend
- FIXED: Incorrect header if an earlier deleted header is selected in the page settings
- FIXED: Single product “360 view” images load only when you click on the icon
- FIXED: WPB Google map element API key issue
- FIXED: Inability to leave a comment for a product without selecting a rating
- FIXED: Problem with non-initialized field Select2 in theme settings
- FIXED: External links in “Banner” and “Menu price” elements (Elementor)
- FIXED: “YITH Multi-Vendor” plugin sidebar compatibility issue
- FIXED: “Product filters” element problem displaying all attributes on all category pages
- FIXED: “Related projects” now shows projects by category of current project
- FIXED: “Lazy loading” with WooCommerce email images
- FIXED: “Additional variations gallery” thumbnails size not proportional
- FIXED: Share your Wishlist issue
- FIXED: Load WPBakery templates from frontend editor (screenshot)
- FIXED: “WCFM Marketplace” product per view and per page filters issue (screenshot)
- FIXED: “WCFM Marketplace” all products per page issue
- FIXED: Instagram element PHP error
- FIXED: Empty menu element PHP error
- FIXED: Promo banner link double page open
- FIXED: Header not sticky when the user did not log in
- FIXED: Disappearance of categories from the shop page title
- FIXED: “Scroll top on variation select” option if the variation has no image
- FIXED: “Sticky add to cart” option with Elementor pro single product custom template
- FIXED: “Infobox” element issue with “Open in new window” option
- FIXED: Safari browser password manager issue
- FIXED: Scroll to top and arrows buttons with RTL language translated site.
- FIXED: Product navigation dropdown on mobile devices
- FIXED: Contact Form 7 5.4 notices
- FIXED: Notices background and color setting
- FIXED: Gutenberg editor list block styles
- FIXED: Quick shop label align
- FIXED: Small accessibility Issues
- IMPROVED: Force “Dokan” plugin pages to use Font Awesome 5 icons from “Elementor” or “WPBakery” page editors
- IMPROVED: “WPML” language and currency switcher refactored
- IMPROVED: “WPCS â WordPress Currency Switcher” switcher refactored
- IMPROVED: “Load more” button now change URL to the current page on load content
- IMPROVED: “Number of categories” option can now open and close additional categories (screenshot)
- IMPROVED: After entering incorrectly through the side login form, you will remain on the same page and receive an error message in the side form (screenshot)
- IMPROVED: “HTML Block” and “Woodmart slide” post type now public queryable only if the user is logged in
- IMPROVED: “Product category next to title” option now ordering categories from parent to child
- IMPROVED: Compatibility our Elementor elements with WPML translations
- IMPROVED: “Reset default” button moved to a separate section
- UPDATED: Woodmart Core plugin 1.0.28 – Added “ABSPATH” check to plugin files
- UPDATED: Google maps API version from 3.41 to 3.44
- UPDATED: Outdated WooCommerce template files
- UPDATED: wpml-config.xml file
- DEV: Added filter ‘woodmart_html_block_access’ to change access to HTML block edit page
- DEV: Added filter ‘woodmart_product_element_query_args’
- DEV: Added filter ‘woodmart_three_sixty_framerate’ for change framerate in “360 element”
- DEV: Added filter ‘woodmart_get_prev_product_same_term’
- DEV: Added filter ‘woodmart_wc_default_product_cat’ if you specify a value of “true” then the default category will not be displayed (screenshot)
- REMOVED: “Call to action” option from menu item settings (screenshot)
- REMOVED: Deprecated moment.js library
- DEPRECATED: “Sticky notifications” option
- DEPRECATED: “AJAX” source type for Instagram element
hey, here i am facing a strange issue. If i am adding any product to cart and go back to home page. then clicking on cart icon on header don’t show any product.
add to cart, -> go to home page. -> click the cart , shows empty
I have also attached the image for more reference.
Kindly help with the issue.Attachments:
You must be logged in to view attached files.Topic: Woocommerce Cart Issue
in forum WoodMart support forumI tried to add a product to my cart and when I go to the cart it says itâs empty. I then added it again and the cart icon at the top showed two tank tops (I donât need both) and it still says empty.
Please advise how to fix the issue!
Attachments:
You must be logged in to view attached files.Topic: cart issues
in forum WoodMart support forumHello team,
I am multiple issues with my cart widget.
1. When I add the product to the cart It is automatically redirecting the user to the shopping page. I don’t want that. I just want a window that will slide from the left corner and show them the cart in their basket.
2. While products are in the cart, If I click on the cart icon and it opens the left window I was talking about I cant remove any of the products from the cart, It sends a message that the product has been removed but it’s not true. if I go to the shopping cart page the product is still there.
3. also I am facing another issue which sometimes when I try to add a product to the cart and I go to the cart page. It shows me the cart is empty and that I cant buy proceed without adding any products to the basket, Trying multiple times to add the product to the basket, and then sometimes it works, and sometimes it doesn’t.
I have check all plugins and disabled all of them to check if its any third-party plugin. still didn’t work.
Attaching the logins in private content.Please help
In reply to: Errors with products in the basket
Hi,
Thanks for looking into this but this issue has not been resolved.
The same issue still occurs. When you add one product, then go into another product, then add this to the cart, it does not update.
When hovering over a product and selecting the options this does not work.
When hovering over the cart an empty white box is shown instead of the products you have in the basket
When updating the theme, some parts resolve back to different settings such as the footer layout.
Also, how did you update the woodmart core plugin as this option does not seem to be there on the plugins.
Thanks,
kurtHello,
i got an issue since few days.
My widget always show articles in cart (2 same articles each time) even if cart is empty.
When i add articles in it the count goes fine back.Any clue why this happens.
Weirdly it happens without any heavy update of any kind…Thanks
In reply to: Theme is not working properly
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family
:)
I saw the screenshot you attached and visited your website.
For the add to cart loading and loading please check how it works with the default WordPress theme just to check whether the issue is with our theme or not.
2) And for the cart displaying empty and the colors not displaying deactivate all the third-party plugins and provide with the admin panel login details of the website with the permissions to debug then we will troubleshoot with the theme plugins.
Best Regards.
Topic: Carty empty after checkout
in forum WoodMart support forumdirkspijkerman
ParticipantNovember 5, 2020 at 10:53 pm #239262Hi,
I have updated woocommerce and your theme to the latest version today. Since then the checkout doesnt work anymore. After the checkout it redirects to an empty cart page.
I have tried the standard things to solve it: https://www.businessbloomer.com/woocommerce-solving-cart-empty-issue/
+ emptied all caches, emptied cloudflare cash.
Do you have an idea what the reason is for this? Is your plugin not compatible with the latest woocommerce version?
Topic: Hi im getting some issues see description
in forum WoodMart support forumMrMuhammadSajid
ParticipantOctober 8, 2020 at 11:30 am #231777Problem 1)
when i open my website, it shows strange thing just like broken html. see attachment ss1. but after that it comes to normal. why it shows this strange thing? and how an i solve thisProblem 2)
after its fully loaded, when i hover over compare or wishlist page it shows my homepage url instead of compare or wishlist page url. Button title is okay but urls having problem.Problem 3)
when i open compare page or wishlist page by manually typing (https://theaureo.com.pk/wishlist)
(https://theaureo.com.pk/compare) in url bar it always empty (Compare list is empty.) (wishlist list is empty.) even if i added something in compare or wishlist.Problem 4)
when i open wishlist page by manually typing (https://theaureo.com.pk/wishlist) in url bar and after that i hover over compare button, it shows wishlist link instead if compare. and same for compare page when i open it manually, and hover over wishlist ison, it shows compare page url instead of wishlist.Problem 5)
When i open shop page and than i click on wishlist or compare icon it takes me to product i added last.Problem 6)
in cart page https://theaureo.com.pk/cart/ my header becomes black.Please tell me how to solve these issues?
Attachments:
You must be logged in to view attached files.In reply to: Questions about theme update
Hi,
I think you didn’t understand my questions.
1) The cart icon is shown overridden because I have changed it at my Custom CSS after theme update as below:
.cart-empty:before { content: "\f126"; } .cart-widget-side .widget_shopping_cart .empty:before { content: "\f126"; } .quick-shop-wrapper .single_add_to_cart_button:before { content: "\f126"; } .wd-action-btn.wd-add-cart-btn>a:before { content: "\f126"; }
Before theme update I had the same icon with \f120 but I changed it in order to have the same icon. That’s why I asked you if you changed it.
2) The social icons are also displayed fine on my end (while viewing site on desktop). The issue takes place at smaller screen sizes, please try to load site on a mobile or tablet device to check what I mean (please also check my new screenshots attached, 4 & 5).
3) Did you notice the difference on my newsletter âsubscribe buttonâ appearance on desktop and mobile appearance after theme update like I showed at my previous screenshots?
Attachments:
You must be logged in to view attached files.Topic: Add to cart from Product grid not responding
in forum WoodMart support forumHi,
I’ve noticed that when I try to add a product from the product grid, when I press ‘Add to Cart’ the button doesn’t respond and instead looks like it’s loading. I have also noticed that the ‘View Cart’ button shows that the cart is empty even when it’s not.I’ve tried reinstalling the parent theme and reverted back to it and deactivated all third-party themes, also clearing my cache, but the issue still remains.
Could you please help. I’ve included a screenshot.
Thanks,
OliverAttachments:
You must be logged in to view attached files.Topic: unable to clear cart
in forum WoodMart support forumHi,
see my issue here
https://stackoverflow.com/questions/63149087/unable-to-clear-woocomerce-cart-when-navigating-to-a-new-page-inside-wordpressthis code doesnt clear the cart, only after second refresh (hard ctrl + F5)
there is no cache enabled.add_action( 'template_redirect', 'woocommerce_clear_cart' ); function woocommerce_clear_cart() { global $woocommerce, $post; if( $post->ID == 1) { WC()->cart->empty_cart(); WC()->session->set('cart', array()); } }
im seeing the products in the minicart and on the cart page itself.
does woodmart have a cache im not aware of ?
any suggestions ?In reply to: A lot of WPML issues and some other issues
I can’t know which plugins are required for ur theme. But, I tried to disable almost all plugins and the issues are still there.
1- When I have some products in my cart. And go to Home and press the cart. It is pop-up empty in both languages (1.png).
2- Facebook icon in header is not working in other pages (2.png).
3- Productâs labels are not working well. It is white colored and I could not show them (3.png).
Attachments:
You must be logged in to view attached files.In reply to: A lot of WPML issues and some other issues
Hi there,
I contacted WPML and all the WPML issues now fixed!. Now, I think the theme issues left:
1- When I have some products in my cart. And go to Home and press the cart. It is pop-up empty in both languages (1.png).
2- Facebook icon in header is not working in other pages (2.png).
3- Productâs labels are not working well. It is white colored and I could not show them (3.png).
Topic: A lot of WPML issues and some other issues
in forum WoodMart support forumHi there,
I am using your theme since 2018. It was perfect in the begining. But sadly, I am facing now some issues. Here are they:1- When I have some products in my cart. And go to Home and press the cart. It is pop-up empty in both languages (1.png).
2- Facebook icon in header is not working in other pages (2.png).
3- Product’s labels are not working well. It is white colored and I could not show them (3.png).
4- Mini cart is not getting translated. I am using WPML. And I did everything correctly (4.png).
5- Login/Register mini page is not getting translated (5.png).
6- Forget password page is not getting translated (6.png).
7- Login/Register page is not getting translated (7.png, 8.png).
9- Cart is not getting translated (9.png).
10- All the checkout fields (billing & shipping) and other details are not getting translated (10.png).
Please … HELP đ
Attachments:
You must be logged in to view attached files.vijaysangarramu
ParticipantMay 22, 2020 at 11:27 am #196968Is there any way i can get the button for the slides to move next slide.
Also i have some other issues in the slider.1. Images are showing blank
2. Shopping cart icons are showing empty sometime.Please help to update on this.
Thanks,
VijayAttachments:
You must be logged in to view attached files.In reply to: Add to Cart shows empty
Hi the issue is only with the Ajax cart. So I can’t check the issue with Storefront.
It is a Woodmart issue.
Please do this:
1. Add an item to your cart
2. browse to a new page
3. click on cart icon and you’ll see the ‘drawer panel’ is emptyYou can see example here:
https://www.dropbox.com/s/089ptu0l65ccr2e/Video.mov?dl=0Please help. We really need to get the issue sorted ASAP
Hey,
Yes now it works. I think some caracters got missed as it wasn’t under a real “coding” section, but there seem to be some display issue tough :/
– the reviews are being shown on the right side of the button “add to cart” (see attachment)
Now the downside is that we show empty reviews for all products. I thought we could show the reviews fixed only if there is a review. If there is no review, then we hide the empty stars. What do you think?
Thanks
Attachments:
You must be logged in to view attached files.In reply to: Does woocommerce automatically clear cart
Hello,
Let me explain how it works.
As I mentioned in my previous reply when you login to the website and add products to the cart. They will display in your cart until you are logged in. When you log out from the website then the cart will be empty, that is the default behavior.
To see the products you previously added to the cart you need to login again.
That is not an issue by any means that is its default behavior.
Best Regards.
Topic: Issue after upgrading to 4.5.1
in forum WoodMart support forumHi there,
We´ve been developing a Virtual Store for a few months now and never had any issues when updating. The âstoreâ uses OpenPay from BBVA (Bank) as payment platform and has three different plugins (credit cards, Online transfers & payment at self service stores), for these last two options the platform adds along with the usual theme data, a PDF with payment information to the confirmation page so that customers can make the bank transfer or pay directly at participant stores according to their payment choice at checkout. That same PDF was included to the confirmation e-mails sent by the them. However, since we updated to version 4.5.1, that PDF is not showing up at the confirmation page and the e-mail goes out with an empty PDF.
Checking out at the OpenPay control panel, the test transactions are registered the whole transaction data is ok and they also include the PDFâs, so the problem might be generated somewhere within the theme at the checkout.
We have run tests disabling all other Plugins, reinstalling theme & build up a new site from scratch using the latest theme version but the result has been the same.
As a test, we reinstalled an old back up based on version 4.1.0, in a different subdomain and it works fine!!!, so we decided to re build a new site using the 4.1.0 version with all the improvements made from the old to the new version of the store, it works fine but now we are having a two new issues, one at the shopping cart right where it displays the checkout steps title; (Shoping Cart â CheckOut â Order Complete), the whole Theme and related plugins are translated to Spanish, same way they are at the old version, but the steps title doesnât change to Spanish even though the words are translated within the .po & .mo files. The second issue from the 4.1.0 version is that it doesnât displays the âproduct-labelsâ based on product attributes as it did in the old backup.
Iâm adding a few pictures and links to the sites so you can have a clear overview.
Your prompt response and suggestions will be greatly appreciated!!!
RB
Attachments:
You must be logged in to view attached files.In reply to: Add to cart is not working for Guest users
after changing theme same problem, even i disable all plugins but still showing “cart is empty”. can you please let me know what is the issue ??
In reply to: Custom header icons, font styles, and others
Hello,
Mobile menu: Please read and follow this instrcutions: https://xtemos.com/docs/woodmart/faq-guides/menu-doesnt-save-custom-fields/
Single product page:
Please add this code to the Theme Settings > Custom CSS > Global:body .variations_form .variations label, body .wd-action-btn.wd-style-text a{ text-decoration:underline; } body .product_meta>span { text-decoration:underline; } body .product-share .share-title { text-decoration:underline; }
Cart & Wishlist page:
Please add this code to the Theme Settings > Custom CSS > Global:body .woodmart-empty-wishlist:before { content: ""; min-height:250px; background-image:url(https://edapro.ch/shop/wp-content/uploads/2019/12/shop_emptywishlist.svg); background-position:center center; background-repeat:no-repeat; background-size: contain; height:auto; } body .woodmart-empty-compare:before { content: ""; min-height:250px; background-image:url(https://edapro.ch/shop/wp-content/uploads/2019/12/shop_emptycart.svg); background-position:center center; background-repeat:no-repeat; background-size: contain; height:auto; }
strange issue with icons
You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your<svg>
tag like it is shown: http://prntscr.com/m4n0qw
Then you will need to re-upload your icons in WordPress Dashboard.Checkbox and radio buttons are not edited with custom CSS only, such change requires more complicated customization which is not covered by our support.
Best Regards
In reply to: Custom header icons, font styles, and others
Hello Elise
Thanks a lot again for your great support, I really appreciate it.
Mobile menu: I tried to manage, but the last two menu items are not showing up there (image_01)
Single product page: Here you have the URL for one product: https://edapro.ch/shop/index.php/product/edalife-chrome-brausysteme/
Cart & Wishlist page: Here you have the URLs for the images:
Cart image: https://edapro.ch/shop/wp-content/uploads/2019/12/shop_emptycart.svg
Wishlist image: https://edapro.ch/shop/wp-content/uploads/2019/12/shop_emptywishlist.svgAccordeon Menu: Here you see the accordeon:
https://edapro.ch/shop/index.php/faqs/
Meanwhile, I could fix it. So all good.Now I have a strange issue with icons at only one page:
https://edapro.ch/shop/index.php/kontakt/
See image_03 and image_04. I tried to fix it in the global css by trial and error insert classes which are used (source code). But if something did not work out I deleted it. Since then, there is the issue with icons not showing up or with a background color even though there should be no background color.Checkbox and radio buttons hover (global): How can you edit the global hover settings for radio buttons and checkboxes?
At the moment they are standard blue, but they should become green (#ccca00)Best,
LorenzAttachments:
You must be logged in to view attached files.In reply to: Mobile Error
Hello,
I can recommend an article, please note we have not tested the methods we do not guarantee https://businessbloomer.com/woocommerce-solving-cart-empty-issue/
Please make the full site backup before trying anything.
Best Regards
I have disabled all plugins (also did an additional test with disabling the plugins that are required by Woodmart), however the issue still persists. When changing to a default theme however it works without any issues.
THe issue only happens from the actual product page, in some cases I noticed that when the cart was empty it works to add one product, but any additional different products would not be added to the cart.
At this point it appears to be an issue with Woodmart. I have currently still left all plugins disabled.
Hi,
I came across this old post which is referring to almost the same issue.
https://xtemos.com/forums/topic/update-cart-automatically-on-quantity-change/
But instead of the +/- input, I have changed it to <select> dropdown using the below code and I was wondering if you have a fix to update the cart automatically on change of <select>.
function woocommerce_quantity_input( $args = array(), $product = null, $echo = true ) { if ( is_null( $product ) ) { $product = $GLOBALS['product']; } $defaults = array( 'input_id' => uniqid( 'quantity_' ), 'input_name' => 'quantity', 'input_value' => '1', 'classes' => apply_filters( 'woocommerce_quantity_input_classes', array( 'input-text', 'qty', 'text' ), $product ), 'max_value' => apply_filters( 'woocommerce_quantity_input_max', -1, $product ), 'min_value' => apply_filters( 'woocommerce_quantity_input_min', 0, $product ), 'step' => apply_filters( 'woocommerce_quantity_input_step', 1, $product ), 'pattern' => apply_filters( 'woocommerce_quantity_input_pattern', has_filter( 'woocommerce_stock_amount', 'intval' ) ? '[0-9]*' : '' ), 'inputmode' => apply_filters( 'woocommerce_quantity_input_inputmode', has_filter( 'woocommerce_stock_amount', 'intval' ) ? 'numeric' : '' ), 'product_name' => $product ? $product->get_title() : '', ); $args = apply_filters( 'woocommerce_quantity_input_args', wp_parse_args( $args, $defaults ), $product ); // Apply sanity to min/max args - min cannot be lower than 0. $args['min_value'] = max( $args['min_value'], 0 ); // Note: change 20 to whatever you like $args['max_value'] = 0 < $args['max_value'] ? $args['max_value'] : 10; // Max cannot be lower than min if defined. if ( '' !== $args['max_value'] && $args['max_value'] < $args['min_value'] ) { $args['max_value'] = $args['min_value']; } $options = ''; for ( $count = $args['min_value']; $count <= $args['max_value']; $count = $count + $args['step'] ) { // Cart item quantity defined? if ( '' !== $args['input_value'] && $args['input_value'] >= 1 && $count == $args['input_value'] ) { $selected = 'selected'; } else $selected = ''; $options .= '<option value="' . $count . '"' . $selected . '>' . $count . '</option>'; } $string = '<div class="quantity"><span>Qty</span><select class="form-control" name="' . $args['input_name'] . '">' . $options . '</select></div>'; if ( $echo ) { echo $string; } else { return $string; } }
For the default +/- I used
add_action( 'woocommerce_after_cart', function() { ?> <script> jQuery(function($) { var timeout; $('div.woocommerce').on('change textInput input', 'form.woocommerce-cart-form input.qty', function(){ if(typeof timeout !== undefined) clearTimeout(timeout); //Not if empty if ($(this).val() == '') return; timeout = setTimeout(function() { $("[name='update_cart']").trigger("click"); }, 500); }); }); </script> <?php } );
and it would work fine.
Thanks
Attachments:
You must be logged in to view attached files. -
AuthorSearch Results
-
Search Results
-
Topic: Woocommerce Cart Issue
Topic: cart issues
Topic: Carty empty after checkout
Topic: unable to clear cart