Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Sorry, all that double domain stuff is WAY over my head. when you tried this above:
behavior: url(csshover.htc)
You did move csshover.htc to the top of your website right? Instead of in the incudes folder? Other than that, sorry, I haven't a clue.
As always thank you for responding. Yes I moved the file to the root directory. I also tried a suggestion I got from another forum to add the following to index.php:
<?php
$url="http://www.all4coffee.com/";
header("Location: $url");
?>
But it didn't work. Do you know where could I look for help on this issue. I would be willing to compensate...
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
all4coffee
As always thank you for responding. Yes I moved the file to the root directory. I also tried a suggestion I got from another forum to add the following to index.php:
<?php
$url="
http://www.all4coffee.com/";
header("Location: $url");
?>
But it didn't work. Do you know where could I look for help on this issue. I would be willing to compensate...
Did you then remove the csshover.htc from the stylesheet. Sorry, I have no other suggestions, except googling and finding outside help in perhaps another forum?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Did you then remove the csshover.htc from the stylesheet. Sorry, I have no other suggestions, except googling and finding outside help in perhaps another forum?
I did:clap: find a good workaround!
I'm posting it here in case someone with a double domain might find it helpful. So here is what I did:
1. I edited both /includes/ configure.php and /admin/includes/configure.php specifying my www.all4coffee.com domain as HTTP server and my second domain www.time-co.com as the HTTPS server
2. then I went back to my zencart and changed all the EZpages and internal products links which were still pointing to www.time-co.com to www.all4coffee.com (except those that needed https://www.time-co.com (secure connection).
3. And since all my satelite sites with links to my store used the www.all4coffee.com version of my domain I was all done.
Result: no more "Done but with error on page" messages.
Thanks all who responded and tried to help.
Re: CSS Dropdown menu for your header- With Categories!
Hi!
I know there was drama about this early on with "Paul's edition" but I was wondering if you ever figured out a way to break up the Category section of links so that you can have the Categories on the main bar?
It doesn't seem like there is much support for Paul's edition and I really would prefer to go with your mod but it isn't quite what we want to do with the site.
Thanks,
Tom
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
monkeyjr47906
Hi!
I know there was drama about this early on with "Paul's edition" but I was wondering if you ever figured out a way to break up the Category section of links so that you can have the Categories on the main bar?
It doesn't seem like there is much support for Paul's edition and I really would prefer to go with your mod but it isn't quite what we want to do with the site.
Thanks,
Tom
If I remember correctly, someone adjusted my version to do that, somewhere in this big long thread. Try searching this thread for P A U L or P A U L 'S E D I T I O N.
Re: CSS Dropdown menu for your header- With Categories!
I sensed that there were problems with that version from the tone of the discussion ... is it safe to use?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
monkeyjr47906
I sensed that there were problems with that version from the tone of the discussion ... is it safe to use?
I'm saying that someone took this version and made it do what his version does. Perhaps by searching this thread you'll be able to find it, I think they posted some instructions.
Re: CSS Dropdown menu for your header- With Categories!
Hi,
I have a question to ask. Here the situation, when in the default language (English) this module work fine, but when I change to other languages, coz the length of the wording are different, the layout are running, so I am thinking of can I use different CSS files for different language?
Thanks.
Jerry
Re: CSS Dropdown menu for your header- With Categories!
I have a problem with the ezpages_drop_menu
If I activate it (left/right column OFF, single column ON) the menu breaks and at the place of the ezpages link, I have this error:
1054 Unknown column 'pages_title' in 'order clause' in [select * from ezpages where status_header=1 order by header_sort_order, pages_title]
ezpages work well otherwise, only problems in the css drop down menu.
Thank you for help
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
simonek
I have a problem with the ezpages_drop_menu
If I activate it (left/right column OFF, single column ON) the menu breaks and at the place of the ezpages link, I have this error:
1054 Unknown column 'pages_title' in 'order clause' in [select * from ezpages where status_header=1 order by header_sort_order, pages_title]
ezpages work well otherwise, only problems in the css drop down menu.
Thank you for help
What version of zen cart are you using?