- This topic has 8 replies, 3 voices, and was last updated 4 years, 5 months ago by Luiz Guilherme.
-
AuthorPosts
-
August 19, 2020 at 11:26 am #1409982Luiz Guilherme
The option “Display add to cart panel on scroll” is not displayed if nothing is filled in the field: “Description”.
This feature should be displayed whenever the “BUY” button is hidden.
But it is only displayed when the “DESCRIPTION” is filled and visible.
August 19, 2020 at 1:31 pm #1410122TomLead DeveloperLead DeveloperHi there,
That shouldn’t be the case, the panel checks if you scroll past the button and displays once it’s no longer visible.
Can you link us to the page so we can take a look?
August 19, 2020 at 1:57 pm #1410147Luiz GuilhermeI added the upsell coca-cola product, and removed the description, the same is happening here.
The button appears only for a moment during scrolling, as soon as the upsell product is displayed, if I keep scrolling, when related products are displayed, the button disappears.
And only reappears if I roll the page backwards, when the upsell reappears.
I believe too that this button should continue to be displayed as long as the main buy button does not appear again, regardless of how far down the page I scrolled.
https://roquesburger.com/produto/roques-bacon/
In addition to what I said before, if there is no description “and now upsell products” the button does not even appear in the footer.
See it here:August 19, 2020 at 4:54 pm #1410249DavidStaffCustomer SupportHi there,
i am not seeing this issue – however to make it work i had to view it on Mobile or shorten the height of my browser or go to mobile responsive view.
I think the problem is there isn’t enough content on the screen, and you cannot scroll sufficiently past the Buy button to make it appear.
Adding the Description makes the page longer which is why it then works.
August 19, 2020 at 5:15 pm #1410262Luiz GuilhermeExactly. the button only appears on the phone, because I have little content.
The point is that the Floating Button “should” appear after the main button is hidden and remains there.
but what happens is that when the scroll reaches the related area it disappears, and when the product has no description or upsell it doesn’t even appear.
it is as if the code that causes it to be displayed is conditioned to the display of some container after the main button, and not to the hiding of the main button.
See, I have another test site. and the same is true of him.
when the description area is hidden and the footer widgets are displayed, the button also disappears.It is not an isolated problem
https://loja.delaitec.com/site/produto/agua-mineral-linhagua-20litros-sem-galao/
how can we solve this?
August 20, 2020 at 9:28 am #1411440TomLead DeveloperLead DeveloperThe point is that the Floating Button “should” appear after the main button is hidden and remains there.
That’s what happens. However, on pages where the button doesn’t disappear because there is not enough content, the panel won’t appear.
but what happens is that when the scroll reaches the related area it disappears, and when the product has no description or upsell it doesn’t even appear.
Since the panel appears at the bottom of your screen on mobile, it will disappear once you reach the footer so it doesn’t block your visitors from interacting with links in the footer.
The issue here is that you don’t have enough page length to display the panel from a decent amount of time. By the time the buy now button is no longer visible, you’re reaching the footer and the panel will go away so it doesn’t block the footer.
It’s actually acting as it should, so there really isn’t any way to solve it.
August 20, 2020 at 9:53 am #1411481Luiz GuilhermeNow you have new information 😀
it disappears when it reaches the footer.
this has not been explained before.I added some items to the sidebar and to the footer widgets.
https://loja.delaitec.com/site/produto/agua-mineral-linhagua-20litros-sem-galao/
see that it disappears the moment the first footer widget appears.
shouldn’t it disappear when it actually touches the bottom of the page?
August 20, 2020 at 2:49 pm #1411830TomLead DeveloperLead DeveloperThe code currently looks for the top of the
.site-footer
element. Once it reaches that element (could be the top of the footer widgets), it will hide..site-info
would be better, we’ll run some tests on that and consider changing it in 1.12 🙂August 20, 2020 at 5:02 pm #1411927Luiz GuilhermeNice, thank you.
Good night.
-
AuthorPosts
- You must be logged in to reply to this topic.