Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
From the readme (I can tell this is your issue, because your menu works fine in firefox):
And be sure to add this to the end of your .htaccess file:
Hi J
I have already done this.
I am using firefox and IE7.
The menu level I am looking for is the next level down.
I have categories and below that it displays energy saving report, save electricity, save gas etc etc. Thats fine but the next level of subcategories ie the products in those categories are not displaying.
Is this possible to do? I did notice on your template you have subcategories and sub subcategories etc. This is what I am trying to achieve.
Thanks again J, I have a feeling I am missing something simple here but I just cant find it.
http://earthcareoptions.co.uk
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
pfab
Hi J
I have already done this.
I am using firefox and IE7.
The menu level I am looking for is the next level down.
I have categories and below that it displays energy saving report, save electricity, save gas etc etc. Thats fine but the next level of subcategories ie the products in those categories are not displaying.
Is this possible to do? I did notice on your template you have subcategories and sub subcategories etc. This is what I am trying to achieve.
Thanks again J, I have a feeling I am missing something simple here but I just cant find it.
http://earthcareoptions.co.uk
:blush: Sorry J, I have just realised what I have been doing. I was wanting my products displayed in the drop down menu. I dont think this is possible, I will start to rejig my products.
Thank you for all your help, I am off to the opticians :shocking:
Re: CSS Dropdown menu for your header- With Categories!
Hi
If you create categories with only one product in them (perhaps with the same name as the product). And set:
Skip 1-prod Categories to: True
in
Configuration > Layout Settings
You should get the cattegories showing and when clicked they will navigate straight to the product.
Craig
Re: CSS Dropdown menu for your header- With Categories!
Hi,
I am trying to add an EZPAGE to one of the drop down lists. I'm not sure how to do it.
In my tpl_drop_menu.php I have these lines:
PHP Code:
<?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
<?php } ?>
This is how the existing pages are called to the list. What then do I replace to call this ezpage:
https://www.dystynction.com/index.ph...age=page&id=14
I'd really like a link to this page in the same drop down list as the existing main_page links.....
Bamboozled by Zen :-)
Re: CSS Dropdown menu for your header- With Categories!
OK, I read through this thread and decided to use the "About Us Page" mod here.
This enabled me to create an internal page defined as PAYMENTS which I edited in the define pages editor from Admin.
I have it added to my drop down menu now and the link is working well....
However, instead of reading, "Payments" it reads, "HEADER_TITLE_PAYMENTS"
I have a file in includes/extra_datafiles/ called payments_filenames.php with this:
define('FILENAME_PAYMENTS', 'payments');
Does anyone know what I've done wrong?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
limelites
OK, I read through this thread and decided to use the "About Us Page" mod
here.
This enabled me to create an internal page defined as PAYMENTS which I edited in the define pages editor from Admin.
I have it added to my drop down menu now and the link is working well....
However, instead of reading, "Payments" it reads, "HEADER_TITLE_PAYMENTS"
I have a file in includes/extra_datafiles/ called payments_filenames.php with this:
define('FILENAME_PAYMENTS', 'payments');
Does anyone know what I've done wrong?
You should be looking in include/languages/english/extra_definitions/YOUR_TEMPLATE/
for headermenu.php
The constant definition
define('FILENAME_PAYMENTS', 'payments');
should be added to the headermenu.php
That should do it.
Only change files in YOUR_TEMPLATE folder inorder to maintain the original files.
Re: CSS Dropdown menu for your header- With Categories!
Shocker thanks for that! I've been trying to figure that out for about two hours and I was pulling my hair out as I knew it'd be a no brainer..... Thanks so much!!
Re: CSS Dropdown menu for your header- With Categories!
EZ-Pages' title aren't showing in my Information drop down.
Any ideas?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
limelites
Shocker thanks for that! I've been trying to figure that out for about two hours and I was pulling my hair out as I knew it'd be a no brainer..... Thanks so much!!
I'm glad it could help.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
limelites
Shocker thanks for that! I've been trying to figure that out for about two hours and I was pulling my hair out as I knew it'd be a no brainer..... Thanks so much!!
Why don't you just add a link:
<li><a href="link_here">Link Name Here</a></li>