Home › Forums › WoodMart support forum › Masonry grid auto scrolls to top after going back form product page
Masonry grid auto scrolls to top after going back form product page
- This topic has 20 replies, 3 voices, and was last updated 4 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
August 22, 2020 at 7:56 am #220453
[email protected]ParticipantHi
After setting up grid style as MasonryFor eg. I am on Product list page at the bottom of the page and i click on the product and go to a product page and when i click on Browser Back button page then product list position should be at the bottom of the page but it scrolls back to top very quickly.
August 22, 2020 at 8:03 am #220456
[email protected]Participantscreen recording of before and after enabling masonry style
https://photos.app.goo.gl/4UB244Fnv7EdM9846August 22, 2020 at 11:09 am #220489
Aizaz Imtiaz AwanKeymasterHello,
I have visited the URL you provided and the shop page is not scrolling to the top after clicking the back button.
Video for Clarification: https://jmp.sh/5leM4Ms
Please clear cache and check back.
Regard’s.
Xtemos Studio.August 22, 2020 at 11:15 am #220493
[email protected]ParticipantHi
It happens in chrome and opera.August 22, 2020 at 11:21 am #220494
[email protected]ParticipantPlease login and check it happens just checked again.
August 22, 2020 at 11:38 am #220497
[email protected]Participantscreen recording on mobile chrome
https://photos.app.goo.gl/M2pxnB2ZBf12yfEn7It happens on firefox too.
https://photos.app.goo.gl/Qd6f7XP9BfHY9HDH8August 22, 2020 at 12:21 pm #220508
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website. Sorry but there is no option to change this behavior of the browsers.
This is not an issue by any means. This is how the browsers work and our theme doesn’t influence them.
Regard’s.
Xtemos Studio.August 22, 2020 at 12:40 pm #220515
[email protected]ParticipantHi
it only happens when masonry style is selected.
I checked its happens on all browser.
how can these be not themes bug.I have visited your website. Sorry but there is no option to change this behavior of the browsers.
This is not an issue by any means. This is how the browsers work and our theme doesn’t influence them.
I didnt liked the way you treat customers.
I am just reporting the bug.
I am using themes with same feature but they never had this bug. so its not browser related bug it theme bug
ThanksAugust 22, 2020 at 12:47 pm #220517
Artem TemosKeymasterHello,
When you visit the product, and then go back to the previous page it starts from the top of the page. Sorry, but it is not a bug but how our theme works.
Kind Regards
August 22, 2020 at 12:52 pm #220520
[email protected]ParticipantWhen you visit the product, and then go back to the previous page it starts from the top of the page. Sorry, but it is not a bug but how our theme works.
Thats not ideal Behaviour of any modern browser.
August 22, 2020 at 12:53 pm #220521
Artem TemosKeymasterIf you are not satisfied with our theme, we can return your money back. But it is not our theme’s bug and your review on ThemeForest is not about the theme.
August 22, 2020 at 1:29 pm #220536
[email protected]ParticipantHi
Brother really I like this theme very much I used Flatsome theme for 6 years and it also had same masonry feature but did’t had this bug.And I am using it for my own business store. I am not a developer or a designer or any agency.
Its just that I have reported a bug and you guys are not accepting it.
I opened 2 Topics today on support forum. On both topic same type of response.
No I don’t want refund thanks for asking. Won’t bother you guys again..SorryLove and Regards.
August 22, 2020 at 1:36 pm #220540
[email protected]ParticipantIf you are not satisfied with our theme, we can return your money back. But it is not our theme’s bug and your review on ThemeForest is not about the theme.
gave 5 star…
August 22, 2020 at 1:37 pm #220541
Artem TemosKeymasterThank you very much for your review and for understanding.
Are you able to install some theme with similar functionality so we can compare how they work?
Your second issue is because of the old version of the theme and will be fixed when you update it.
August 22, 2020 at 2:10 pm #220545
[email protected]ParticipantHi
I have installed and activated , you can check.
https://flikary.com/product-category/women-clothing/Thanks
August 22, 2020 at 2:26 pm #220547
Artem TemosKeymasterStrange, but it works in the same way on our demo here https://woodmart.xtemos.com/shop-masonry/
Does it happen in Google Chrome too?August 22, 2020 at 2:28 pm #220548
[email protected]Participanthi
Attached Screen RecordingAugust 22, 2020 at 2:49 pm #220557
[email protected]ParticipantYes I have checked on Mobile chrome its happens
August 24, 2020 at 7:54 am #220790
Artem TemosKeymasterSo it happens on mobile devices only? It seems to work correctly on desktop as you recorded https://gyazo.com/ee4d935f8be4ef3a406759e9dba25bd3
Regards
August 26, 2020 at 1:22 pm #221405
[email protected]ParticipantHi
Problem occurred sometimes(when images are not cached) and sometimes not(when images are cached).I managed to solved this issue by disabling masonry option from theme options.
Gave aspect ratio to each product image via css.
&
Initialised isotope manually via custom JS<script> jQuery(document).ready(function(){ jQuery('.products.elements-grid').isotope({ // options itemSelector: '.product-grid-item' }); }); jQuery( document ).ajaxComplete(function() { jQuery('.products.elements-grid').isotope({ // options itemSelector: '.product-grid-item' }); }); </script>
You can see I am using jQuery( document ).ajaxComplete() to detect ajaxcomplete which I don’t feel safe. Can you please provide event name when theme’s Ajax request is successful.
Thanks
August 26, 2020 at 1:43 pm #221417
Artem TemosKeymasterYou can use the following code to call your code on our theme’s AJAX complete
jQuery(document).on('pjax:end', function () { // your code. });
-
AuthorPosts
- You must be logged in to create new topics. Login / Register