killerisko
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sidebar on top on mobileYou are a genius! Thanks for your help Mr. Gabriel. Works perfectly!
Forum: Fixing WordPress
In reply to: Sidebar on top on mobileProblem 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; } }
Forum: Plugins
In reply to: [Max Mega Menu] grid layout problemThanks Tom! ??
Forum: Plugins
In reply to: [Max Mega Menu] grid layout problemMaybe 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/mOQhmf2or something else with colors? I am not sure :/
Many thanks for your time!
Forum: Plugins
In reply to: [Max Mega Menu] grid layout problemYou are great Tom! You helped me a lot!! Thanks! ??
Forum: Plugins
In reply to: [Max Mega Menu] grid layout problemI 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 :/
Forum: Plugins
In reply to: [Max Mega Menu] grid layout problemGreat! 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!
Forum: Plugins
In reply to: [Max Mega Menu] grid layout problemYour 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
Forum: Plugins
In reply to: [The Events Calendar] events list show 5 events from 6anyone?
because when I click next events, it shows No results found.. and there is 1 more which is not shown.
Forum: Fixing WordPress
In reply to: WP could not establish a secure connection to www.ads-software.comproblem resolved. it was something with my hosting.
Forum: Plugins
In reply to: [The Events Calendar] change time format from am/pm to 24:00seriously no answer on that simple question?!
Forum: Fixing WordPress
In reply to: permalinks change not workingyou were right.. I sent email to my host and they fix my problem by activating .htaccess module
Forum: Fixing WordPress
In reply to: permalinks change not workingsupport 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. :/