Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    help question Having trouble with my purchased template. Need HELP!

    Here is the template I purchased

    PHP Code:
    http://osc.template-help.com/zencart_27701/index.php?main_page=index 
    Here is my site

    PHP Code:
    intimatedesireslingerie.com 
    ! have 2 problems

    1st - I cant seem to figure out how to get links in the red colored sidebar with the hearts. I have those type links scattered in the regular sidebar. I really need to get this fixed.

    2nd, the main image is supposed to only show on the index page, then go away on all other pages. That main image stays on all my pages.

    Is there a simple fix for these issues?

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Having trouble with my purchased template. Need HELP!

    Search this forum for "template monster" the provider of your template to see all the issues their templates cause

    You will have to contact them for corrections
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Having trouble with my purchased template. Need HELP!

    OK. I figured out the first problem.

    Now for the second, the big image on my home page consists of a image, "Exclusive Lingerie" is a banner, and "enter" is a banner.

    Any of you guys know how to get that block or header to only show to only show on the homepage?

    Here is my header css for that banner block if this helps
    PHP Code:
      </div>
                    
                </div>
            </div>
            <div class="wrapper">
                
            <!-- BOF- BANNER #1 display -->
                <?php
                  
    if (SHOW_BANNERS_GROUP_SET1 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET1)) {
                    if (
    $banner->RecordCount() > 0) {
                
    ?>
                <div id="bannerOne"><?php echo zen_display_banner('static'$banner); ?></div>
                <?php
                    
    }
                  }
                
    ?>
            <!-- EOF- BANNER #1 display -->
            <!-- ========== MENU ========== -->
                <div class="menu">
                    <!--bof-header ezpage links-->
                    <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE$_SERVER['REMOTE_ADDR'])))) { ?>
                    <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
                    <?php ?>
                    <!--eof-header ezpage links-->
                </div>
            <!-- ========================== -->
    The menu part is fine. That is in the red sidebar to the left. I want that to stay.
    Last edited by shkad14; 8 Aug 2010 at 03:11 PM.

  4. #4
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Having trouble with my purchased template. Need HELP!

    tried

    PHP Code:
     if (SHOW_BANNERS_GROUP_SET1 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET1) && $this_is_home_page) { 
    Didnt work
    Last edited by shkad14; 8 Aug 2010 at 03:44 PM.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Having trouble with my purchased template. Need HELP!

    Here is my header css for that banner block if this helps
    That is php code and not css code

    The display is in tpl_main_page.php and there are many explanations in that file to display or not display elements
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Aug 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Having trouble with my purchased template. Need HELP!

    Quote Originally Posted by kobra View Post
    That is php code and not css code

    The display is in tpl_main_page.php and there are many explanations in that file to display or not display elements
    Sorry, I didnt mean css. That code came out of my tpl_header.php

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

    Default Re: Having trouble with my purchased template. Need HELP!

    If you want to keep the menu there you would have to do some changes to the Zen Cart main table.

    Zen Cart loads the header->body->footer. Since your calling the menu in header and want the banner to only appear on home page you can't force the center box up to fill that gap. It would be an empty area.

    The way I would do it is.

    Style the menu in sidebox and place it in the left sidebox.

    Use Banner 3 for your banner.

    Add before the banner 3 block in tpl_main_page.php
    PHP Code:
    if ($this_is_home_page) { 
    *** Don't forget to close the if statement block.***

    This way the banner would only be displayed on home page and you won't have to worry about the hassle of changing the whole template.

 

 

Similar Threads

  1. v139h Having trouble moving shop to new host, need config file help
    By AkaMaDdiSk in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 29 Nov 2013, 07:34 PM
  2. v151 Having trouble with new template.
    By brillarmory in forum Addon Templates
    Replies: 36
    Last Post: 11 Jun 2013, 10:13 PM
  3. Using Template and Having trouble with overlapping text
    By kdipaolo in forum Addon Templates
    Replies: 9
    Last Post: 2 Dec 2011, 09:25 PM
  4. Purchased template from Template Monster ... need help.
    By dragonimpact in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Nov 2010, 04:07 PM
  5. Please Help having trouble with my estimate shipping!
    By SimoasTreats in forum General Questions
    Replies: 2
    Last Post: 24 May 2010, 04:49 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