My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hey wanted to share some changes I made based on subsequent feedback from my testers that you might find useful.. Some reported that they were not always able to hit the arrow accurately on a consistent basis when interacting with the mega menu on touchscreen devices.. (this issue is platform independent.. both Apple and Android users reported the same issue..) The mobile dropdown menu doesn't have this same issue as the area around the arrow is a little wider.. So I made some refinements to the mega menu styles on tablet device displays to adjust for larger fingers and aggressive tappers.. I have the following in my responsive tablet CSS.
You may need to adjust for your own site.. But what this did was to add some width to the area surrounding the arrow so that it is now a bigger target for larger fingers or more aggressive tappers.. HTH..Code:ul.slimmenu > li, ul.slimmenu1 > li {margin-right: -4px;width: 13%;} ul.slimmenu li .sub-collapser, ul.slimmenu1 li .sub-collapser {width: 50px;right: 15px;} ul.slimmenu li ul li, ul.slimmenu1 li ul li {width:200px;padding-left:2px;/*font-size:95%;*/padding-right:15px;}
Last edited by DivaVocals; 8 Feb 2015 at 11:21 PM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hello,
I am trying to change the name of "categories" in the header menu navigation.
Also,
I am trying to change the content under the "Information" tab.
Any specifics or an example on how to achieve this would be beyond great.
You can use the admin--tools--developers toolkit to search for text that you want to change. The header menu "categories" is defined in includes/languages/english/extra_definitions/override/westmisnter_new_defines.php
To change the menu you can edit includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php
Thanks,
Anne
Hello,
Would someone have a moment to please take a look at my site using Chrome, I have a css issue that I am stumped on that is only present in Chrome.
There is a large space between the Categories header and the "All Products" menu item when viewing my store in Chrome however it is not there in Firefox. I have used Firebug and web developer in these browsers and I just can not seem to find what piece of my CSS is causing this.
I appreciate your time to take a look and point me in the direction of the code that I need to be correcting please :-)
http://www.beehavendesignz.com/shop/...age=conditions
Melanie
beehavendesignz DOT com
Hi Anne,
Could you please confirm for me the correct way in which to remove the search box from the header area and turn it on in the left sidebox space?
Do i remove the code from tpl_header.php at approx line 127:
Or is there another way? I have tried turning off search box in the layout box control and renumber orders but this is not having any affect to achieve what I wish to do, which is move the search box from the header area to the left sidebox area.Code:<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
I appreciate your assistance and thank you in advance for your time to help me with this please.
Melanie
beehavendesignz DOT com
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Yay I found the solution, and thought I would post for others in case anyone else would like to move the search box from the header area.
Login to the zen cart admin.
Tools Menu -> Select Layout Box Control from the Tools menu
Click on sideboxes/search_header.php
Adjust settings as follows:
Left/Right Column Status: On
Location: (Single Column ignores this setting): Left
Single Column Status: Off
Show this Box @ Min-Width: Off
You will also need to add / amend the stylesheet with adjustments for the search box to appear as the other side boxes do.
Melanie
beehavendesignz DOT com
Bookmarks