Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Okay, it works fine! But what is it exacly you have done to correct it? Im experiencing other bugs on the site and i need to rule this fix out asap.
Kind regards,
RichardThis reply has been marked as private.By the way, thanks! 😀
This reply has been marked as private.Please do, Im running out of time.
Kind regards,
RichardThis reply has been marked as private.Yes, they are crip but they are distorted look at the picture of the jacket down to the left and compare it with same page in firefox. Its really compressed.
Kind regards,
RichardThis reply has been marked as private.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?
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.
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,
RichardDecember 1, 2016 at 1:39 pm in reply to: Best way to have center center text inside a fullscreen image? #304662Omg, I cant belive I overlooked it. Thanks though!
November 25, 2016 at 10:57 am in reply to: Blurry background images on mobile devices when using image banners #303611Perfect! Thank you!
Kind regards,
RichardHello! Experienceing the same problems here. When will the next release be?
Kind regards,
RichardNovember 21, 2016 at 9:16 am in reply to: Blurry background images on mobile devices when using image banners #302675This reply has been marked as private. -
Posted in: We hit Power Elite.