-
AuthorPosts
-
May 5, 2016 at 11:39 pm #628022
I have embed a page on accordion element
the content display well on iPod & bigger screen
but on a phone content overflows
How can I fix it?Thank you for your support
MaritzaMay 6, 2016 at 12:23 am #628029I have the same exact issue, I think.. I made an accordion slider with some text, it shrinks too small to see the text on a mobile device. Using the magazine setting, tried all others but none fit and I just want it to be a little taller on the mobile so you can see all of the text there.
May 9, 2016 at 1:26 pm #629182Hi,
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .toplevel, .toplevel_popup { width: 100%!important; }}
Best regards,
YigitMay 9, 2016 at 1:31 pm #629186Hi,
Sorry for the delay, I checked your site on my Android mobile device Note 2 and the accordion element looks fine(please see screenshot in private).
Please post a screenshot of the issue and share more details about the device and browser you are facing this issue in so we can trouble shoot this further.
Best regards,
VinayMay 9, 2016 at 1:55 pm #629197Hi, I’m not sure what you checked, I don’t see any links on here.. there are two of us seeming to have the same problem. Mine is on this page: http://hearth.betasite-kp.com/what-hearth-stands-for/
The photos stretch across and make them too wide. I can’t take a screen shot easily, it’s on a rollover and the effect disappears for screen grabs, I think you can see it just by looking at the link.
Thanks,
Shanna- This reply was modified 8 years, 6 months ago by shannab.
May 9, 2016 at 3:02 pm #629265Yigi
I tried the code and nothing happens I checked on the IPod
see screenshot (If I can get it to display correctly on the iPod that will be great)
on smaller screen is bringing up the mobile version that is not good (I’ll check that part)=======
Shannab problem is with the scrolling banner, I have the same issue.
Thank you for all your help
May 10, 2016 at 3:46 pm #629997Yigit, that code didn’t solve my issue: http://hearth.betasite-kp.com/what-hearth-stands-for/
You can see on the link above, on a phone device, the accordion slide show needs to be taller. The photos get stretched out of proportion, and the text doesn’t fit.
shanna
May 11, 2016 at 6:47 am #630449Hi,
Please add this in the Quick CSS:
@media only screen and (max-width: 767px) { #top .aviaccordion { max-height: 500px !important; height: 400px; } }
Note that the images in the slider might get distorted if you make it taller. Another workaround is to replace the accordion slider with a simple slider on mobile view.
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelAugust 9, 2016 at 6:05 pm #670452Hello Team
Accordion content not fully displaying
8/9/16
My request got lost when someone starting posting their problem here
I still have the problem, I was going to create other ticket but I can’t find where to submit a service ticket.
Problem:
I’m embedding content (API) using the accordion element, I also embedded content on the text element
but the content is not displaying fully. Please see what I’m talking about here: See below linkThank you for all your support
- This reply was modified 8 years, 2 months ago by mmandarino.
August 12, 2016 at 9:26 pm #672071Hi,
try this code inside Quick CSS field:
@media only screen and (max-width: 767px) { .toggle_content { padding: 11px 30px 11px 10px; }}
and adjust the last number (10px) as needed.
Best regards,
AndyAugust 15, 2016 at 9:16 pm #672878Almost there!!
The content doesn’t scroll once it reaches the bottom of the page
Click on the last link, them click on the course number to see the problem.
This happens not only on the accordion content but also on a regular text element.August 16, 2016 at 1:31 pm #673202Hi,
it seems to be fine to me:
Can you provide us screenshots showing the issue please?
Best regards,
AndyAugust 16, 2016 at 2:53 pm #673293Thank you Andy
See note below
August 16, 2016 at 2:59 pm #673299Hi,
try this code inside Quick CSS field:
.acalog-permalink-container { overflow: scroll; }
Best regards,
AndyAugust 16, 2016 at 6:00 pm #673357Kind of scrolling but still not showing all content at the bottom
This is the code I have for this problem:
@media only screen and (max-width: 767px) {
.toggle_content {
padding: 11px 30px 11px 10px;
}}
.acalog-permalink-container {
overflow: scroll;
}
Screenshot below:- This reply was modified 8 years, 2 months ago by mmandarino.
August 18, 2016 at 4:48 pm #674238Hi,
add this code as well:
.acalog-permalink-container { height: 103px; }
Best regards,
AndyAugust 18, 2016 at 5:46 pm #674276I just added the code, there still cutting the content at the end of the page
August 18, 2016 at 11:22 pm #674404August 19, 2016 at 12:33 am #674427see below details
August 19, 2016 at 10:02 am #674620Hi,
use this code:
.acalog-permalink-container { height: 200px !important; }
and adjust if needed. I hope this helps.
Best regards,
AndyAugust 19, 2016 at 2:47 pm #674774Andy it did not work
August 22, 2016 at 1:15 pm #675692Hi,
it’s working for me when I test it, but can you provide us admin access, so we can implement the code into your Quick CSS field and make some more testings? post login details here as private reply.
Best regards,
AndyAugust 22, 2016 at 3:15 pm #675801I don’t see it working. I don’t know if you are clicking on the course numbers
content is not wrapping also at the end of the page when clicking on course number on the 2 window content doesn’t
show.See info below
August 22, 2016 at 6:56 pm #675947Hi,
I adjusted the height value of my code and now it’s working as expected:
Can you confirm please?
Best regards,
AndyAugust 22, 2016 at 8:26 pm #676013Andy did you click on ARC 114?
See screenshots
- This reply was modified 8 years, 2 months ago by mmandarino.
August 23, 2016 at 11:59 am #676320Hi,
no idea what you mean now. I followed your instructions:
Go to the bottom of the page
SUMMER SEMESTER I
click on:
ARC 226 Architectural BIM II
then clikc on:
ARC 225
Do you get the full description?
http://degreeprograms.gtccbeta.wpengine.com/api-acalog-test2(hosted on WPengine)
and this part is working for me now.Please always send us precise links to any screenshots you add, otherwise we can’t insepct the elements in question.
Best regards,
AndyAugust 23, 2016 at 2:50 pm #676443Good morning Andy
August 24, 2016 at 4:16 pm #677086Hi,
you need to adjust the height value of this code:
.acalog-permalink-container { height: 147px !important; }
With height: 147px it should work fine. Otherwise adjust as needed.
However, I don’t think this is a good approach for what you need. Maybe it would be best to work with accordion element instead. Otherwise I guess there is a plugin for such a function out there.
Best regards,
AndyAugust 25, 2016 at 2:08 pm #677515Hi Andy, I tried that and other values also
Do you know if there is a way to remove the links?
August 25, 2016 at 10:20 pm #677786Hi,
try this code:
a.acalog-permalink-link { display: none; }
Best regards,
Andy -
AuthorPosts
- The topic ‘Acoordion element overflow on mobile (phone)’ is closed to new replies.