Page 177 of 305 FirstFirst ... 77127167175176177178179187227277 ... LastLast
Results 1,761 to 1,770 of 3042
  1. #1761
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by debtag View Post
    Hey Jettrue! I didn't observe this until just now, but not my category links are all under 'HOME' on my drop down menu. The links used to be under 'GALLERY' (formally my categories link)...what could have happened?
    You probably took out the WHOLE Categories title and link, instead of just the link. You should have changed this:
    Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>

    To this:

    Code:
    <li class="submenu"><?php echo HEADER_TITLE_CATEGORIES; ?>
    So paste the above, right above this:

    Code:
                  <?php
    
     // load the UL-generator class and produce the menu list dynamically from there
     require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
     $zen_CategoriesUL = new zen_categories_ul_generator;
     $menulist = $zen_CategoriesUL->buildTree(true);
     $menulist = str_replace('"level4"','"level5"',$menulist);
     $menulist = str_replace('"level3"','"level4"',$menulist);
     $menulist = str_replace('"level2"','"level3"',$menulist);
     $menulist = str_replace('"level1"','"level2"',$menulist);
     $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
     $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
     echo $menulist;
    ?>

  2. #1762
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Well Im confused myself too. What im trying to do is, to be able to see the apple template on my home page. so now when i go my to my website (www.homedecor.net) i see the classic template. But i wanna be able to see the apple template so when i go to change it in the zen admin. i will be able to immediatly see how the change affected my template.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    Well Im confused myself too. What im trying to do is, to be able to see the apple template on my home page. so now when i go my to my website (www.homedecor.net) i see the classic template. But i wanna be able to see the apple template so when i go to change it in the zen admin. i will be able to immediatly see how the change affected my template.
    What is the link of your zen cart store? You said you installed in on a subdomain?

    if you installed the cart on a sub-domain, then it will show up on the subdomain. If you want it on your main domain, you have to install it there.

    Also, if you're using zen cart, you need to delete the index.html.

  4. #1764
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks Jettrue! Gallery came back, but if you go to my site, it looks funny.

    Here is my code:
    Code:
    ?>
    <!-- menu area -->
    <div id="dropMenuWrapper">
      <div id="dropMenuWrapperb">
        <div id="dropMenuWrapperc">
          <div id="dropMenuWrapperd">
            <div id="dropMenu">
              <ul class="level1">
                <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
                  <ul class="level2">
                                   <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li>
                                    <li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
                  </ul>
                </li>
    <li class="submenu"><?php echo HEADER_TITLE_CATEGORIES; ?>          
                  <?php
    What did I do?

  5. #1765
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    What is the link of your zen cart store? You said you installed in on a subdomain?

    if you installed the cart on a sub-domain, then it will show up on the subdomain. If you want it on your main domain, you have to install it there.

    Also, if you're using zen cart, you need to delete the index.html.
    Let start from square one.

    1. uploaded the Include file from the zen template to the include folder on the server under the public_html and www.
    2. Went into Zen admin and selected the apple zen from theere and clicked upload.

    IS there anything else that Iam suppose to do to be able to see the apple zen in the public domain"homedecoronline.net"??????



    Now if I got to my url which is www.homedecoronline.net, Don't I suppose to see the Apple template there? or Should it still be the Default Zen Template?

    If I design a template on MS front Page, How much work it takes to like it to Zen Cart so all the comand function properly?]

    The other site"www.glamorousshoe.com" I had a company do and charged me alot of money But it function great so I am trying to learn the Zen cart on the new site" homedecoronline.net"

  6. #1766
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    How can i get rid of the space between the Home and my banner image?

    www.fashiontinkz.com

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    Let start from square one.

    1. uploaded the Include file from the zen template to the include folder on the server under the public_html and www.
    2. Went into Zen admin and selected the apple zen from theere and clicked upload.

    IS there anything else that Iam suppose to do to be able to see the apple zen in the public domain"homedecoronline.net"??????



    Now if I got to my url which is www.homedecoronline.net, Don't I suppose to see the Apple template there? or Should it still be the Default Zen Template?

    If I design a template on MS front Page, How much work it takes to like it to Zen Cart so all the comand function properly?]

    The other site"www.glamorousshoe.com" I had a company do and charged me alot of money But it function great so I am trying to learn the Zen cart on the new site" homedecoronline.net"
    Did you ever see the default zen template? If you do see the default zen template, please post the link where you see it, because I do not see it on your home page (homedecoronline.net), I see a blank page. A blank page with zen cart usually means that some page was corrupted, or there is a space on some page before the first <?php, etc. DID you install the zen cart on homedecoronline.net, or homedecor.net?

    If you design a template, you then have to incorporate it into the zen cart, you can't design a page, then somehow get zen cart to work within it. Zen cart is fairly easy to customize, but more complicated layouts can require an extensive knowledge of css styling, and zen cart structure, but most simple layouts aren't too bad.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by droidwork View Post
    How can i get rid of the space between the Home and my banner image?

    www.fashiontinkz.com
    Remove the padding-top from here:
    Code:
    #tagline {
    	font-size:1.3em;
    	text-align:center;
    	padding-top:15px;
    	}

  9. #1769
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey Jettrue! I wasn't sure if you saw my post or not!

    Gallery came back, but if you go to my site, it looks funny.

    Here is my code:

    Code:
    ?>
    <!-- menu area -->
    <div id="dropMenuWrapper">
      <div id="dropMenuWrapperb">
        <div id="dropMenuWrapperc">
          <div id="dropMenuWrapperd">
            <div id="dropMenu">
              <ul class="level1">
                <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
                  <ul class="level2">
                                   <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li>
                                    <li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
                  </ul>
                </li>
    <li class="submenu"><?php echo HEADER_TITLE_CATEGORIES; ?>          
                  <?php
    What did I do wrong?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by debtag View Post
    Hey Jettrue! I wasn't sure if you saw my post or not!

    Gallery came back, but if you go to my site, it looks funny.

    Here is my code:

    Code:
    ?>
    <!-- menu area -->
    <div id="dropMenuWrapper">
      <div id="dropMenuWrapperb">
        <div id="dropMenuWrapperc">
          <div id="dropMenuWrapperd">
            <div id="dropMenu">
              <ul class="level1">
                <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
                  <ul class="level2">
                                   <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li>
                                    <li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
                  </ul>
                </li>
    <li class="submenu"><?php echo HEADER_TITLE_CATEGORIES; ?>          
                  <?php
    What did I do wrong?
    Please post your link to your site with every question, so I don't have to go hunting for it.

    Change this:
    <li class="submenu"><?php echo HEADER_TITLE_CATEGORIES; ?>
    to this:
    <li class="submenu"><a><?php echo HEADER_TITLE_CATEGORIES; ?></a>

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR