Zen Cart Logo
Forums / Addon Templates / Hope [multipurpose] Template Support Thread

Hope [multipurpose] Template Support Thread

Views: 15,146

Results 21 to 40 of 63
4 Aug 2012, 1:05 AM
#21
aahz avatar

aahz

New Zenner

Join Date:
Aug 2012
Posts:
6
Plugin Contributions:
0

Hope [multipurpose] Template Support Thread

I'm absolutely LOVING this template! Thank you so much!

Bit of an odd request for ya...

Is there any way to have the Categories drop down on the top black nav bar skip the first level of Categories? I'd like it to display only the sub-categories.

-Aahz

4 Aug 2012, 5:57 AM
#22
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: Hope [multipurpose] Template Support Thread

That is possible, but requires custom coding, you can take a look at this file:
/includes/classes/categories_ul_generator.php

4 Aug 2012, 3:03 PM
#23
aahz avatar

aahz

New Zenner

Join Date:
Aug 2012
Posts:
6
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

milkyway:

That is possible, but requires custom coding, you can take a look at this file:
/includes/classes/categories_ul_generator.php

Thanks again! Don't know why I couldn't find that on my own :unsure:

4 Aug 2012, 10:46 PM
#24
aahz avatar

aahz

New Zenner

Join Date:
Aug 2012
Posts:
6
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Hello again :)

On the category view page (eg. ?main_page=index&cPath=x_x_x) you've added a "Product Details" button under the price. At least, I'm assuming the template added it because it doesn't show with the standard template and I don't think I messed with it already.

Anyway, two problems:

  1. it doesn't actually link to Product Details, but links to "Buy Now", along with the link below it.

  2. I would like to remove the button altogether

-Aahz

9 Aug 2012, 7:42 PM
#25
aahz avatar

aahz

New Zenner

Join Date:
Aug 2012
Posts:
6
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Aahz:

Hello again :)

On the category view page (eg. ?main_page=index&cPath=x_x_x) you've added a "Product Details" button under the price. At least, I'm assuming the template added it because it doesn't show with the standard template and I don't think I messed with it already.

Anyway, two problems:

  1. it doesn't actually link to Product Details, but links to "Buy Now", along with the link below it.

  2. I would like to remove the button altogether

-Aahz

Would really like to know how to do this :lookaroun

12 Aug 2012, 1:47 PM
#26
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: Hope [multipurpose] Template Support Thread

Hi Aahz,

I can't replicate the problem, in fact in our demo this issue is not exist, so i think maybe some setup causing this in your website, probably you can give me the link of the problem page?

By the way, do you want to remove the buttons altogether means you just want visitor to click on product's image to go to product info page?

The related files are:

/includes/modules/template333/product_listing.php

You can remove the buttons at this page, if you need further info just let me know.

6 Sep 2012, 8:46 AM
#27
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: Hope [multipurpose] Template Support Thread

Just an update, I plan to make this template to be responsive, not so soon but I'm trying my best, I will update the progress in this thread later.

This will be the first free Responsive template ever.

23 Oct 2012, 9:40 PM
#28
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Hi ..sort of a repeat question .But how can I make the home just say home (ie remove products ,all products ,specials) and categories be removed from the black bar as I find they hinder the viewing of the categories.
and supper template too I might add ,love the outlay ..Was going to go over to opencart as I couldn't find a decent template till now

24 Oct 2012, 1:38 AM
#29
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

ATSWorld:

Was going to go over to opencart as I couldn't find a decent template till now

Oh come on! Opencart certainly has one of the better default templates* and some very nice commercial templates in the $30 or so range, but I've discovered no other cart that has a better selection of FREE templates than Zencart. Hope template is certainly at the top of the heap, but so are the templates by Picaflor, Brandon and others.

Beyond the template issue, one thing that has kept me from putting Opencart or Prestashop on some of our various other domains is the Easypopulate issue. From my look-see, none of these other two carts have an as easy-to-use version of Easypopulate. I think that Image Handler and the SEO URL Rewriters are also superior at Zencart. When the Zencart community gets cracking on a plugin, I think that they often surpass other carts with these built-in.

