New Landing How can we help? Themeforest Theme Support Uplift Slideout menu from top instead of left/right?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Uplift
  • #313568
    adstream
    Member
    Post count: 85

    Hello!
    The slideout menu feature is awesome. But is it easy to do so that it comes in from top instead of left/right?

    Kind regards,
    Richard

    #313580
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Currently it doesn’t exist that feature. Will forward your request to the development team.

    -Rui

    #313692
    adstream
    Member
    Post count: 85

    Hmm okay, then i know!
    I found a different way to achieve the same thing but using the Max mega menu that comes bundle with the theme, and it seems that they have a sloution for it:

    https://www.megamenu.com/documentation/push-content-down/

    I have done exactly as it says in the link above and chenged the id in the script to “#mega-menu-wrap-main_navigation” like this:

    	jQuery(document).ready(function($) {
        var menu = $('#mega-menu-wrap-main_navigation'); // change this to target your menu
      
        // do not edit below this line
        $('li.mega-menu-item', menu).on('open_panel', function(e) {
            var sub_menu = $('.mega-sub-menu', $(this));
            menu.css('margin-bottom', sub_menu.height());
        });
        $('li.mega-menu-item', menu).on('close_panel', function(e) {
            menu.css('margin-bottom', '');
        });
    });

    But it dosent do anything. Is it because this solution isnt compatible with the uplift theme?

    Kind regards,
    Richard

    #313698
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Where did you added this code?

    -Rui

    #313701
    adstream
    Member
    Post count: 85

    In the plugin suggested in article above (TC Custom JavaScript) and under the “Theme Options” > “Custom CSS/JS”. I can see the script between the head tags when i inspect the code, but it dosent do diddley.

    But when I continued reading i found this article on “Max Mega Menu” https://www.megamenu.com/documentation/uplift/ that says that their menu isnt compatible with uplift. I thought that was weird.

    #313802
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    What is your site url and admin credentials so I can have a look to see if there is any error on that?

    Thanks

    -Rui

    #313807
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @adstream

    Please use this latest version of the theme – we have been working with MMM to get it 100% compatible with their pro version. Let us know how you get on – http://swiftideas.d.pr/dQg3/PARKgbWF

    – Ed

    #313843
    adstream
    Member
    Post count: 85

    Hello,

    I have now downloaded and updated to latest uplift provided in your link. Not much has has changed though, I noticed that the “Max Mega menu settings” under “Apperance” > “Menus” now work a little better:
    – The “Click” Event now woks, so thats good.
    – Under “Theme” settings you can now choose “uplift” but that only hides/disables the menu in front end.

    But the push down content functionality that im looking for does still not work. Maybe it just needs som css?

    #314141
    David Martin – Support
    Moderator
    Post count: 20834

    @adstream – what is your URL/login.

    Can you screenshot the settings you refer and describe your desired result? We can take a look at help you further.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register