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

Hybrid View

  1. #1

    Default Re: Apple Zen Support Thread

    Hi again...

    so the redirect works now, but for some reason it's looking for the .csshover file on my local directory from when I tested the site on my offline server, on both sites (with or without the www.) How would i go about changing this? I'm sure it's probably something easy, as always!

    thanks again.
    Tiff
    Tiffany Rose
    Frozen Rose Design

  2. #2
    Join Date
    Jul 2007
    Posts
    44
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi

    I am currently using apple zen template for v1.3.7, and thinking to upgrade my zencart to v1.3.8a. Please bear with my ignorance as I have never done an upgrade before this. I noticed that there are many differences on the files under this folder includes/templates/template_default/...

    My question is, do i have to compare that file from v1.3.8a with those in apple zen package files of similar filenames?

    eg. includes/templates/apple_zen/common/tpl_main_page.php and
    includes/templates/template_default/common/tpl_main_page.php

    do i have to compare these two files and merge the differences? i found out that the difference is just too many for me to handle..

    any guidance or advice?

    thanks a lot!!!

    natalia

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by nataliajoe View Post
    Hi

    I am currently using apple zen template for v1.3.7, and thinking to upgrade my zencart to v1.3.8a. Please bear with my ignorance as I have never done an upgrade before this. I noticed that there are many differences on the files under this folder includes/templates/template_default/...

    My question is, do i have to compare that file from v1.3.8a with those in apple zen package files of similar filenames?

    eg. includes/templates/apple_zen/common/tpl_main_page.php and
    includes/templates/template_default/common/tpl_main_page.php

    do i have to compare these two files and merge the differences? i found out that the difference is just too many for me to handle..

    any guidance or advice?

    thanks a lot!!!

    natalia
    This template will work in 1.3.8, however, there are some changes that need to be made. I'll probably update the template in the download section this weekend... its way overdue.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by misticloudz View Post
    Hi again...

    so the redirect works now, but for some reason it's looking for the .csshover file on my local directory from when I tested the site on my offline server, on both sites (with or without the www.) How would i go about changing this? I'm sure it's probably something easy, as always!

    thanks again.
    Tiff
    It is doing that, because that is what you told it to do.

    In includes/templates/apple_zen/css/stylesheet_header_menu.css you have this:

    Code:
    body {  
    	behavior:  url(file:///C|/wamp/www/Copy%20of%20tiffstrinketsoffline/includes/templates/apple_zen/css/includes/csshover.htc);
    	}
    change it to this:

    Code:
    body {  
    	behavior: url(includes/csshover.htc);
    	}
    And make sure you put csshover.htc Here:

    /includes/csshover.htc

    NOT here:
    /includes/templates/apple_zen/css/includes/csshover.htc

  5. #5

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    It is doing that, because that is what you told it to do.
    i knew it ws something stupidly simple like that... i think i was looking in the stylesheet.css instead of in the header menu stylesheet or something like that....
    but yay, it's fixed! thank you so much. the page loads perfectly now.
    Tiffany Rose
    Frozen Rose Design

  6. #6
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I can't seem to find the proper file to have additional links in the footer besides 'home.' I'd like to add the same links as the top (products, info, etc.). I tried searching the Developers Tool Kit, but still not sure if I can find it in Admin or need to implement the links manually.

    Also, the breadcrumbs on my 'contact us' page shows "Home>Contact Us>Contact Us>Contact Us." Not sure how to fix that either. Thanks again!

  7. #7
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mygalaxy View Post
    I can't seem to find the proper file to have additional links in the footer besides 'home.' I'd like to add the same links as the top (products, info, etc.). I tried searching the Developers Tool Kit, but still not sure if I can find it in Admin or need to implement the links manually.

    Also, the breadcrumbs on my 'contact us' page shows "Home>Contact Us>Contact Us>Contact Us." Not sure how to fix that either. Thanks again!
    Nevermind about the 'home' link in the footer. I missed it in the tpl_footer because it didn't look the same as when I view the source from the browser.

    Still not sure about the 'contact us' page though. Any suggestions?

  8. #8
    Join Date
    Aug 2007
    Location
    Boiling Springs, South Carolina
    Posts
    43
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Mygalaxy - The way I added links to my footer is by using the E-Z Pages feature in the admin. You can make custom links and have them at the top, sidebar or footer. Make a "new file" for and E-Z Page and then just cut and paste the URL or internal link from your "Products" page, "Info" page, or whatever page into the corresponding link box. Then you can turn on and off the header, sidebar, footer options. Hope that helps.
    -Becky

  9. #9
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by retrobec View Post
    Mygalaxy - The way I added links to my footer is by using the E-Z Pages feature in the admin. You can make custom links and have them at the top, sidebar or footer. Make a "new file" for and E-Z Page and then just cut and paste the URL or internal link from your "Products" page, "Info" page, or whatever page into the corresponding link box. Then you can turn on and off the header, sidebar, footer options. Hope that helps.
    -Becky
    Thanks for the help! I wasn't sure if I overlooked some option in Admin, so I went ahead and altered the tpl_footer.php to contain the links I wanted at the bottom. I guess it worked the same, but it's good to know there's more ways than one.

    Now, if only I could figure out my breadcrumbs issue on the 'contact us' page.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mygalaxy View Post
    Thanks for the help! I wasn't sure if I overlooked some option in Admin, so I went ahead and altered the tpl_footer.php to contain the links I wanted at the bottom. I guess it worked the same, but it's good to know there's more ways than one.

    Now, if only I could figure out my breadcrumbs issue on the 'contact us' page.
    I don't think that is a template issue... perhaps ask that in the general forum?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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