Tagged: mobile, pages, portfolio items, responsiveness
-
AuthorPosts
-
November 8, 2016 at 9:03 pm #709964
Hello,
We’re having issues with our website being responsive to mobile. I’ve combed through all the past posts about this issue and tried the code provided, but nothing is working.Some pages (ie: the front page) are working fine (grid stacking) . Then other pages (ie: the Guest Alumni) squishes everything together. All the portfolio item pages have the same problem.
We’ve also tried various things using/not using color sections, using the grid row, etc. We can’t seem to figure out why some pages are working and others not.
the code currently in the quick css:
.custom_layer img{
position: absolute;
}
.custom_layer{
position: relative;
}
.custom_layer:hover .first{
z-index: 2;
}.small-preview .iconfont { display: none; }
.main_color .small-preview { background: transparent; }
.main_color .small-preview:hover { background: transparent; }
.multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }@media only screen and (max-width: 767px) {
#desktop-section {
display: none !important;
}}@media only screen and (min-width: 768px) {
#mobile-section {
display: none !important;
}}
@media only screen and (max-width: 480px) {
.responsive #top #wrap_all .container { width: 80%; max-width: 80%; }}@media only screen and (max-width: 767px) and (min-width: 989px) {
.av-masonry-col-5 .av-masonry-entry {
width: 33.33%;
}
}@media only screen and (max-width: 767px) {
.av-masonry-col-5 .av-masonry-entry {
width: 100%;
}
}November 9, 2016 at 7:18 am #710081Hey neostarbuck,
Thanks for contacting us :)
Kindly replace this code in your Quick CSS:
@media only screen and (max-width: 767px) { .av-masonry-col-5 .av-masonry-entry { width: 100%; } }
and replace it with:
@media only screen and (max-width: 767px) { .av-masonry-col-5 .av-masonry-entry { width: 100%; } div .av_one_fifth { width: 100%; } }
Let us know if it works and if there are still pages that has issues after adding the code.
Best regards,
NikkoNovember 9, 2016 at 8:54 pm #710439Thank you so much for your help!
Unfortunately, the code did not work.
November 9, 2016 at 11:42 pm #710482…is there something else we can try?
November 11, 2016 at 12:50 am #710941Hello,
checking in again in hopes of finding a solution to this, The pages are still having issues. Thank you so much.November 11, 2016 at 8:12 am #711016Hi,
Can you post a link to pages that has those issues and since the code I gave didn’t work as you said can you please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
The code I gave should work on 5 columns that are next to each other on mobile, probably it is cached or there’s a plugin conflicting that’s why the frontend doesn’t reflect that code.
Best regards,
NikkoNovember 14, 2016 at 9:13 pm #712160Provided all info below:
There are too many pages to list all here.
All the Portfolio-Items
I’ve included some example URLs belowThank you so much for your help!
November 16, 2016 at 4:39 am #712735Hi,
Some of the sections are outside the wrap_all container and that’s why they are not responsive. Is it ok if we deactivate the plugins while working on the site?
Best regards,
IsmaelNovember 17, 2016 at 12:47 am #713302Hi Ismael,
We’ve actually found the opposite. We’ve been taking the header OUT of the color sections, and in doing so made the pages behave correctly on mobile. (which is why you were seeing that)Not sure WHY it is happening, but it works for us for a temporary fix for now.
Thank you so much for your help!!
November 21, 2016 at 9:22 am #714714Hi!
Glad that this is fixed. :)
Regards,
Nikko -
AuthorPosts
- The topic ‘Portfolio Pages are not being responsive to mobile’ is closed to new replies.