Forum Replies Created
-
AuthorPosts
-
November 11, 2013 at 9:15 pm in reply to: Title Container and Breadcrumbs not collapsing on iPad Portrait #186983This reply has been marked as private.November 2, 2013 at 11:02 pm in reply to: Responsive Header and Sidebar on iPad Portrait (under 768px width) #183810
Fixed! Thank you so much. :)
Cheers,
JustinNovember 1, 2013 at 7:12 pm in reply to: Responsive Header and Sidebar on iPad Portrait (under 768px width) #183461That fixed the nav, but the sidebar still isn’t collapsing correctly.
See screenshot: http://d.pr/i/3rSI
October 30, 2013 at 10:50 pm in reply to: Responsive Header and Sidebar on iPad Portrait (under 768px width) #182639Hi Yigit,
Still not having any luck after changing the “switchWidth” to 989 in the avia.js. It doesn’t seem to change it at all.
Here’s what the code currently is:
` // ——————————————————————————————-
// responsive menu function
// ——————————————————————————————-function avia_responsive_menu()
{
var win = $(window), header = $(‘.responsive #header’);if(!header.length) return;
var menu = header.find(‘.main_menu ul:eq(0)’),
first_level_items = menu.find(‘>li’).length,
bottom_menu = $(‘html’).is(‘.bottom_nav_header’),
switchWidth = 989;if(first_level_items > 7 + header.find(‘#menu-item-search’).length && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}
`Here is a link to a screenshot of the right nav not collapsing on ipad: https://copy.com/MC3ARCe8dz0Fj3wj
Thanks,
JustinOctober 30, 2013 at 7:51 pm in reply to: Responsive Header and Sidebar on iPad Portrait (under 768px width) #182543This reply has been marked as private.That might work. Is it possible to change the toggle id name, so the toggle id could actually be the name of the question. This would be for SEO…
Thanks,
Justin -
AuthorPosts