This topic has 10 replies, 2 voices, and was last updated 8 months, 1 weeks ago ago by Luca Rossi
Hello,
There are a few issues in mobile view I would like to highlight.
1- Store notice is overlapping the sidebar cart, you can check the SS. Also is there any way to hide store notice for logged-in users?
https://snipboard.io/FGMqY6.jpg
2- The top sticky header is overlapping with the cart sidebar, please check the SS.
https://snipboard.io/i4Ir2e.jpg
3- The sidebar is showing a limited item (30), I tried to change the number in the option given in the theme customizer but it was still limited to 30, So is there any way to increase the limit I found an old solution where it used to do by coding but that was an old post, that’s why checking with you guys.
Thanks,
Hi @Shehzad Ghazi,
1- Store notice is overlapping the sidebar cart, you can check the SS. Also is there any way to hide store notice for logged-in users?
https://snipboard.io/FGMqY6.jpg
2- The top sticky header is overlapping with the cart sidebar, please check the SS.
Please add the following custom CSS under Theme Options > Theme Custom CSS > Global CSS:
p.woocommerce-store-notice.demo_store,
.mobile-header-wrapper .header-top {
z-index: 1;
position: relative;
}
.et_b_header-cart.et_element-top-level .et-mini-content,
.et_b_mobile-panel-cart .et-mini-content {
z-index: 9999;
}
3- The sidebar is showing a limited item (30), I tried to change the number in the option given in the theme customizer but it was still limited to 30, So is there any way to increase the limit I found an old solution where it used to do by coding but that was an old post, that’s why checking with you guys.
To improve the loading speed of website, we’ve limited the number of cart items to 30. If you want to increase this number, please navigate to this file: wp-content/plugins/et-core-plugin/app/models/customizer/theme-options/header-builder/cart.php on line 425:
- Change: 'max' => 30,
- To: 'max' => 100
Best Regards,
8Theme’s Team
Hi,
Thanks for the response. The top header is breaking with the given code.
Store notice is still overlapping the cart and the issue is only on the iPhones before and after adding the code it same, only iPhones have the overlapping issue.
Hi @Shehzad Ghazi,
We’ve updated the custom CSS codes to this:
p.woocommerce-store-notice.demo_store,
.mobile-header-wrapper .header-top {
z-index: 10001 !important;
}
.et_b_header-cart.et_element-top-level .et-mini-content,
.et_b_mobile-panel-cart .et-mini-content {
z-index: 10002 !important;
}
Can you check again?
Best Regards,
8Theme’s Team
Hi,
Still not working. This code fixed the top header issue.
p.woocommerce-store-notice.demo_store,
.mobile-header-wrapper .header-top {
z-index: 999 !important;
}
But store notice still overlaps the sidebar cart and sidebar menu, only in iPhones, which seems like a bug or something.
Dear Shehzad Ghazi,
We are reaching out to you in reference to a matter we observed on the Simulator. Below are the links to the screenshots that illustrate the current appearance:
– [Screenshot 1](https://prnt.sc/hKJK7QjVVVcJ)
– [Screenshot 2](https://prnt.sc/FXFdTbq_BVBw)
To assist us in diagnosing and addressing the issue effectively, could you kindly provide us with the corresponding screenshots from your end, along with the specific URL where the issue is occurring?
We appreciate your cooperation and look forward to your prompt response.
Thank you for your attention to this matter.
Best Regards,
The 8Theme Team
Hi @Shehzad Ghazi,
We’ve updated the custom CSS codes to this:
p.woocommerce-store-notice.demo_store,
.mobile-header-wrapper .header-top {
z-index: 999 !important;
}
.et_b_header-cart.et_element-top-level .et-mini-content,
.et_b_mobile-panel-cart .et-mini-content {
z-index: 10002 !important;
}
.template-container {
z-index: 1;
}
Can you please check again?
Best Regards,
The 8Theme Team
Hi,
It works finally.
Thanks for your support.
Hi @Shehzad Ghazi,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Hi, I am facing a few issues in mobile view’' has been successfully resolved, and the topic is now closed for further responses