Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionI do have a photo Gallery on my site, on laptop it works perfectly, but on mobile view, the pictures 1st display well, and after a scroll, becomes very big & blur.
you can see on :
[hidden link]
A working demo can be find also on : /
I've search for hours but I can not get rid of this bug. Any help will be much appreciate :*
EDIT : If i activate the original child theme, it works well. So it comes from my custom dev, need to find the one that create this troubles.
EDIT2 : After more investigation, the issue comes from .css
If i set back to empty style.css the issue disapear. Please fill free to inform me if you see anything wrong in it.
Closed. This question is off-topic. It is not currently accepting answers.
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionI do have a photo Gallery on my site, on laptop it works perfectly, but on mobile view, the pictures 1st display well, and after a scroll, becomes very big & blur.
you can see on :
[hidden link]
A working demo can be find also on : https://fivestar.mikado-themes/
I've search for hours but I can not get rid of this bug. Any help will be much appreciate :*
EDIT : If i activate the original child theme, it works well. So it comes from my custom dev, need to find the one that create this troubles.
EDIT2 : After more investigation, the issue comes from http://mv.gr3g.ca/wp-content/themes/fivestar-child/style.css
If i set back to empty style.css the issue disapear. Please fill free to inform me if you see anything wrong in it.
Share Improve this question edited Dec 5, 2019 at 10:09 Gregory asked Dec 4, 2019 at 9:38 GregoryGregory 6025 silver badges20 bronze badges 5
- This type of problem is fairly hard to troubleshoot without access to the site. Have you tried deactivating all of your plugins and switching to a default theme so you can determine whether it is a theme or plugin issue? It sounds likely to be either a plugin issue (something that compresses or lazy loads images) or perhaps your images have just been uploaded at such huge sizes they're not loading quickly enough. – WebElaine Commented Dec 4, 2019 at 16:07
- access to the site is in the question ! for plugin, yes i've tryed. no success. For image size, what is strange, is that it first work before scrolling, so i don't think it comes from this. Also, i set exactly the same sizes as in demo, and in demo i see no problem. – Gregory Commented Dec 4, 2019 at 16:52
- I meant admin access. Not always a lot you can do from the front end. If it wasn't a plugin, it's likely your theme - try swapping that out and if that's the culprit, you can follow up with the developer. – WebElaine Commented Dec 4, 2019 at 17:01
- i'm also in contact with theme developper. i have a start of reply. If i activate the original child theme, it works well. So now i need to make many tests in my customised child theme to see whats wrong – Gregory Commented Dec 5, 2019 at 9:44
- after some more investigation, issue comes from style.css in child theme, i added url, if you see anything wrong in it, feel free to inform me – Gregory Commented Dec 5, 2019 at 9:56
1 Answer
Reset to default 0ok, i find the solution !!!
it was this line that makes trouble !
.vc_column_container>.vc_column-inner { width:unset !important; }
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744937878a4602137.html
评论列表(0条)