Page 6 of 12 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 112
  1. #51
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by GAM View Post
    Hi Anne
    ...
    If you do look and still don't find what you're looking for, please give me some examples for my own testing purposes.
    ...
    I've now seen an example of what I'm looking for and for the life of me I don't know why I'm not seeing the same things. I expect some conflict or other override somewhere or a dependency that doesn't exist as I've now renamed and then copied over the template files in my template_default folder and applicable template override folder.

    There must be something missing or something existing that shouldn't. Ugh.

    Cheers
    GAM

  2. #52
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by GAM View Post
    I've now seen an example of what I'm looking for and for the life of me I don't know why I'm not seeing the same things. I expect some conflict or other override somewhere or a dependency that doesn't exist as I've now renamed and then copied over the template files in my template_default folder and applicable template override folder.

    There must be something missing or something existing that shouldn't. Ugh.

    Cheers
    GAM
    Double check this file for I do not see the js script code

    /includes/templates/GAM2/templates/tpl_index_default.php

  3. #53
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by rbarbour View Post
    Double check this file for I do not see the js script code

    /includes/templates/GAM2/templates/tpl_index_default.php
    Hi
    Thanks for looking. First, to be clear, I have seen an example on another site of what I should be seeing, but not on my site. The correct code and file is present on my server here: /includes/templates/GAM2/templates/tpl_index_default.php

    Extract copied from downloaded file:

    <script type="text/javascript">
    $(document).ready(function() {
    $('a.moduleBox').click(function() { // show selected module(s)
    // variables
    var popID = $(this).attr('rel');
    var popNAV = $(this).attr('class');
    // hide all wrappers and display the one selected
    $('.centerBoxWrapper').hide();
    // check if all or single selection
    if (popID != 'viewAll') {
    $('#' + popID).fadeIn();
    } else {
    $('.centerBoxWrapper').fadeIn();
    }
    });
    });
    </script>

    My site is ignoring this template somehow. I must have something hardcoded or overriding the call to this template somewhere else.

    Any tips on debugging this scenario?

    Cheers
    GAM

  4. #54
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Default Re: Tabbed Home Page Modules install issue

    Looking through my add-ons the only one that I can identify that comes close to being related is Flexible Product Listing and one of its files; tpl_index_product_list, which does have code for Featured, Special and New Products centre boxes.

    Edit; this appears to only affect the sub-category index pages and evidenced somewhat by the different display between my home page and main sub-category pages.
    Last edited by GAM; 7 Aug 2013 at 10:06 PM.

  5. #55
    Join Date
    Aug 2007
    Posts
    118
    Plugin Contributions
    0

    Idea or Suggestion Re: Tabbed Home Page Modules install issue

    Hi Anne (and maybe others)

    Getting somewhere now... Searching for examples of this mod in use I had not noticed any sites with Categories displayed on the main page. Although the heading formatting is crap at the moment, I have Tabbed Home Page functioning by disabling 'Categories - Always Show on Main Page' i.e.:

    Admin | Configuration | Layout Settings...
    Categories - Always Show on Main Page = 0 (false)

    I hadn't noticed any reference to this scenario being incompatible and still not certain whether this is a result of another conflict, so hopefully you can investigate and advise further.

    I want my Categories displayed in conjunction with Tabbed Home Pages, as my customers are accustomed to navigating the store this way and it is appropriate for the nature of my store and product.

    Cheers
    GAM

  6. #56
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by GAM View Post
    Hi Anne (and maybe others)

    Getting somewhere now... Searching for examples of this mod in use I had not noticed any sites with Categories displayed on the main page. Although the heading formatting is crap at the moment, I have Tabbed Home Page functioning by disabling 'Categories - Always Show on Main Page' i.e.:

    Admin | Configuration | Layout Settings...
    Categories - Always Show on Main Page = 0 (false)

    I hadn't noticed any reference to this scenario being incompatible and still not certain whether this is a result of another conflict, so hopefully you can investigate and advise further.

    I want my Categories displayed in conjunction with Tabbed Home Pages, as my customers are accustomed to navigating the store this way and it is appropriate for the nature of my store and product.

    Cheers
    GAM
    The code for the Tabbed home page module is not included in the plugin for

    /includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php

    therefore will not work if admin configuration
    Categories - Always Show on Main Page = 1 (true)

    The code for the center box modules are very different (why, IDK) when categories are enabled for main page.

    With some alterations it can work though.

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

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by rbarbour View Post
    The code for the Tabbed home page module is not included in the plugin for

    /includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php

    therefore will not work if admin configuration
    Categories - Always Show on Main Page = 1 (true)

    The code for the center box modules are very different (why, IDK) when categories are enabled for main page.

    With some alterations it can work though.
    Yes, this is true. If you want categories on the home page you can copy the code for the module from the tpl_index_default.php file to the tpl_index_categories.php

    Thanks,

    Anne

  8. #58
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by picaflor-azul View Post
    Yes, this is true. If you want categories on the home page you can copy the code for the module from the tpl_index_default.php file to the tpl_index_categories.php

    Thanks,

    Anne
    Remember, doing so will also enable this module on your sub-category pages.

  9. #59
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by rbarbour View Post
    Remember, doing so will also enable this module on your sub-category pages.
    Not if you wrap the code with conditional code to limit it to the home page..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #60
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Tabbed Home Page Modules install issue

    Quote Originally Posted by DivaVocals View Post
    Not if you wrap the code with conditional code to limit it to the home page..


    Why didn't I think of that, maybe a admin configuration.

 

 
Page 6 of 12 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Additional tabbed information on product page module
    By avansant in forum General Questions
    Replies: 2
    Last Post: 17 Nov 2015, 03:27 PM
  2. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  3. v139h Tabbed category listing on index page
    By devyani in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2013, 09:54 AM
  4. advanced question about modules on the home page
    By grasmat in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 12 Dec 2010, 04:08 AM
  5. home page text and footer do not show on home page
    By terrancesmith98 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Oct 2010, 01:45 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