Forum Replies Created
-
AuthorPosts
-
January 19, 2019 at 8:11 pm in reply to: Show featured image on single blog post, on mobile? #1055965
How is that an answer?
It is showing an 450px image (maybe) but the quality is 180px. That is why the image is all blurry. The enfold behavior is good, for normal circumstances, but as I want to show the featured image on small screens as well, the shown image is of too low quality.January 16, 2019 at 3:37 pm in reply to: Show featured image on single blog post, on mobile? #1054570Hi,
Sorry for the late reply. I have been studying a lot about srcset and sizes property in the img tag;), just so I am able to understand what is happening.
See the private content URL. The thing is that normally the thumbnails/featured images are hidden when on mobile devices (setting Single post with small preview image). Therefore the sizes attribute in the image tag is set to(max-width: 180px) 100vw, 180px
, meaning the shown thumb on screensize between 180 and the mobile screen setting (768px default) is max 180px. Therefore the quality is too low. Removing the sizes attribute or changing it to(max-width: 180px) 100vw
will collect the image that the best quality for the users viewport.-Since I am still quite new to this, I really like other thoughts on this issue.
-Also, what is the best way to make these adjustments in the Enfold theme.
-Also, the reason why Enfold coded it like this, is to make sure to not download a big image when the users viewport is large, since only a thumbnail needs to be shown (normally, without the custom CSS changes). Correct?January 7, 2019 at 2:31 pm in reply to: There is an autosave of this post that is more recent than the version below ? #1050885Hi Nikko,
Thanks. Can it hurt to use the new WP editor (with the extra code)? So just re-saving all the pages (with the extra code), will this affect anything?
Also, why does this only occur on a network website?Thanks
September 10, 2018 at 7:31 pm in reply to: Remove item from shopping cart WIDGET button (x) ? #1008042You 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, 6 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, 9 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, 9 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 7 years 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.
-
This reply was modified 6 years, 6 months ago by
-
AuthorPosts