Page 28 of 102 FirstFirst ... 1826272829303878 ... LastLast
Results 271 to 280 of 1017
  1. #271
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Thanks for your help however there are a number of folders with that file name in them and I looked in a couple of folders with that file and there is nowhere to modify 'category description' in the file content. So which specific folder is the file in that you modified?? FOLDER???/tpl_product_info_display.php

    cheers,
    Mike
    OK - I have sorted it in includes/templates/abbington_mega/templates/tpl_index_product_list.php and found the below code at line 100;

    <?php
    // categories_description_sub
    if ($current_categories_description_sub != '') {
    ?>
    <a name="descSub"></a>
    <div id="categoryDescriptionSub" class="catDescContent"><?php echo $current_categories_description_sub; ?></div>
    <?php } // categories_description_sub ?>

    I copied and pasted that (above) code to just below this (below) code near bottom of page at line 205;

    <?php
    $show_display_category->MoveNext();
    } // !EOF
    ?>

    Then deleted the code I copied at line 100 - works an absolute treat !! :) see example of Harmony Balls category page at http://dazzlers.net.au/index.php?mai...index&cPath=14

    cheers,
    Mike

  2. #272
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Thanks for the info - I have installed the mod however it places the additional category description directly below the product listing and above the 'Featured Products' and 'New Products' panels which still means scrolling. How can it be modified to be definitively the last section of a page?

    cheers,
    Mike
    This is a question that should be asked on the module support thread.

    Thanks,

    Anne

  3. #273
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Thanks for your help however there are a number of folders with that file name in them and I looked in a couple of folders with that file and there is nowhere to modify 'category description' in the file content. So which specific folder is the file in that you modified?? FOLDER???/tpl_product_info_display.php

    cheers,
    Mike
    You should always be modifiying the file in the template override directory if possible.

    Thanks,

    Anne

  4. #274
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    OK - I have sorted it in includes/templates/abbington_mega/templates/tpl_index_product_list.php and found the below code at line 100;

    <?php
    // categories_description_sub
    if ($current_categories_description_sub != '') {
    ?>
    <a name="descSub"></a>
    <div id="categoryDescriptionSub" class="catDescContent"><?php echo $current_categories_description_sub; ?></div>
    <?php } // categories_description_sub ?>

    I copied and pasted that (above) code to just below this (below) code near bottom of page at line 205;

    <?php
    $show_display_category->MoveNext();
    } // !EOF
    ?>

    Then deleted the code I copied at line 100 - works an absolute treat !! :) see example of Harmony Balls category page at http://dazzlers.net.au/index.php?mai...index&cPath=14

    cheers,
    Mike
    I am happy that you figured it out. Thank you for posting your solution so that anyone else with the same question can refernce your fix.

    Thanks,

    Anne

  5. #275
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I am happy that you figured it out. Thank you for posting your solution so that anyone else with the same question can refernce your fix.

    Thanks,

    Anne
    Sorry I just came back online, glad to see it worked.
    Signature not needed

  6. #276
    Join Date
    Aug 2012
    Posts
    17
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    My site: http://www.thesweettease.com/

    I want my home page to display my new products. As you can see there is a tab for the new products but they don't display unless you actually click the NEW tab. Can someone tell me how to get them to display automatically without having to click on the tab? Thanks a million!

  7. #277
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by sweettease View Post
    My site: http://www.thesweettease.com/

    I want my home page to display my new products. As you can see there is a tab for the new products but they don't display unless you actually click the NEW tab. Can someone tell me how to get them to display automatically without having to click on the tab? Thanks a million!
    Take a look at this thread:

    http://wwhttp://www.zen-cart.com/sho...72#post1134272

    Thanks,

    Anne

  8. #278
    Join Date
    Aug 2012
    Posts
    17
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Take a look at this thread:

    http://wwhttp://www.zen-cart.com/sho...72#post1134272

    Thanks,

    Anne
    The link didn't work for me. I did find what I thought was the fix to this problem several pages back but when I made the change it didn't fix the problem.

  9. #279
    Join Date
    Aug 2012
    Posts
    17
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shinypenguin View Post
    First, thank you for this great template Anne. Should be launching a website in a week or two and the template has been a HUGE help!



    To change which tab shows by default, modify line line 6 in the css file: /includes/templates/abbington_mega/css/stylesheet_module_tabs.css:

    HTML Code:
    #featuredProducts {display:block;}
    Change featuredProducts to either whatsNew, or specialsDefault -- depending on which you want... or to open all three, you can make the line:

    HTML Code:
    #featuredProducts, #whatsNew, #specialsDefault {display:block;}

    OK, I figured out the issue with the link... this is the thread I had found previously. I made the switch to #whatsNew but the tab is not open until you click it. I'd rather have the new products displayed automatically when the page loads rather than the user to have to click the tab. Does that make sense?

  10. #280
    Join Date
    Jun 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    I modified my tpl_mega_menu.php file with the following code at about line 243, and then set the CAPTCHA on the original "Contact Us" form.
    This still leaves "Contact Us" in the menu, just when you click, it takes you to the "Contact Us" form via the link you put in..


    </li><!-- eof information -->


    <li class="contactus-li"><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>" class="drop"><?php echo HEADER_TITLE_CONTACT_US;?></a><!-- bof contact form -->
    <a href="------THIS WILL BE THE LINK TO YOUR CONTACT PAGE --------------"></a>

    COMMENT OUT FROM THIS LINE ---------------------------------------------------------------
    <!--<div class="dropdown_2columns">

    <div class="col_2 firstcolumn">
    <h2><?php echo TITLE_CONTACT_US;?></h2>
    <p><?php echo TEXT_CONTACT_US;?>
    </p>

    <div id="contact_form">

    <div class="message">
    <div id="alert"></div>
    </div>
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>

    <label for="contactname">Name<span class="required"> *</span></label>
    <input name="contactname" type="text" id="contactname" size="30" value="" />

    <br class="clearBoth" />
    <label for="email">Email<span class="required"> *</span></label>
    <input name="email" type="text" id="email" size="30" value="" />

    <br class="clearBoth" />
    <label for="enquiry">Message<span class="required"> *</span></label>
    <textarea name="enquiry" cols="40" rows="3" id="enquiry"></textarea>


    <div class="form_buttons">
    <input type="submit" class="button" id="submit" value="Submit" />
    </div>


    </form>

    </div>

    </div>

    </div> --> COMMENT OUT TO THIS LINE

 

 
Page 28 of 102 FirstFirst ... 1826272829303878 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR