Zen Follower
- Join Date:
- Jan 2005
- Posts:
- 178
- Plugin Contributions:
- 0
Views: 180,522
Zen Follower
Zen Follower
No, my layout box controller has that too. Your stylesheet_categories_menu.css is still corrupt, though. Maybe your ftp program isn't overwriting the old one.
PM me with your email and I'll send the file.
Zen Follower
lankeeyankee:
Try giving your #nav-cat ul ul a negative left margin. Mine is is like this:
#nav-cat ul ul {
position:absolute;
top:5px;
left:149px;
display:none;
margin-left:-7px;
}
Thank you for your solution.
I did not realise before now that someone responded with a solution to my question.
Thanks
Zen Follower
Hi, i was wondering if some body can help me out.
IAm trying to add a "Terms & Conditions" Link under the Information tab.
I downloaded the "About Us" Mod & renamed it to terms & condition, uploaded the files.
Than in the tpl_drop_menu file i added
<li><a href="<?php echo zen_href_link(FILENAME_TERMS_&_CONDITIONS); ?>"><?php echo HEADER_TITLE_TERMS_&_CONDITIONS; ?></a></li>It looks ok, but than Information dropdown i get "HAADD@T@ID@" when i click on it i get:
Page Not Found
"Custom 404 Error Page with Site Map Sample Text ...
Put your custom "page not found" message here. You can change this text in the Define Pages Editor located under Tools in the Admin"
But when i add to the tpl_drop_menu file:
<?php } ?>I get a blank screen, could anybody give me an pointers. Thanks
Totally Zenned
hcd888:
I get a blank screen, could anybody give me an pointers.
I point you to FAQ/tutorials and download area, there are lots of info therein for your problem.
This thread has nothing to do with it.
Zen Follower
Hi iam using the CSS Flyout Menu. Do i need to do anything specific to get the link to work with the CSS Flyout Menu?
Thanks
Zen Follower
The "Terms & Conditions" page shows in my information side box ok, but in the CSS Flyout Menu, on the "Information drop down" i cant get it to display corretly.
I have entered:
<li><a href="<?php echo zen_href_link(FILENAME_TC); ?>"><?php echo HEADER_TITLE_TC; ?></a></li>and under the information dropdown on my CSS Flyout Menu, it 'd displaying "HEADER_TITLE_TC" How can i get this to display "Terms & Conditions"?
Thanks
Zen Follower
:clap::clap::clap:YAY:clap::clap::clap:
I figured it out, i had to add a line of code in the /includes/languages/english/extra_definitions/your_template/headermenu.php
Displays fine now :clap:
New Zenner
Just curious - how necessary is the csshover.htc file?
With it, it seems that the :hover effect is slowed down by up to 1-2 seconds, but when I remove the reference (from the .css file, that is), things speed up and the :hover effects are instant. I've tested with and without in IE7, FF3, Opera 9, and it seems to be working fine in all 3.
Maybe it's just me having the problem (I'm testing this on a home server).
From what I've read, .htc files are only used by IE browsers, so I assume it is there to help older browsers? But I don't know.
One thing I do know - it would be nice to be rid of the sluggishness.
New Zenner
Okay, I see it's to make things work in IE6...
I'm still concerned about the speed issue. Is there a way to have the browser ignore the file if a user isn't using IE6?
Thanks,
jbhansen
New Zenner
Hi, Having trouble getting this to work, i have copied over the files and changed the folder names to my template iC_Acadame.
Take a look on the site, it displays all of the categories as a tree but no flyout, something simple I'm sure but cant work it out.
https://www.limousincomputers.com/store
Zencart 1.38
Latest download of css menu
Dave
Zen Follower
limousin:
Hi, Having trouble getting this to work, i have copied over the files and changed the folder names to my template iC_Acadame.
Take a look on the site, it displays all of the categories as a tree but no flyout, something simple I'm sure but cant work it out.
https://www.limousincomputers.com/store
Dave
The stylesheet_categories_menu.css file on your site is corrupted with extra code. Some other users have had the same issue. The file is most likely getting corrupted by your ftp program when you upload it.
Try uploading stylesheet_categories_menu.css again with your ftp program set to 'binary', instead of 'auto' or 'ascii'.
New Zenner
Great, sorted, thanks for that, just need to play with colours now:smile:
Zen Follower
slomojojo:
The stylesheet_categories_menu.css file on your site is corrupted with extra code. Some other users have had the same issue. The file is most likely getting corrupted by your ftp program when you upload it.
Try uploading stylesheet_categories_menu.css again with your ftp program set to 'binary', instead of 'auto' or 'ascii'.
This solution worked for me as well. Thank you very much.
Dale
:clap:
New Zenner
Hi. I've used this before, but I want to make sure that the current version for 1.3.8 will work on a 1.3.7 install.
Thanks!
Zen Follower
Hi I'm trying to get this to work but after uploading the files nothing at all happens. What settings do you use in the layout boxes controller section? I've tried each of the settings but none of them work.
Thanks.
Totally Zenned
timdwyer42:
I've tried each of the settings but none of them work.
You only have to turn off sidebox categories.php (legacy Zen Cart), and turn on sidebox categories_css.php
Totally Zenned
LM7:
I want to make sure that the current version for 1.3.8 will work on a 1.3.7 install
Yes, but you still will have to customize it to your needs.
Anyway, listen to the security warnings posted by DrByte, you SHOULD upgrade.
Zen Follower
ckosloff:
You only have to turn off sidebox categories.php (legacy Zen Cart), and turn on sidebox categories_css.php
Thanks. When I do that it just lists all my catagories and subcatagories in one long list.
Totally Zenned
timdwyer42:
Thanks. When I do that it just lists all my catagories and subcatagories in one long list.
That is against the logic in the mod.
If you have cats and subcats in your database it reads from there.
You have to make sure that you uploaded all files in their correct location and that there are no corrupt transfers.
Tell staff why this post should be reviewed.