See the notes I posted here: https://github.com/zencart/zencart/issues/993 ... for the filename and what line/s to edit.
See the notes I posted here: https://github.com/zencart/zencart/issues/993 ... for the filename and what line/s to edit.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I would like to change the size of the header and footer to match the content (75%). But when I change it in stylesheet, something is over-riding it....
http://www.faithsisters.com/store/
Thank you :)
I wonder what happened to my post about the menu... I put the menu under the header.... I manually added the log in / out and my account buttons using ez pages. Can I remove the upper red bar at the top? If we can at least get it to show smaller width that would work as well....
I also noticed some funky things.... if I hover over the product image, the background shows thru... http://www.faithsisters.com/store/
the product page also has the background showing thru behind the manufacturer image and the big gray box... http://www.faithsisters.com/store/in...&products_id=1
I am not finding what these are called....
thanks
I did fix the issues on the product page - stylsheet_colors
Turns out that the "Important Links" section in the above module needs a little restructuring, since the label displays even if there aren't any EZ-pages to display.
Starting at line 125, currently:
should be changed to the following so that the section displays only if there are items to follow (moving the heading <li> and associated <ul> "under" the if-statement):Code:<li><span><?php echo BOX_HEADING_EZPAGES; ?></span> <ul> <?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"; } } ?> </ul> </li>
Code:<?php include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php')); if (sizeof($var_linksList) >= 1) { ?> <li><span><?php echo BOX_HEADING_EZPAGES; ?></span> <ul> <?php 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"; } ?> </ul> </li> <?php } ?>
I have resolved the hover issue...
these 2 lines
were on 1 line (19 of stylesheet). I separated the hover ones and "Odd" so they would only have color and not background. So that seems to fix the problem....Code:input:focus, select:focus, textarea:focus, #mainWrapper, #sendSpendWrapper {background:#f4f4f4;background-image: url(../images/bg_fs.jpg);} .specialsListBoxContents:hover, .centerBoxContentsSpecials:hover, .centerBoxContentsAlsoPurch:hover, .centerBoxContentsFeatured:hover, .centerBoxContentsNew:hover, .categoryListBoxContents:hover, .sideBoxContentItem:hover, .productListing-odd, {background:#f4f4f4;}
BUT - when I refresh the page http://www.faithsisters.com/store/ it is all wonky as it is reloading. I want to make sure I did not mess up something...
Thank you :)
You might want to take a look at https://www.zen-cart.com/downloads.php?do=file&id=2088. It is a method change colors without running into the problems of several things mixed in a stylesheet call.
As an aside, be sure to take a look at all your pages in mobile view. iPhone 6S is one of the larger portrait mobile screens. With the added images, http://www.faithsisters.com/store/in...x&cPath=32_119 does not show a product without some serious scrolling. http://www.faithsisters.com/store/in...x&cPath=32_121 is even more so.
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.
Hi, I know Responsive Classic is part of 1.5.5. But want to know how to put this in 1.5.4 version. How many files need to move. Do i need any big code change.
I tried but getting error.
Regards
Mandeep
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Bookmarks