• Resolved cbirdsong

    (@cbirdsong78)


    I am familiar with foundation, and looked to remedy the problem by replacing the accordion menu with a drilldown menu, but I don’t know where to make these changes.

    I am using wp-forge.6.2.4.2.

    • This topic was modified 7 years, 11 months ago by cbirdsong.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author ThemeAWESOME

    (@tsquez)

    Hi there,

    This issue will hopefully be taken care of when WP-Forge update 6.3.0 is released, which should be soon.

    Thread Starter cbirdsong

    (@cbirdsong78)

    Sounds excellent…The theme is awesome!

    Theme Author ThemeAWESOME

    (@tsquez)

    Why thank you I appreciate that.

    I am trying to get the new Off-Canvas incorporated into the theme. It will have options to change where it loads i.e. left, right, top, bottom

    Hopefully it works ??

    Theme Author ThemeAWESOME

    (@tsquez)

    Unfortunately I do not think the issue has been resolved in 6.3, see this thread:

    https://github.com/zurb/foundation-sites/pull/9348

    Now if you would like to change this, as per your request above, you would have to modify functions.php on line 663 (or abouts). It’s the line that says this:

    'items_wrap' => '<ul id="%1$s" class="%2$s" data-accordion-menu data-parent-link="true">%3$s</ul>',

    change that to reflect the following:

    'items_wrap' => '<ul id="%1$s" class="%2$s" data-drilldown data-parent-link="true">%3$s</ul>',

    Keep in mind that you will have to style the drill down.

    Hope this helps.

    • This reply was modified 7 years, 10 months ago by ThemeAWESOME.
    Thread Starter cbirdsong

    (@cbirdsong78)

    That works perfectly…Thanks!

    Theme Author ThemeAWESOME

    (@tsquez)

    Awesome! Glad that worked out for you. I was kind of bummed that this issue hasn’t been fixed yet, but I guess we shall see if it does make it into 6.4.

    Again, glad this was resolved for you. If possible, please leave a rating and review of WP-Forge and let everyone know how you feel about the theme.

    Thanks again.

    Theme Author ThemeAWESOME

    (@tsquez)

    Just a quick note, this was added to the WP-Forge 6.3 update. Coming at yah soon. Thanks again.

    Thread Starter cbirdsong

    (@cbirdsong78)

    Great! I just submitted my 5 star review.

    Theme Author ThemeAWESOME

    (@tsquez)

    Awesome sir, thank you very much. Greatly appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Parent links of off-canvas mobile menu not working’ is closed to new replies.