Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 50
  1. #11
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    166
    Plugin Contributions
    1

    Default Re: Hope [multipurpose] Template Support Thread

    Try checking your /cache folder and there is log file something like myDEBUG-xxxxxxxxxxxxx.log and you can see there what was the problem.
    Responsive ZenCart Templates that automatically adapt itself with iPad, iPhone, BlackBerry, Androids and any monitor screen size
    Buy a coffee for Zen-Cart devs. http://www.zen-cart.com/donate

  2. #12
    Join Date
    Jul 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Hope [multipurpose] Template Support Thread

    I try to download the file but Im getting a Invalid file ID .. you know what might be causing that?

    Thanks

  3. #13
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    166
    Plugin Contributions
    1

    Default Re: Hope [multipurpose] Template Support Thread

    Hi... did you download from our site or from here?
    Responsive ZenCart Templates that automatically adapt itself with iPad, iPhone, BlackBerry, Androids and any monitor screen size
    Buy a coffee for Zen-Cart devs. http://www.zen-cart.com/donate

  4. #14
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    166
    Plugin Contributions
    1

    Default Re: Hope [multipurpose] Template Support Thread

    If you have trouble downloading from the plugin section, you can download directly from:

    http://zen4me.com/files/zen4me.com-h...e-template.zip

    Thanks!
    Responsive ZenCart Templates that automatically adapt itself with iPad, iPhone, BlackBerry, Androids and any monitor screen size
    Buy a coffee for Zen-Cart devs. http://www.zen-cart.com/donate

  5. #15
    Join Date
    Jun 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Hope [multipurpose] Template Support Thread

    First off I have to say, this such a beautiful template! Great job!

    Second, I have looked in the forums and have failed in getting this work. I have tried entering code, but I think I must be doing it wrong. What I need is to have a link added the black menu bar (next to "My Account" "Shopping Cart") I need to have a link that says "Services" that takes the customer back to our regular service website at wwrepair.com. The parts store is located at wwrepair.com/parts/They can access the parts store from the parent website, but I can't seem to figure out how to get them back. Thanks in advance. I know this is a simple fix and I am just missing something.

  6. #16
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    166
    Plugin Contributions
    1

    Default Re: Hope [multipurpose] Template Support Thread

    Thank you for using our template, the color changes you did looks cool.

    To add more link in the header bar menu, edit this file: /includes/templates/template333/common/tpl_drop_menu.php

    go to around line 117-119 and find these:

    Code:
    <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
                <?php } ?>
    ADD AFTER the line above:

    Code:
    <li><a href="http://wwrepair.com">Services</a></li>
    The new line above should be before the tag
    Code:
    </ul>
    Thats should do it.
    Responsive ZenCart Templates that automatically adapt itself with iPad, iPhone, BlackBerry, Androids and any monitor screen size
    Buy a coffee for Zen-Cart devs. http://www.zen-cart.com/donate

  7. #17
    Join Date
    Jan 2006
    Posts
    1,564
    Plugin Contributions
    0

    Default Re: Hope [multipurpose] Template Support Thread

    Yes, looks nice.

    But you have more validation errors than you should. For example, you should get in the habit of making "&" with the html version "&amp;" as you have alot of these minor errors in your category names. Example: Motor & Pump should be encoded as Motor &amp; Pump
    Last edited by SPH; 3 Aug 2012 at 08:19 AM.
    Steve
    prommart.com

  8. #18
    Join Date
    Jun 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Hope [multipurpose] Template Support Thread

    Thank you for responding so quickly. I did as you instructed and it still doesn't show up. This where I added it, making it line 120 - maked in red. Did I do it incorrectly?

    <?php } else { ?>
    <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <?php } ?>
    <li><a href="http://wwrepair.com">Services</a></li>

  9. #19
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    166
    Plugin Contributions
    1

    Default Re: Hope [multipurpose] Template Support Thread

    Yes that is correct, are you sure you uploaded to the correct template folder?
    /includes/templates/template333/common/tpl_drop_menu.php

    The code should looks like:

    <?php } else { ?>
    <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <?php } ?>
    <li><a href="http://wwrepair.com">Services</a></li>
    </ul>
    Responsive ZenCart Templates that automatically adapt itself with iPad, iPhone, BlackBerry, Androids and any monitor screen size
    Buy a coffee for Zen-Cart devs. http://www.zen-cart.com/donate

  10. #20
    Join Date
    Jun 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Hope [multipurpose] Template Support Thread

    Got it! Thank you so much! Again, you have the most beautiful template that I have come across! Great job!

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 21 Feb 2013, 11:34 PM
  2. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

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
  •