Lot of information in googling... css line height gets this page https://www.w3schools.com/cssref/pr_dim_line-height.asp
You can add your own style sheet or attach to an existing element..
Lot of information in googling... css line height gets this page https://www.w3schools.com/cssref/pr_dim_line-height.asp
You can add your own style sheet or attach to an existing element..
Dave
Always forward thinking... Lost my mind!
Can't even get to checkout in mobile. WAY too many problems with the site. Your hover over Home, Log In, etc is set to the wrong color. That's a common foul up when dealing with the responsive classic without breaking out the colors.
I cannot get the mobile to give me any screen but log in.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
I have EZ Pages set up on my site, some of which are not displayed in the header, and are only available in the sidebar.
The code for displaying ezpages in the mobile menu is:
So what do I need to change this to in order to display the ezpages links that are available in the sidebar? (the ezpages that are available in the header are also available in the sidebar).PHP Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php')); if (sizeof($var_linksList) >= 1) { for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { echo '<li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>' . "\n"; } }?>
I tried this but it doesn't display properly.
PHP Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory('sidebar/ezpages.php')); if (sizeof($var_linksList) >= 1) { for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { echo '<li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>' . "\n"; } }?>
Nick Smith - Venture Design and Print
https://venturedesignandprint.co.uk
I just acquired an Ipad2 at a yard sale. Good score for $20. But zencart has a horrible rendering with safari. Then I realized that I had jscript disable in safari settings. After enabling jscript it works fine.
ZC 1.55.5f Responsive_classic
Apache Version 2.4.34
PHP Version 7.0
MySQL Version 10.2.18-MariaDB
Plugins:
ColumnGridLayout_for_155f
CheckBoxTextBoxIconV1.0.3
(possible oversight) with the responsive_classic template.
I need a way to hide specific categories in the Mobile sidebox menu.
When using the below method to hide a category the designated Category [ID#2} gets hidden in the {full screen} sidebox menu but NOT in Category Tabs menu.
This causes the sidebox menu in Mobile to NOT hide the designated Category as I believe it uses the Category Tabs code.
Existing code:
Code:/includes/templates/responsive_classic/sideboxes/tpl_categories.php // to make a specific category stand out define a new class in the stylesheet example: A.category-holiday // uncomment the select below and set the cPath=3 to the cPath= your_categories_id // many variations of this can be done // case ($box_categories_array[$i]['path'] == 'cPath=3'): // $new_style = 'category-holiday'; // break; case ($box_categories_array[$i]['path'] == 'cPath=2'): $new_style = 'category_hide'; break; case ($box_categories_array[$i]['path'] == 'cPath=1'): $new_style = 'category_hide1'; break; case ($box_categories_array[$i]['path'] == 'cPath=3'): $new_style = 'category_hide2'; break;Thanks, for your time.Code:CSS: includes/templates/responsive_classic/css/stylesheet.css /* Hide Categories but are clickable*/ A.category_hide { color: #000000; font-size:14px; text-decoration: none; } /* Display but make specific categories unclickable */ A.category_hide1, A.category_hide2 { cursor: pointer; font-weight: normal; line-height: 175%; pointer-events: none; text-decoration: none; display: inline-block; }
Does anybody have an answer to this please? I am looking to display ALL my EZ Pages in the mobile menu, not the ones that are checked in the admin just for the header. So no matter if they are checked for Header, Sidebar, Footer, they should ALL display in the mobile menu. Tried a few things but none seem to work.
Nick Smith - Venture Design and Print
https://venturedesignandprint.co.uk
Nick Smith - Venture Design and Print
https://venturedesignandprint.co.uk
Bookmarks