Page 71 of 116 FirstFirst ... 2161697071727381 ... LastLast
Results 701 to 710 of 1160
  1. #701
    Join Date
    Oct 2013
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Simple problem (I hope). When I look at the mobile version of my site(s) the search option is blank, no box appears. Any suggestions? I may have missed a patch somewhere in the vastness of this support thread. www.texaselectrolysisstore.com and www.texastattoostore.com are both running with the same mods and such off the same sever and have the same issue.

  2. #702
    Join Date
    May 2014
    Location
    Spokane Washington
    Posts
    13
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    I am running ZenCart Ver 1.5.1 with Responsive-sheffield-blue on Ubuntu lixux (test)server with appache2.2.22 and mysql 5.5.37 no my local network. When I pull up a product the Description and Product details fail to display in firefox 25.0.1 They do however work just fine in Google Chrome. I have isolated the problem to the script tpl_product_info_display.php at aprox. line 155. Beyond that I am not sure what to do.
    This is the code:

    <div class="layer1">
    <p class="heading"><?php echo PRODUCT_DESCRIPTION; ?></p>
    <div class="content1">
    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->
    </div>
    </div>

    <div class="layer1">
    <p class="heading"><?php echo PRODUCT_DETAILS; ?></p>
    <div class="content1">
    <!--bof Product details list -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
    <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
    }
    ?>
    <!--eof Product details list -->
    </div>
    </div>

    Thanks.

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by wyldside View Post
    Simple problem (I hope). When I look at the mobile version of my site(s) the search option is blank, no box appears. Any suggestions? I may have missed a patch somewhere in the vastness of this support thread. www.texaselectrolysisstore.com and www.texastattoostore.com are both running with the same mods and such off the same sever and have the same issue.
    If you take a look at the demo, you can see the search box is in the main mobile menu:

    http://www.zenlyzen.com/responsive/i...sheffield_blue

    If it is not showing on your modified site then you must have removed it with one of your modifications.

    Thanks,

    Anne

  4. #704
    Join Date
    Aug 2004
    Location
    Osaka Japan
    Posts
    163
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?

    Our site is www.uskgj.com, click on the US flag for English.

  5. #705
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by cjcraven View Post
    I can't seem to get the top header "Info" "Useful Links" to display anything, where is this controlled?

    Our site is www.uskgj.com, click on the US flag for English.
    I think it is covered in the documentation, but ezpages that are marked as to show in the header appear in the useful links section under info.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #706
    Join Date
    Aug 2004
    Location
    Osaka Japan
    Posts
    163
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by mc12345678 View Post
    I think it is covered in the documentation, but ezpages that are marked as to show in the header appear in the useful links section under info.
    I can see ezpages in the footer and a sidebox but not the header menu.

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by cjcraven View Post
    I can see ezpages in the footer and a sidebox but not the header menu.
    If you read the readme.html file you will see that you need to have the ezpages_drop_menu.php file turned on in the single column status.

    Thanks,

    Anne

  8. #708
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    I have two questions, the rest I found out the last weeks with the help of you all at the forum, thanks for that :)

    1-I made two shops with the template (3 languages), on the mobile device there is no choice of languages, how can we enable this?

    2-Also, we made 2 different shops with the same template package (I translated for both shops at once and used the language files for both). On a mobile device only on this shop www.dynamitemagic.nl/shop you can see strange code when you click on the menu bar, see image .

    Name:  1.jpg
Views: 183
Size:  38.1 KB

    The word WINKELWAGENTJE stands for SHOPPINGCART in Dutch...

    I hope you can help me so I am totally happy!!!

  9. #709
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Reneetje View Post
    I have two questions, the rest I found out the last weeks with the help of you all at the forum, thanks for that :)

    1-I made two shops with the template (3 languages), on the mobile device there is no choice of languages, how can we enable this?

    2-Also, we made 2 different shops with the same template package (I translated for both shops at once and used the language files for both). On a mobile device only on this shop www.dynamitemagic.nl/shop you can see strange code when you click on the menu bar, see image .

    Name:  1.jpg
Views: 183
Size:  38.1 KB

    The word WINKELWAGENTJE stands for SHOPPINGCART in Dutch...

    I hope you can help me so I am totally happy!!!
    I thought I saw something in the thread about adding language choices for the mobile template (may relate to the various sideboxes that are enabled in the mobile view), but relating to item 2, the server hosting that page has short tags disabled. There are a few occurences of <? Rather than <?php in that area of the code. A search for the contents between the following quotes will help identify the area(s) in question "<? " That's less than, question mark, and a space.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #710
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Hi,

    I did find it now after I posted, I put in the extra php texts in the file tpl_modules_mobile_categories_tabs and that is fixes. I know one shop runs on php 5.4 (the one with this problem) and the other on php 5.4. That will be the difference.

    I will search again for the language choice now, I may have overlooked it!

    Thank you for the help!

    René

 

 
Page 71 of 116 FirstFirst ... 2161697071727381 ... LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 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