Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter killerisko

    (@killerisko)

    You are a genius! Thanks for your help Mr. Gabriel. Works perfectly!

    Thread Starter killerisko

    (@killerisko)

    Problem fixed thanks to @gabrielfuentes with code:

    /* Change products sidebar order on mobile */
    @media(max-width:767px){
        .woocommerce-page #content-area {
            display: flex !important;
            flex-direction: column !important;
        }
        .woocommerce-page #left-area {
            order: 2 !important;
        }
        .woocommerce-page  #sidebar {
            order: 1!important;
        }
    }
    Thread Starter killerisko

    (@killerisko)

    Thanks Tom! ??

    Thread Starter killerisko

    (@killerisko)

    Maybe just one more thing ?? Could you give me some little advice how to make my grid menu looks little better? Just wondering if you, like a creator of this awesome plugin, have any cool easy ideas ??

    For example, to add css to make little underline under first level sub menus
    like https://imgur.com/mOQhmf2

    or something else with colors? I am not sure :/

    Many thanks for your time!

    Thread Starter killerisko

    (@killerisko)

    You are great Tom! You helped me a lot!! Thanks! ??

    Thread Starter killerisko

    (@killerisko)

    I activated Highlight current item options in Menu Bar.

    And I inserted code in custom styling :

    /* Apply Hover Styling to active Mega Menu - Second Level Links */
    #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: $panel_second_level_font_color_hover;
        font-weight: $panel_second_level_font_weight_hover;
        text-decoration: $panel_second_level_text_decoration_hover;
        @include background($panel_second_level_background_hover_from, $panel_second_level_background_hover_to);
    }
    
    /* Apply Hover Styling to active Mega Menu - Third Level Links */
    #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #{$wrap} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: $panel_third_level_font_color_hover;
        font-weight: $panel_third_level_font_weight_hover;
        text-decoration: $panel_third_level_text_decoration_hover;
        @include background($panel_third_level_background_hover_from, $panel_third_level_background_hover_to);
    }
    
    /* Apply Hover Styling to active Flyout Links and ancestors */
    #{$wrap} #{$menu} li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #{$wrap} #{$menu} li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
        @include background($flyout_background_hover_from, $flyout_background_hover_to);
        font-weight: $flyout_link_weight_hover;
        text-decoration: $flyout_link_text_decoration_hover;
        color: $flyout_link_color_hover;
    }

    But any of sub menus is still not highlighted :/

    Thread Starter killerisko

    (@killerisko)

    Great! I fixed it ??

    Could you help me with another problem and its that if I click section, for example: https://mojkredenc.sk/nasa-ponuka/napoje/sirupy/herbert/ , this menu item is not highlighted in max mega menu grid layout. I guess that this can be set with

    Highlight Current Item
    Apply the ‘hover’ styling to current menu items.

    I got this activated, but my current location in menu is still not highlighted.

    Thanks!

    Thread Starter killerisko

    (@killerisko)

    Your fix works perfectly! ?? Thanks!

    Another problem with The mobile menu is visible but nothing happens when I click it

    I read about it and I am sure that wp_footer() is calling before </body> and I cant find any other solution how to fix it :/ Mobile menu toggle is also off.

    Can you help me here, or I need to create another topic? Thanks

    Thread Starter killerisko

    (@killerisko)

    anyone?

    because when I click next events, it shows No results found.. and there is 1 more which is not shown.

    Thread Starter killerisko

    (@killerisko)

    problem resolved. it was something with my hosting.

    Thread Starter killerisko

    (@killerisko)

    seriously no answer on that simple question?!

    Thread Starter killerisko

    (@killerisko)

    you were right.. I sent email to my host and they fix my problem by activating .htaccess module

    Thread Starter killerisko

    (@killerisko)

    support of .htaccess (mod_rewrite) is enabled in my webhosting package (:OPTIMAL).

    It is mentioned at https://www.euronet.sk/webhosting/webhosting.html

    mod_rewrite should be working from begining, isnt it?

    If not, I need to ask for sure, how to check my hosts that mod_rewrite is runing on my server? I need to email to my webhosting or something like that?

    I think that adding correct line with /%postname%/ in htaccess could fix my issue, but I dont know what or where need I add it to my htaccess. :/

Viewing 13 replies - 1 through 13 (of 13 total)