Questions tagged [mobile]
179 questions
1
vote
1
answer
117
views
Magento 2.4.7 mobile menu crash on iOS 18.2
We found a serious bug which we cannot identify if it coming from our store or from iOS 18.2 latest update.
Our setup is this:
Magento 2.4.7-p3
php8.3
nginx
Varnish
redis
Check attached video please....
0
votes
1
answer
107
views
M2.3: fotorama smooth scroll for mobile
I have a problem with the scroll of the gallery's navigation on mobile. On mobile, I put to also have thumbnails
<var name="breakpoints">
<var name="mobile">...
0
votes
1
answer
193
views
How to change logo size of mobile version. Logo scales down to tiny image
I've been trawling to interwebs and cant seem to find anything that points to the answer for this issue.
I'm working on a magento 2.4.6 site. The logo is tiny on the mobile version. The sites at www....
0
votes
1
answer
865
views
Confusion over the Magento 2 Mobile Breakpoint 767px, 768px?
I've just confused myself here testing an iPad Mini which seems to be 768px. This was displaying desktop in older versions and now on an update is showing mobile i've noticed some styles were not ...
0
votes
2
answers
419
views
Magento2 - reduce size of style-m.css?
I read up on the use of less files by Magento.
I checked the size of the two files inside the pub/static folder and I noticed that the style-m.css file is twice the size of style-l.css.
Why?
I simply ...
0
votes
1
answer
2k
views
How to retrieve characteristics attributes of a product in Magento 2 GraphQL API based on their attribute set?
In Magento 2, each product can be assigned with an attribute set, which varies based on the product category. My attribute set contains specific characteristics such as color and manufacturer, which I ...
0
votes
1
answer
97
views
Which log file to check to find out why Check-out is not loading on mobile phones and desktop?
Magento 2.4.2-p1
Smartwave Porto theme
13 extensions from Amasty
We have the Amasty's One Step Checkout but we don't use it (it's disabled but the Amasty One Step Checkout base is still installed). ...
0
votes
1
answer
246
views
Magento 2.4 - Prevent widget from loading on mobile
We have an instagram widget on our site.
Perfect for desktops - but very negative for the pagespeed score on mobile.
So I would like to prevent it from loading on mobile.
Not hide it with {display:...
1
vote
1
answer
354
views
configure different logo depending on breakpoint
I need to set different logos for my store: a logo for desktop and a different one for mobile using 768 as breakpoint, I do not have to use an existing extension.please help
0
votes
1
answer
58
views
Magento 2 CSS button appearance wrong on mobile browsers [closed]
Mobile version:
PC/Ipad tablet version:
Any clue why mobile iOS/android version dosn't match with pc version/ipad/tablet version? What could be the cause?
0
votes
1
answer
93
views
I want to extend the mobile search on click to the desktop
I want to extend the onclick search bar like in mobile view to the desktop view also, how can i do this.
0
votes
0
answers
79
views
Search Bar is not showing on main page in mobile but works fine the rest of the site
MOBILE ISSUE The website is www.Storksplows.com when clicking the magnifying glass nothing appears on the home page. I feel like something is covering it because the keyboard appears and if you type ...
1
vote
2
answers
120
views
Customer Mobile API for Magento 2.3
I am trying to create a mobile app for a Magento 2.3 CE site, So far I have found where the Swagger documentation is and have managed to log in as a customer using the integrate endpoint.
What I don't ...
0
votes
1
answer
1k
views
How detect mobile in Magento 2?
I can't find the correct code to check if my Magento 2 site is visited by Mobile.
These are the two codes that I tried in the header.phtml file in my custom theme but they don't work:
$userAgent = $...
2
votes
0
answers
322
views
Magento 2.3.4 theme use different logo file for mobile and larger screens
I need to use 2 different logo files, one for mobile and one for desktop view.
I have one single custom theme (parent is luma) and I am wondering how to achieve this by using jquery and/or CSS.
Is ...