Digital experiences for all disciplines
Forum Replies Created
-
-
Unfortunately, no. This breaks the carousel. See attached screenshots.
This reply has been marked as private.This reply has been marked as private.Since yesterday, the only thing I’ve done is update the ‘UpdraftPlus’ back-up plug-in. I just deactivated it and am still having the problem. I also just noticed that on my home page the blog/products carousel is not displaying properly and I am seeing the same JQuery error on this page.
This reply has been marked as private.You certainly can order product categories in WooCommerce. All you have to do is go to the product category page in admin and simply drag and drop the categories. You can also sort (ascending/descending) each of the four columns – name, description, slug and products.
@lattitude22n – check out the Groups plug-in ( https://wordpress.org/plugins/groups/ ). I think that should work for your case. It’s very light-weight, well coded and the developer is very helpful.
Hi Ed – I’m having a problem with the Country and State/Province dropdown lists appearing ’empty’ in the checkout in all browsers. It appears that the options are there but are invisible in the browser (see screenshots). The dropdown lists appear to work when I edit an address in ‘My Account’. However, the province/state dropdown disappears behind the footer on the edit address page (see screenshot). So it looks like the problem is only on the checkout page. Any ideas?
Cheers,
NathanNeighborhood 1.64
WooCommerce 2.1.2
WP 3.8.1Hi again – Disregard my last message. I just found the culprit. There’s a conflict with the WooCommerce Customer/Order CSV Export plugin. When it’s disabled the page builder now loads.
Nathan
Hi Kyle – Thanks for your reply. Yes, I had looked at most of those topics already. I did not find any fix for the problem. If you know of a specific thread with a possible fix I’d appreciate it. FYI, the Page Builder loads on WooCommerce product pages but does not load on posts or pages.
Thanks,
NathanHere’s a fix for Firefox:
@-moz-document url-prefix() { select { -moz-appearance: none; text-indent: 0.01px; text-overflow: ""; } }
This should get you close:
#header-section > #main-nav { background: none repeat scroll 0 0 #FF7F7F; } nav .menu > li a, #menubar-controls a { color: #800000; }
My quick fix for the billing/shipping address problem was to remove the placeholder (‘%s’) after ‘Edit’, that is:
<?php echo sprintf( __('Edit address', 'swiftframework' ), $name); ?>
This will echo ‘Edit address’ which can be translated.
Hi Howard – I had a similar problem with the latest Rev Slider update. I was able to fix it by turning ‘Off’ Lazy Load in the slider’s general settings.
NathanOctober 17, 2013 at 6:44 pm in reply to: Product Issue – Change Picture if you change Variation #27170Check out the video here: http://docs.woothemes.com/document/product-variations/
That should help you. -