• Resolved chucknb28409

    (@chucknb28409)


    Hi,

    When testing this theme on a resposive tester (responsinator.com) and on actual devices, I noticed two problems. For some odd reason the last menu item is not accessible (it doesn’t work), it shows up but you can’t get to it. Have not had this problem with other themes so not sure what is causing that yet. Second in portrait mode on smaller devices (iPhone 3, Galaxy SII) some content is pushed to the right (it looks like it is mostly the page header with long titles).

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author vpthemes

    (@vpthemes)

    To fix the last menu item not accessible problem: edit file name “custom.js” located in “js” folder inside theme directory. Go to line #59 which is $(‘#menu-main-navigation’).tinyNav(); and replace it with:
    $(‘#menu-main-navigation’).tinyNav({
    active: ‘selected’,
    header: ‘Navigation’,
    label: ”
    });

    Thread Starter chucknb28409

    (@chucknb28409)

    Hi,

    Is this a bug that will be fixed in a later version?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘last page in menu not accessible in responsive design?’ is closed to new replies.