Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-14-2020 18:23:13

garden1
Member
Registered: 02-06-2020
Posts: 61

Store Menu Malfunctioning in HEADER

Store menu widget in HEADER group:


Displays normally for mid and wide

For thin, disappears from top of Header.  Menu icon appears at end of navbar that only contains an <a> that links to the homepage.

Doesn't seem to matter what display option is used.

Offline

 

#2 02-17-2020 09:19:16

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Store Menu Malfunctioning in HEADER

The wrapper div that the widgets are in likely are classed 'kdispwide, kdispmid'.  Either remove those classes, or add 'kdispthin' as well.


Nick Hendler

Offline

 

#3 02-17-2020 14:43:12

garden1
Member
Registered: 02-06-2020
Posts: 61

Re: Store Menu Malfunctioning in HEADER

That checks out!  Thank you!

Offline

 

#4 02-18-2020 13:19:12

garden1
Member
Registered: 02-06-2020
Posts: 61

Re: Store Menu Malfunctioning in HEADER

How do I get rid of the extra "store menu" #ecom_skinwidget_menustore--WIDGETICON that shows up in the navbar on thin displays, without resorting to display:none;  ?

Offline

 

#5 02-19-2020 09:04:54

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Store Menu Malfunctioning in HEADER

Remove this from your navbar:

Code:

<div class="kdispthin">
<?php $this->include_namespace('core','skinwidgeticons','HEADER'); ?>
</div>

That produces icons in thin display mode for the widgets in the HEADER group.  It's there because in the default Flex skin the HEADER group is hidden in thin mode, so the icons give you access to what that widget group displays in mid and wide modes.


Nick Hendler

Offline

 

Board footer