Would like to disable the sticky menu

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 22, 2015 3:38 pm
Reply with quote
Report this post
Hello,

Is it possible to disable the sticky menu please ?

Thanks
User avatar
Expert Boarder

GK User
Wed Apr 22, 2015 6:21 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Apr 22, 2015 8:37 pm
Reply with quote
Report this post
edenleisuremalta.com/edenleisure_new
User avatar
Expert Boarder

GK User
Fri Apr 24, 2015 1:10 pm
Reply with quote
Report this post
Hello,

I also have a problem with the readmore button.. Screeshot attached

Untitled-2.jpg
User avatar
Expert Boarder

GK User
Mon Apr 27, 2015 7:59 am
Reply with quote
Report this post
Please edit file:
edenleisure_new/templates/gk_news2/js/gk.menu.js
And remove this block of code:
Code: Select all
    // fixed menu
    //
    // create container for the fixed menu
    var menuWrap = new jQuery('<div id="gkFixedMenu"></div>');
   
    menuWrap.html('<div class="gkPage"></div>');
    jQuery('body').append(menuWrap);
    var menupos = jQuery('#gkTopNav').position().top + 80;
    var menucontent = jQuery('#gkTopNav');
    var logo = jQuery('#gkLogo');

    if(logo.length > 0) {
       menuWrap.find(' > div').prepend(logo.clone(true).attr('id', 'gkLogoSmall'));
    }

    jQuery(window).scroll(function() {
        var currentPosition = jQuery(window).scrollTop();
       
        if(currentPosition > menupos && !menuWrap.hasClass('active')) {
            menuWrap.addClass('active');
            menuWrap.find('> div').append(menucontent);
        } else if(currentPosition < menupos && menuWrap.hasClass('active')) {
            menuWrap.removeClass('active');
            if(jQuery('#gkToolbar').length > 0) {
               menucontent.insertBefore(jQuery('#gkToolbar'));
            } else {
               menucontent.insertAfter(jQuery('#gkTopBar'));
            }
        }
    });
User avatar
Moderator

GK User
Thu Apr 30, 2015 6:24 am
Reply with quote
Report this post
Can you help me in fixing the readmore button from the right hand side ?
User avatar
Expert Boarder

GK User
Thu Apr 30, 2015 2:40 pm
Reply with quote
Report this post
Please create a separate forum thread as this doesn't correspond to original topic.
User avatar
Moderator


cron