===========
*The progress update here at Zencart expects a new, more modern and responsive default template soon with the upcoming 1.6 version. See

http://www.zen-cart.com/showthread.php?199322-Roadmap-for-v1-5-and-beyond

3 Nov 2012, 11:30 PM
#30
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Not having much success in finding out out to remove Home and categories have managed to find out to turn off categories but not remove ..
Have been wondering if it would be possible to move the register /log in to replace Home and categories in the top bar ..Would this be possible at all

thanks

4 Nov 2012, 2:16 AM
#31
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: Hope [multipurpose] Template Support Thread

ATSWorld:

Not having much success in finding out out to remove Home and categories have managed to find out to turn off categories but not remove ..
Have been wondering if it would be possible to move the register /log in to replace Home and categories in the top bar ..Would this be possible at all

thanks

Yes you can move Register/Login and replace the Home link in navigation bar.
You need to edit the file:

/includes/template/template333/common/tpl_drop_menu.php

To Remove Home and it's submenus, remove codes on line #47-54 (as below)

            <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_NEW); ?>"><?php echo BOX_HEADING_WHATS_NEW; ?></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo CATEGORIES_BOX_HEADING_PRODUCTS_ALL; ?></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo BOX_HEADING_SPECIALS; ?></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo BOX_HEADING_SEARCH; ?></a></li>
              </ul>
            </li>

Then REPLACE With the codes below:

      <?php if ($_SESSION['customer_id']) { ?>

                <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>

                <?php } else { ?>

                 <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>">Register</a>
                 / <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>

                

                <?php } ?>

Then to remove current Register/Login from the top most browser, go to

/includes/template/template333/common/tpl_header.php

Remove all codes from From line #100-122 (as below):

            <div id="login_header">
                
                

                <?php if ($_SESSION['customer_id']) { ?>

                <a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>

                 / <!--<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'); ?>"><?php echo HEADER_TITLE_NEWSLETTERS; ?></a></li>-->

                <?php } else { ?>

                <a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>">Register</a>
                 / <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>

                

                <?php } ?>

             
        
            
            </div>

You might need to adjust a little CSS here and there to compensate the changes, just let me know if this work.

4 Nov 2012, 11:49 PM
#32
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Thanks for info ..Will have to look into it tomorrow night and let you know if it works ..bit late now
thanks for the reply

5 Nov 2012, 8:34 AM
#33
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Hi

Thanks that's worked fine .. Just still showing categories tab though
test site
caketins4hire.co.uk

5 Nov 2012, 11:32 AM
#34
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: Hope [multipurpose] Template Support Thread

ATSWorld:

Hi

Thanks that's worked fine .. Just still showing categories tab though
test site
caketins4hire.co.uk

To remove the categories tab/dropdown, you need to delete the entire 'categories' codes

Start from line #53 downward:

            <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_CATEGORIES; ?></a>
              <?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;
?>
            </li> 
5 Nov 2012, 2:54 PM
#35
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Oops tried that and site not working now ...Will have to start again later

5 Nov 2012, 2:55 PM
#36
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: Hope [multipurpose] Template Support Thread

ATSWorld:

Oops tried that and site not working now ...Will have to start again later

Make sure you make backup before making any changes.

5 Nov 2012, 5:43 PM
#37
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

got it to work this time but it also removed the categories from the side bar .Was that suppose to happen

13 Nov 2012, 9:38 PM
#38
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Hi ..is there anything else I could try

21 Nov 2012, 10:42 PM
#39
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

Thanks for your previous help .Have ended up buying a premium template

18 Dec 2012, 11:44 AM
#40
shresthashree avatar

shresthashree

New Zenner

Join Date:
Jun 2009
Posts:
14
Plugin Contributions:
0

Re: Hope [multipurpose] Template Support Thread

I would like to change the size of Slider image but m not getting how to do it.
please help me