Page 5 of 72 FirstFirst ... 345671555 ... LastLast
Results 41 to 50 of 714
  1. #41
    Join Date
    Sep 2010
    Posts
    312
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    "This is a ie bug. Create an ie specific stylesheet for the version of ie that you are using and add in a style override. Ie6 and ie7 stylesheets are already included."

    Sorry dont know how to quote:

    How do I do this?

    On my product listing page I now get "showing products 1 - 4 Bu nothing is displayed in this area. It used to on the 'g' but not on this 'h' version.

    Also in 'Product Listing' settings I have no option to set 'Layout Style' could this be the cause?

    If I switch to the Zen template then all displays ok INCLUDING the search facility. Problems are only on this template selection.

  2. #42
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    Rizla--Your problems are not caused by the template. Everything works fine on the demo:


    http://www.picaflor-azul.com/free-de...andover_modern

    Also in 'Product Listing' settings I have no option to set 'Layout Style' could this be the cause?
    If you read the install.txt file:

    Code:
    ====================================================
    2. SQL File for Column Layout Grid Module (Optional)
    ====================================================
    
    Run the following SQL commands into your database. 
    The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
    
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, 
           configuration_description, configuration_group_id, sort_order, 
           last_modified, date_added, use_function, set_function) 
           VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 
                   'Select the layout style:<br />Each product can be listed in its own row (rows option)
                    or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, 
                    now(), NULL, 'zen_cfg_select_option(array(\'rows\', \'columns\'),');
    
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, 
           configuration_description, configuration_group_id, sort_order, 
           last_modified, date_added, use_function, set_function) 
           VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3', 
                   'Select the number of columns of products to show in each row in the product listing.  
                   The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);
    Post a link to your site and I will have a look.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  3. #43
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    kauai--Have you forgotten to upload includes/extra_definitions/about_us_filenames.php ?
    Everything is uploaded, but it's still not linking to that page. I made some changes in the admin folder>tools>define pages editor> define_about us.php and it's not making the changes.

    I looked at the source and it's pointing to:..../index.php?main_page=FILENAME_ABOUT_US"

    The other links on the information box are different than the above.
    ie..shipping
    ..../index.php?main_page=shippinginfo

    Thanks for your help.

  4. #44
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    Everything is uploaded, but it's still not linking to that page. I made some changes in the admin folder>tools>define pages editor> define_about us.php and it's not making the changes.

    I looked at the source and it's pointing to:..../index.php?main_page=FILENAME_ABOUT_US"

    The other links on the information box are different than the above.
    ie..shipping
    ..../index.php?main_page=shippinginfo
    If you post a link to your site I will take a look.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  5. #45
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I will take a look.
    sent you a pm

  6. #46
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    kauai--I would re-install the about us page module:

    http://www.zen-cart.com/index.php?ma...roducts_id=182

    Be sure to follow the installation instructions in the module package.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  7. #47
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Thanks I will give it a shot.

    But as I looked at some of the pages that were listed here by others, it showed that their link to the about us page is messed up too.





    Quote Originally Posted by picaflor-azul View Post
    kauai--I would re-install the about us page module:

    http://www.zen-cart.com/index.php?ma...roducts_id=182

    Be sure to follow the installation instructions in the module package.

  8. #48
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    I love this template but I do believe I found a slight problem. Its in the packaging. I believe the about-us page is in the \includes\extra_definitions file folder and it should be /includes/extra_datafiles.
    But as I looked at some of the pages that were listed here by others, it showed that their link to the about us page is messed up too.
    I am sorry, I missed this post. You are absolutely correct. If you move the includes/extra_definitions/about_us_filenames.php and move it to includes/extra_datafiles/about_us_filenames.php all should be fixed.

    I am working on a new package to submit with the bug fixes incldued.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  9. #49
    Join Date
    Mar 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I am sorry, I missed this post. You are absolutely correct. If you move the includes/extra_definitions/about_us_filenames.php and move it to includes/extra_datafiles/about_us_filenames.php all should be fixed.

    I am working on a new package to submit with the bug fixes incldued.
    YES!! IT WORKS!!

    Much Aloha!!!

  10. #50
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Andover Modern Template Support Thread

    YES!! IT WORKS!!

    Much Aloha!!!
    That's great Thank you for pointing out the bug.
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

 

 
Page 5 of 72 FirstFirst ... 345671555 ... LastLast

Similar Threads

  1. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  2. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 966
    Last Post: 3 May 2013, 07:52 PM
  3. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  4. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  5. Glacial Age Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 392
    Last Post: 22 Aug 2011, 04: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
  •