Forum Replies Created
-
AuthorPosts
-
September 10, 2018 at 7:31 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #1008042
You can close, though I would like to know what solutions is preferable and why.
September 10, 2018 at 7:28 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #1008038Hi, thanks. That works.
I found however that the function below also does the trick://Update mini cart totals
add_filter( 'woocommerce_add_to_cart_fragments', 'update_mini_cart_totals', 10, 1 ); function update_mini_cart_totals( $fragments ) { if (WC()->cart->get_cart_contents_count() !== 0 ) { $fragments['.av-cart-counter.av-active-counter'] = '<span class="av-cart-counter av-active-counter">'. WC()->cart->get_cart_contents_count() . '</span>'; } else { $fragments['.av-cart-counter.av-active-counter'] = ob_get_clean(); } return $fragments; }
September 10, 2018 at 3:11 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #1007944See private content
Hi,
That is not what i meant.
I have 4 colums with 4 products. Now, when ‘sliding’, 4 new products show all at once. I want to slide a new product once at a time.
GreetingsSeptember 7, 2018 at 4:30 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #1007179Hi, thanks, but it is not reloading/refreshing.
Any ideas?September 7, 2018 at 12:03 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #1007074Ehm not sure why no one mentioned this before, but this is an easy CSS fix. Enfold tends to hide the delete button.
This fixed it:#top .dropdown_widget_cart ul.product_list_widget li a.remove{display: block;}
However, when deleting a product the cart total is not updating… Any fix for that?
- This reply was modified 6 years, 2 months ago by wzshop.
September 7, 2018 at 11:22 am in reply to: Remove item from shopping cart WIDGET button (x) ? #1007053Hi, thanks but how do i get that button in the cart widget (top/menu) ?
Any hook i can use?August 24, 2018 at 10:16 am in reply to: Forcing an excerpt while using Advanced Layout Editor #1001096Hi Onlysky,
Could you further explain how you were able to make excerpts automatically show up, when using AVL?
Were you able to limit the characters already as well?
Thanks,
RobbertJune 10, 2018 at 12:05 pm in reply to: SEO problem Shop page, with advanced layout builder enabled. #970744There is no test site anymore. I would say: create your own, if you still don’t know what the problem is. This is a theme related problem and has nothing to do with my configuration.
- This reply was modified 6 years, 5 months ago by wzshop.
June 10, 2018 at 12:00 pm in reply to: Bug: Product info tab not showing on AVL product pages #970739Not needed. The quick fix mentioned is still not implemented in the enfold theme code.
- This reply was modified 6 years, 5 months ago by wzshop.
June 7, 2018 at 11:57 pm in reply to: SEO problem Shop page, with advanced layout builder enabled. #969861Yes, but I rather suggest a permanent fix for your theme and the biggest wp Seo plugin.
June 6, 2018 at 12:09 pm in reply to: Bug: Product info tab not showing on AVL product pages #967797Still not fixed.
June 6, 2018 at 12:06 pm in reply to: SEO problem Shop page, with advanced layout builder enabled. #967793Still not fixed.
Yes thanks, would be nice if this would be implemented as an option in the enfold theme.
Thanks
Hi,
Sorry no site available.See private content.
April 25, 2018 at 10:29 am in reply to: Bug: Product info tab not showing on AVL product pages #946488Here you go.
Revies is enabled but no review field shown!Need it fixed asap!!
April 24, 2018 at 4:34 pm in reply to: Bug: Product info tab not showing on AVL product pages #946010Not working at all.
Get messages likeAdmin notice for: Image with Hotspots This element was disabled in your theme settings. You can activate it here:
I also do not understand how this can be a feasible new feature in the 4.3 version / you understand my problem.
Finally some clarification.
It’s a shame the WC sorting etc is not working with AVL. I can however not find this limitation, explicitly, in the documentation.This is a testserver so you can do whatever you think is necessary to make this work and find a fix.
Deleting pages is part of that.What do you mean as a shop page.
You set the sample page as a shop page in WC settings. Thats why it works now.
Ive set it to the my-shop page again (in WC settings) and (of course) it is not working anymore.So:
-a vlc product grid page
-selected as a shop page in WC settings
-will not work when sorting the products.It seems to me that this only can be named as a BUG in enfold, since VLC wont allow the shop page to order its products.
IF you mean that VLC wont comply with the WC shop page functionality then please say so. But i don’t understand how that can be feasible as a theme.- This reply was modified 6 years, 8 months ago by wzshop.
But what did you do to make it work?
ThanksDone
That is the bug i am talking about.
When going to the first private url and then select order by price, the second private url is generated and not accessible!What are you even saying?
When is this BUG going to be fixed?Please keep it in private!!
Also it is not fixed. Private url gives me 404March 8, 2018 at 11:11 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #924165Ok thank you. Hope this will be fixed.
Not sure what you want me to do but i posted a login link in the private section so you can do some testing.
ThanksMarch 8, 2018 at 11:25 am in reply to: Filtering products not working when using Advanced layout builder on Shop page #923758Hi,
Thanks for getting back to me.
It is not a real big deal to me, but I would say it is for the compatibility of the enfold theme.
The theme offers AVL for shop pages but is not compatible with filtering products. I guess that is not desirable.Greetings
March 8, 2018 at 10:11 am in reply to: Filtering products not working when using Advanced layout builder on Shop page #923691Thats what I said.
Question is if you guys can fix this. Maybe switch over to a woocommerce page when a filter is used in the url. -
AuthorPosts