Quick question, after quality testing my site with more then a few users (+50 running the gambit from tech savvy to my parents…yeah that out of touch) at this point, sitting over there shoulder watching them navigate the desktop version it works great I haven’t had anyone get stumped yet!
But with mobile people seem where people are getting stumped is understanding what the heck the icons at the top represent. Often time I need to tell them they are in terms of a navigation buttons to look over the other pages in the site, I think what would be very helpful would be adding labels to the buttons but seeing as they are font-awomse instead in PNG images it gets tricky, Is there any way to do this?
And a few more suggestions about the mobile design for 3.9
I have added a copy of a custom copy of:
jQuery Smooth Scroll
to the plugins list this seems to be REALLY handy for getting back up to the top of the page to navigate to other pages.
And lastly this is kind of a question / suggestion is there any way to make it that when the book open in the mobile ver. it takes user to a selected page other then the resume page, I would like it to show the the portfolio first.
#header nav ul a { line-height: 44px; }
#header nav ul li a:after {
font-size: 12px;
display: block;
margin-top: -20px;
}
#header nav ul li:first-child a:after {
content: "BACK";
}
#header nav ul li:nth-child(2) a:after {
content: "RESUME";
}
#header nav ul li:nth-child(3) a:after {
content: "PORTFOLIO";
}
#header nav ul li:nth-child(4) a:after {
content: "CONTACT";
}
2-) go to Appearance > Editor > page_inner-front_cover.php
find the line;
<!-- open link -->
<a class="rm-button-open ribbon" href="#/resume">
change the resume word to portfolio.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.