[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
Two more *tiny* problems --
After following (I think) all the steps from previous posts regarding these two items, I'm still having the issues:
1) Can't seem to get rid of the last white line on the right (with the dropdown going 100%, it's a very tiny line.... but I suppose I'm just too picky)
2) ez pages still aren't showing up on the dropddown.
I'm sure I've missed something in the 30-odd pages of support (probably the *most/best* supported mod I've installed, BTW!)
Thanks!
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
Thanks for the compliment, btw...
1) I added a .noLine style to the css, this means you can add that class to a certain drop down menu item, and the 1px right white line will go away. So you can open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change this:
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
to this:
<li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
2) From the readme, hope it helps:
4. I've added the ability to have your ezpages automatically shown in the INFORMATION drop down menu. To get this to work, follow these steps:
--> go to your admin, and go to "Tools", "Layout Boxes controller". There should be a new sidebox (ezpages_drop_menu.php). You must turn the SINGLE COLUMN STATUS TO ON, leave the LEFT/RIGHT COLUMN STATUS off.
--> Under "Tools", "EZPages", make sure the ezpages are set to ON for the header. The sort orders also have to be greater than "0".
--> If you want to have the regular zen cart horizontal header bar off, go to "Configuration", "EZPages Settings", and turn the header bar display status to off (0).
Thanks for the quick reply!
Got the ezpages issue fixed (as well as a logo issue in IE7 that I created myself DUH!)
Still can't seem to get rid of the white line, and I think I've followed all the steps. Could it be something in a cache somewhere? I've cleared my local cache, but that doesn't help.
Again, it's a pretty tiny issue in a *hugely* great mod.
Thanks
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
The changes must not have been uploaded correctly, as when I view the source of your site I see this:
<li><a href="http://moebiusenterprises.com/shop/index.php?main_page=shopping_cart&zenid=61f1cf6f36e0be4834334a191d83c8e6">Sh opping Cart</a></li>
Check through the steps again.![]()
Ok, I'm feeling really stupid right now.
I'm starting to think I went crosseyed when I was working on this. Somehow, the correct file didn't get uploaded correctly.
Fixed now.
I looooove this mod. Where else can you get such cool flyouts *and* get them to match your cart pretty easily? And hands-down the *best* support.
Thank you!!!
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
Jade-
Is there some simple code 'switch' I'm missing, to put the "Page_1" (2, etc) into the "Information" drop down?
Thanks!
![]()
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
urk
Easier said than done. (for me, at least).
Basing the script on what's there, I went with this:
First, it gives me a strange "dot" after each listing name, but more importantly, the links just go back to the main page without changesPHP Code:
<li><a href="<?php echo zen_href_link(define_PAGE_2); ?>"><?php echo BOX_INFORMATION_PAGE_2; ?></a>'</li>
<li><a href="<?php echo zen_href_link(define_PAGE_3); ?>"><?php echo BOX_INFORMATION_PAGE_3; ?></a>'</li>
<li><a href="<?php echo zen_href_link(define_PAGE_4); ?>"><?php echo BOX_INFORMATION_PAGE_4; ?></a>'</li>
I've taken it off the site at the moment, because it's confusing and unsightly.
If there's a simple bit of coding I'm not understanding, could someone let me know? Otherwise, I suppose I'll leave them separate (as I really don't want to go to the extreme of re-making the pages in ezpages)
Thanks!
Last edited by Moebiusenterprises; 20 Aug 2007 at 09:59 PM. Reason: forgot something!
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
Ok... played with it a bit, and have it working!
Thanks!
[FONT=Comic Sans MS]Vicki[/FONT]
www.moebiusenterprises.com
Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....
Bookmarks