Showing 1 – 5 of 5 replies
Glen

When the page is sized to mobile […]

Glen PURCHASED
7 years ago
Hello etap. When the page is sized to mobile dimensions, some of the expandable sections in the resume section do not expand and the user has no expander control to expand them.
LuckyRoo
LuckyRoo SELLER
7 years ago
Hi Glen,

Everything works perfectly as in my demo page. Can you provide your page URL? You can email me, if you have some private information about your development page.

Thank you.
Al
Glen
Glen PURCHASED
7 years ago
The URL to my page is http://glenthomascv.com/. All sections expand except Education 2003-2008 University of Brighton.
I am using Edge on Windows Phone 10
Glen
Glen PURCHASED
7 years ago
Same problem in Chrome in Windows 10
LuckyRoo
LuckyRoo SELLER
7 years ago
You are right, that will be something I would fix in the next update. If you need a quick fix for that, here are the steps:

Please open your assets/js/main.js, under "11. Section - My Resume" find and copy this js code:

BEFORE:
workItem = $('.collapse:not(:first)', '#work'),
educationItem = $('.collapse:not(:first)', '#education');

AFTER:
workItem = $('.collapse:not(.in)', '#work'),
educationItem = $('.collapse:not(.in)', '#education');

Hope that helps :)

Thank you.
Al
Glen
Glen PURCHASED
7 years ago
Thanks etap, all working great now