Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025919
    oisteinhaugland
    Participant

    Hey guys, i just wanted to say that i absolutely love the x-theme, brilliant theme.

    I’ve set up a child theme and i’m customizing a website for a customer, and i’ve gotten a request to have a dropdown menu in the top header menu. Fair enough.

    But it is supposed to be a list of the archive, and one for the categories.
    So for categories i made a temporary solution with a bunch of custom links etc, it works, but it doesn’t update, so you have to manually put in each category.

    What i am wondering is if it’s possible to add the “archive” or “category” widgets to the menu, so they would work as a dropdown menu, via some nifty php. Or something similar, doesn’t have to be the widgets itself but i’m the same functionality.

    <ul> <!-- the top navbar -->
       <li>archives</li>
       <ul class="dropdown">
         <li>each month in list elements</li>
       </ul>
    
       <li>categories</li>
       <ul class="dropdown">
         <li>every category in separate list elements</li>
       </ul>
    </ul>

    or something similar to this.

    If this is the case i would love to hear you out, i’ve found some plugins that seems to solve this issue but they are quite pricy.

    Thanks.

    #1026439
    Christian
    Moderator

    Hey there,

    Thank you for your kind words. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

  • <script> jQuery(function($){ $("#no-reply-1025919 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>