Page 1 of 2 12 LastLast
Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    154
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I spent hours on searching but cannot find the answer to my problem.
    It happens only in IE not in FF. I'm not on a Linux host but on Windows host so cannot use htaccess fixes.

    I have a double domain used by my satelite sites.
    I'm getting the"Done but w/ errors on page" message when URL is
    www.all4coffee.com (when page is refreshed error goes away) Further the error details tell me:"Access is denied to http://www.time-co.com/includes/csshover.htc"

    but no errorr if getting to the same page with
    www.time-co.com

    I found a "fix" suggesting relocation of csshover.htc and then changing (in stylesheet_header_menu.css
    behavior: url(includes/csshover.htc
    to
    behavior: url(csshover.htc)

    It didn't work.

    How can I correct it on the Windows server so it works on both URLs?

    Any help will be appreciated. My store is live now and it seems to be my last problem and this error thing really bothers me...

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by all4coffee View Post
    I spent hours on searching but cannot find the answer to my problem.
    It happens only in IE not in FF. I'm not on a Linux host but on Windows host so cannot use htaccess fixes.

    I have a double domain used by my satelite sites.
    I'm getting the"Done but w/ errors on page" message when URL is
    www.all4coffee.com (when page is refreshed error goes away) Further the error details tell me:"Access is denied to http://www.time-co.com/includes/csshover.htc"

    but no errorr if getting to the same page with
    www.time-co.com

    I found a "fix" suggesting relocation of csshover.htc and then changing (in stylesheet_header_menu.css
    behavior: url(includes/csshover.htc
    to
    behavior: url(csshover.htc)

    It didn't work.

    How can I correct it on the Windows server so it works on both URLs?

    Any help will be appreciated. My store is live now and it seems to be my last problem and this error thing really bothers me...
    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.

  3. #3
    Join Date
    Jul 2007
    Posts
    154
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jettrue View Post
    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...

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by all4coffee View Post
    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?

  5. #5
    Join Date
    Jul 2007
    Posts
    154
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jettrue View Post
    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 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.

  6. #6
    Join Date
    Nov 2007
    Posts
    72
    Plugin Contributions
    0

    Default 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

  7. #7
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by monkeyjr47906 View Post
    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.

  8. #8
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default 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

  9. #9
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

    Default Re: CSS Dropdown menu for your header- With Categories!

    To my knowledge - i haven't used this option - you need to create a stylesheet named "language_stylesheet.css" that should kick in as soon as this language is used. from my understanding, you have to exchange "language" with the language you're using... eg. "english_stylesheet.css", "french_stylesheet.css" etc.
    for more, read the "CSS read me.txt" in the "includes/template/template_default/css" folder.

    Hope it works. as i said, i never had to use this option.





    HAPPY HOLIDAYS AND HAPPY NEW YEAR, FOLKS

  10. #10

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi all,
    I'm having a problem with the menu displaying in IE (displays perfectly in firefox). When the menu loads, there is a large gap between the header logo & menu, then when you hover over the menu, it jumps up.

    Also, when hovering over categories with submenu's, it highlights the whole area, but when hovering over one's without, you need to point at the words??

    I'm not very good at explaining this, I see...so the site is:
    www.nzstitchers.com

    Can anyone point me in the right direction to fix these two minor issues?
    Thanks!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg