Page 33 of 85 FirstFirst ... 2331323334354383 ... LastLast
Results 321 to 330 of 842
  1. #321
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picandnix View Post
    Anne I'm loving it, I've had a sneak peek...Thank you so much
    I am happy that you like it ;) I have some bugs to work out still and some testing to do, and the readme, etc, but hope to have it submitted this week.

    Thanks,

    Anne

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by amandavz View Post
    I tried that...that doesn't seem to work either. I reinstalled my modified style sheet. I must be something in the megamenu css. Not a clue...I looked through it and came up with nothing. Is there a way to turn off the 2nd column? That would work for us.
    Try playing with the categories_ul_generator.php and the tpl_mega_menu.php files.

    You can also try installing the pure css mega menu module to restore the default settings for the mega menu.

    Thanks,

    Anne

  3. #323
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I am happy that you like it ;) I have some bugs to work out still and some testing to do, and the readme, etc, but hope to have it submitted this week.

    Thanks,

    Anne
    Thank you again Anne, as I say it looks fantastic.

  4. #324
    Join Date
    May 2011
    Location
    Harrogate, UK
    Posts
    33
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hi,
    I have just installed a fresh Zencart 1.5.1 test site. no addons no other modules. Tried to add this template but I get WARNING: An Error occurred, please refresh the page and try again. on the website and also on the layout box controller page within admin. any clues please

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by atemp View Post
    Hi,
    I have just installed a fresh Zencart 1.5.1 test site. no addons no other modules. Tried to add this template but I get WARNING: An Error occurred, please refresh the page and try again. on the website and also on the layout box controller page within admin. any clues please
    Check your logs folder for error logs and correct any issues.

    Thanks,

    Anne

  6. #326
    Join Date
    Sep 2013
    Location
    San Francisco
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    First, and most importantly, thank you for this template!!
    I started building my store with the Andover Modern template and liked it a lot but when I saw this template, I actually scrapped everything I was doing and completely re-did the site with this amazing template. In TWO days. I am a very solid novice when it comes to site building and the majority of coding (mainly php) is entirely over my head. Your templates are so good that even someone like me can use them and look like a rockstar. I think a huge part of that also has to be your readme files and installation instructions, which are probably the best I have ever used. So.. thank you.

    My original intention in posting was to say nothing more than thanks. But in the process of waiting to be approved to post on the forum, I actually ran into a question and google has not been able to supply with a response.
    On my product info page, I want to align the product info and description on the left and have the cart box (with the attributes and add to cart button) on the right. Basically side by side in a two-column format. I have tried everything I can think of, but cannot seem to align the two and the cart box keeps floating below the description.
    Can you please tell me where I need to change the code? I am assuming it has be either in the stylesheet.css or tpl_product_info_display page, right? I would really appreciate it.
    http://spiderkat.net/shop/index.php?...roducts_id=113

    Thanks again.
    Katerina

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by Katerina1623 View Post
    First, and most importantly, thank you for this template!!
    I started building my store with the Andover Modern template and liked it a lot but when I saw this template, I actually scrapped everything I was doing and completely re-did the site with this amazing template. In TWO days. I am a very solid novice when it comes to site building and the majority of coding (mainly php) is entirely over my head. Your templates are so good that even someone like me can use them and look like a rockstar. I think a huge part of that also has to be your readme files and installation instructions, which are probably the best I have ever used. So.. thank you.

    My original intention in posting was to say nothing more than thanks. But in the process of waiting to be approved to post on the forum, I actually ran into a question and google has not been able to supply with a response.
    On my product info page, I want to align the product info and description on the left and have the cart box (with the attributes and add to cart button) on the right. Basically side by side in a two-column format. I have tried everything I can think of, but cannot seem to align the two and the cart box keeps floating below the description.
    Can you please tell me where I need to change the code? I am assuming it has be either in the stylesheet.css or tpl_product_info_display page, right? I would really appreciate it.
    http://spiderkat.net/shop/index.php?...roducts_id=113

    Thanks again.
    Katerina
    I am so happy that you like the template and are using it ;) I am also happy that the readme file helped you. I spend a lot of time on the readme's and often wonder how many people actually read them.

    For a 2 column layout you will basically be creating a layout with a containing div on the left, a containing div on the right and a clearing div below. You will float one div right and the other left.

    See this:

    http://www.w3schools.com/css/css_float.asp

    Thanks,

    Anne

  8. #328
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Try playing with the categories_ul_generator.php and the tpl_mega_menu.php files.

    You can also try installing the pure css mega menu module to restore the default settings for the mega menu.

    Thanks,

    Anne
    Hi Anne,

    I have tried everything and I cannot seem to get the right formula. Here is the code in the tpl_mega_menu.php file.

    <li class="categories-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_CATEGORIES; ?></a><!-- bof cateories -->

    <div class="dropdown_1column">
    <div class="col_1 firstcolumn">
    <div class="levels">
    <?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;
    ?>
    </div>
    </div>
    </div>
    </li><!-- eof categories -->

    Can you look at it and maybe compare it to another megamenu file. Has anyone else come to you with this same issue? I'm wondering if this is an isolated problem relating to the subcategories.

    Thanks for your help. :)

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by amandavz View Post
    Hi Anne,

    I have tried everything and I cannot seem to get the right formula. Here is the code in the tpl_mega_menu.php file.




    Can you look at it and maybe compare it to another megamenu file. Has anyone else come to you with this same issue? I'm wondering if this is an isolated problem relating to the subcategories.

    Thanks for your help. :)
    The problem is not in the template package. I would recommend restoring the template to its original state and then making your changes one by one and testing in between each stage to see when the problem occurs. You can compare the files related to the mega menu from this template with the other templates but the only changes will not be ones that effect the way the ul levels work.

    Thanks,

    Anne

  10. #330
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    The problem is not in the template package. I would recommend restoring the template to its original state and then making your changes one by one and testing in between each stage to see when the problem occurs. You can compare the files related to the mega menu from this template with the other templates but the only changes will not be ones that effect the way the ul levels work.

    Thanks,

    Anne
    Hi Again...I JUST GOT IT!!! I added a display:none next to the
    .mega-menu .levels li ul {/* second-level lists*/
    in the mega menu css and it took the fly away out. We can live without the subcategories.

    Thanks so much for all your time and help!!! :)

 

 
Page 33 of 85 FirstFirst ... 2331323334354383 ... LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 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