Page 29 of 29 FirstFirst ... 19272829
Results 281 to 288 of 288
  1. #281
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

    Default Re: Responsive Apparel Boutique Template

    I have this is my logs after trying to execute the reponsive.sql

    [01-Feb-2017 14:49:31 UTC] Request URI: ***************sqlpatch.php?action=execute, IP address: ***************
    #1 trigger_error() called at [/ ***************includes/classes/db/mysql/query_factory.php:167]
    #2 queryFactory->show_error() called at ***************includes/classes/db/mysql/query_factory.php:139]
    #3 queryFactory->set_error() called at [/ ***************includes/classes/db/mysql/query_factory.php:266]
    #4 queryFactory->Execute() called at [/ ***************sqlpatch.php:304]
    #5 executeSql() called at [/ ***************sqlpatch.php:672]

    [01-Feb-2017 14:49:31 UTC] PHP Fatal error: 1062uplicate entry 'COLUMN_WIDTH' for key 'unq_config_key_zen' :: INSERT INTO zenyj_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, '&lt;font color=&quot;#0044ff&quot;&gt;ACTIVATE Responsive Template by selecting Column Widths&lt;/font&gt;', 'COLUMN_WIDTH', '2', 'Width of the Left and Right Columns&lt;br /&gt;0 = Use Default Template Settings&lt;br /&gt;1 = 75px&lt;br /&gt;2 = 150px&lt;br /&gt;3 = 225px',@configuration_group_id, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'); ==> (as called by) ***************sqlpatch.php on line 304 <== in / ***************includes/classes/db/mysql/query_factory.php on line 167

  2. #282
    Join Date
    May 2009
    Posts
    67
    Plugin Contributions
    0

    Default Re: Responsive Apparel Boutique Template

    Thank you so much for this template! I am getting there with it but I failed with the main page editor somehow. It was all working perfectly and then i tried to change the urls and now I have broken it! The images are showing as broken and not appearing anymore. May I have the code for the main page again please? Lesson learnt.. take a copy before changing!!

  3. #283
    Join Date
    May 2009
    Posts
    67
    Plugin Contributions
    0

    Default Re: Responsive Apparel Boutique Template

    Hi Anne
    I think I have done something that won't allow my site to be responsive. Everything seems fine with the site but it is just not responsive. You can see it here.
    I have followed the instructions and have the Min side boxes all turned off, activated the responsive template in layout settings so I believe the sql patches worked. There is a file in the readme section that I don't know what it is for...jscript folder.
    I do have a few add-ons. I am just stumped as to where to look for the problem. I don't even know where to start! I have searched and searched the forum. I initially thought I had done something wrong with the template but I think it is likely to be a change outside the template?? Help would be appreciated. :)

  4. #284
    Join Date
    Jun 2010
    Location
    Crossmolina, Ireland
    Posts
    55
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Hi, I cannot figure out why the links don't work when it is in responsive mode. If I am on my computer everything is ok but if I a on my phone the categories link does not work. Please help. You can see it on http://corset.ie

  5. #285
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,103
    Plugin Contributions
    11

    Default Re: Responsive Apparel Boutique Template

    Depending on the browser being used, they can be really finicky or just pass over the mistake.
    Developer's tools show several errors but the W3 Validator is only concerned with an open end tag for a ul.
    I believe the Validator itself is confused by the code presented in the "handheld menu" portion of your main page. That's some really gnarly code.
    After breaking it out and putting it in a better format (tabbing the lines), it looks like
    Code:
    <!--bof handheld menu display-->
    
    <script src="includes/templates/responsive_apparel_boutique/jscript/script.js" type="text/javascript">
    </script>
    
    
    <div id="container">
        <a class="toggleMenu" href="#">
            <img src="includes/templates/responsive_apparel_boutique/images/mmenu.png" alt="m menu image" />
        </a>
        <a class="m-home"></a><a href="http://corset.ie/">
            <img src="includes/templates/responsive_apparel_boutique/images/mhome.png" alt=" m home" />
        </a>
        <a class="m-cart" href="http://corset.ie/shopping_cart">
            <img src="includes/templates/responsive_apparel_boutique/images/mcart.png" alt="m cart" />
        </a>
            <ul class="nav">
               <li>
                   <a href="http://corset.ie/shopping_cart">Shopping Cart - 0 item(s) - €0.00</a>
               </li>
                <li>
                    <a href="https://corset.ie/login">Log In</a>
                </li>
               <li class="test">
                   <a href="#">Corsets</a>
                        <ul class="level2">
                            <li class="submenu">
                                <a href="http://corset.ie/clearance-items">Sample Sale</a>
                                    <ul class="level3">
                                        <li>
                                            <a href="http://corset.ie/-c-57">Basque Style Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-61">Bridal Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-58">Burlesque Corsets</a>
                                        </li>
                                    <li>
                                            <a href="http://corset.ie/clearance-items/accessories">Hand Ruched Taffeta Skirt</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/clearance-items/hourglass-underbust-corset">Hourglass Underbust Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-56">Old Gold Satin Overbust Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-59">Overbust Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-60">Taffeta Corset</a>
                                        </li>
                                    </ul>
                            </li>
                            <li>
                                <a href="http://corset.ie/overbust-corsets">Overbust Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/underbust-corsets">Underbust Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/bridal-corsets">Bridal Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/waist-training">Waist Training</a>
                            </li>
                            <li>
                            <a href="http://corset.ie/leather-corsets">Leather Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/mens-corsets">Mens Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/lingerie">Lingerie</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/jane-woolrich-lingerie">Jane Woolrich Lingerie</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/accessories">Accessories</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/gift-certificates">Gift Certificates</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/gift-box">Gift Box</a>
                            </li>
                        </ul>                        
                </li>
                <li>
                    <a href="#">Quick Links</a>
                        <ul>
                            <li>
                                <a href="http://corset.ie/products_new">New Products</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/featured_products">Featured Products</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/products_all">All Products</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/specials">Specials</a>
                            </li>
                        </ul>
                </li>
                <li>
                    <a href="#">Information</a>
                        <ul>
                            <li>
                                <a href="#">Customer Service</a>
                                    <ul>
                                        <li>
                                            <a href="http://corset.ie/about_us">About Us</a>
                                        </li>
                                        <li>
                                            <a href="https://corset.ie/login">Log In</a>
                                        </li>
                                        <li>
                                            <a href="https://corset.ie/create_account">Create Account</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/shippinginfo">Postage &amp; Returns</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/privacy">Privacy Notice</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/conditions">Conditions of Use</a>
                                        </li>
                                    </ul>
                            </li>
                            <li>
                                <a href="#">General Info</a>
                                    <ul>
                                        <li>
                                            <a href="http://corset.ie/site_map">Site Map</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/gv_faq">Gift Certificate FAQ</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/discount_coupon">Discount Coupons</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/unsubscribe">Newsletter Unsubscribe</a>
                                        </li>
                                    </ul>
                            </li>
                            <li>
                                <a href="#">Useful Links</a>
                                    <ul>
                            </ul>
                            </li>
                        </ul>
                </li>
                <li> 
                    <a href="#">Search</a>
                        <ul class="mobile-search">
                            <li>
                            </li>
                        </ul>
                </li>
                <li>
                    <a href="http://corset.ie/contact_us">Contact Us</a>
                </li>
            </ul>
    <div>
    
    
    <!--eof handheld menu display-->
    I've highlighted in red what probably needs to come out to satisfy the Validator.

  6. #286
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,103
    Plugin Contributions
    11

    Default Re: Responsive Apparel Boutique Template

    Depending on the browser being used, they can be really finicky or just pass over the mistake.
    Developer's tools show several errors but the W3 Validator is only concerned with an open end tag for a ul.
    I believe the Validator itself is confused by the code presented in the "handheld menu" portion of your main page. That's some really gnarly code.
    After breaking it out and putting it in a better format (tabbing the lines), it looks like
    Code:
    <!--bof handheld menu display-->
    
    <script src="includes/templates/responsive_apparel_boutique/jscript/script.js" type="text/javascript">
    </script>
    
    
    <div id="container">
        <a class="toggleMenu" href="#">
            <img src="includes/templates/responsive_apparel_boutique/images/mmenu.png" alt="m menu image" />
        </a>
        <a class="m-home"></a><a href="http://corset.ie/">
            <img src="includes/templates/responsive_apparel_boutique/images/mhome.png" alt=" m home" />
        </a>
        <a class="m-cart" href="http://corset.ie/shopping_cart">
            <img src="includes/templates/responsive_apparel_boutique/images/mcart.png" alt="m cart" />
        </a>
            <ul class="nav">
               <li>
                   <a href="http://corset.ie/shopping_cart">Shopping Cart - 0 item(s) - €0.00</a>
               </li>
                <li>
                    <a href="https://corset.ie/login">Log In</a>
                </li>
               <li class="test">
                   <a href="#">Corsets</a>
                        <ul class="level2">
                            <li class="submenu">
                                <a href="http://corset.ie/clearance-items">Sample Sale</a>
                                    <ul class="level3">
                                        <li>
                                            <a href="http://corset.ie/-c-57">Basque Style Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-61">Bridal Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-58">Burlesque Corsets</a>
                                        </li>
                                    <li>
                                            <a href="http://corset.ie/clearance-items/accessories">Hand Ruched Taffeta Skirt</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/clearance-items/hourglass-underbust-corset">Hourglass Underbust Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-56">Old Gold Satin Overbust Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-59">Overbust Corset</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/-c-60">Taffeta Corset</a>
                                        </li>
                                    </ul>
                            </li>
                            <li>
                                <a href="http://corset.ie/overbust-corsets">Overbust Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/underbust-corsets">Underbust Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/bridal-corsets">Bridal Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/waist-training">Waist Training</a>
                            </li>
                            <li>
                            <a href="http://corset.ie/leather-corsets">Leather Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/mens-corsets">Mens Corsets</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/lingerie">Lingerie</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/jane-woolrich-lingerie">Jane Woolrich Lingerie</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/accessories">Accessories</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/gift-certificates">Gift Certificates</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/gift-box">Gift Box</a>
                            </li>
                        </ul>                        
                </li>
                <li>
                    <a href="#">Quick Links</a>
                        <ul>
                            <li>
                                <a href="http://corset.ie/products_new">New Products</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/featured_products">Featured Products</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/products_all">All Products</a>
                            </li>
                            <li>
                                <a href="http://corset.ie/specials">Specials</a>
                            </li>
                        </ul>
                </li>
                <li>
                    <a href="#">Information</a>
                        <ul>
                            <li>
                                <a href="#">Customer Service</a>
                                    <ul>
                                        <li>
                                            <a href="http://corset.ie/about_us">About Us</a>
                                        </li>
                                        <li>
                                            <a href="https://corset.ie/login">Log In</a>
                                        </li>
                                        <li>
                                            <a href="https://corset.ie/create_account">Create Account</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/shippinginfo">Postage &amp; Returns</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/privacy">Privacy Notice</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/conditions">Conditions of Use</a>
                                        </li>
                                    </ul>
                            </li>
                            <li>
                                <a href="#">General Info</a>
                                    <ul>
                                        <li>
                                            <a href="http://corset.ie/site_map">Site Map</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/gv_faq">Gift Certificate FAQ</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/discount_coupon">Discount Coupons</a>
                                        </li>
                                        <li>
                                            <a href="http://corset.ie/unsubscribe">Newsletter Unsubscribe</a>
                                        </li>
                                    </ul>
                            </li>
                            <li>
                                <a href="#">Useful Links</a>
                                    <ul>
                                   </ul>
                            </li>
                        </ul>
                </li>
                <li> 
                    <a href="#">Search</a>
                        <ul class="mobile-search">
                            <li>
                            </li>
                        </ul>
                </li>
                <li>
                    <a href="http://corset.ie/contact_us">Contact Us</a>
                </li>
            </ul>
    <div>
    
    
    <!--eof handheld menu display-->
    I've highlighted in red what probably needs to come out to satisfy the Validator.

    The worst offender is probably the ul without li.

    After a fix, it may work in all areas but, I'm still wondering why the handheld menu display is even showing on the desktop version.

  7. #287
    Join Date
    Mar 2015
    Location
    Pennsylvania
    Posts
    11
    Plugin Contributions
    0

    Default Re: Responsive Apparel Boutique Template

    I am have been using install responsive apparel boutique template for a while. I am testing the new zen cart 1.5.6. I have run across 2 problems. When I add the sql patches, about_us.sql patch, the responsive.sql patch, and the responsive_apparel_boutique.sql patch I get an error message. Also, when I upload the template to my test site my site goes blank; I have the menu bar across the top but nothing below. This is before I switch to the template. Not sure what is causing the problems. Any thoughts? https://bendyyogi.com

  8. #288
    Join Date
    Mar 2009
    Posts
    73
    Plugin Contributions
    0

    Default Re: Responsive Apparel Boutique Template

    Would love to see this template get a much needed update! Currently running 1.5.6a and this template doesn't seem to work with versions newer than 1.5.5f

 

 
Page 29 of 29 FirstFirst ... 19272829

Similar Threads

  1. Apparel Boutique Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 431
    Last Post: 8 Dec 2016, 04:27 PM
  2. Replies: 3
    Last Post: 10 Jun 2014, 09:45 PM
  3. Modify or change template from Apparel Boutique to Lite Orange?
    By sweetaloma in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Dec 2012, 07:34 PM
  4. Replies: 7
    Last Post: 14 Jun 2012, 04:15 PM
  5. Replies: 1
    Last Post: 18 Jan 2011, 04:08 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