Page 22 of 134 FirstFirst ... 1220212223243272122 ... LastLast
Results 211 to 220 of 1331
  1. #211
    Join Date
    Jan 2010
    Location
    France
    Posts
    279
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Hello rbarbour, I just mentioned that on the shopping cart page does not adapt to small screens, even in the demo version http://www.zcadditions.com/bootstrap_tpl_demo if you put a product in the basket you will see that the screen does not resize, obviously you have to crop the page as if you saw on a small phone.
    Click image for larger version. 

Name:	Capture d’écran 2020-01-14 à 16.38.25.jpg 
Views:	53 
Size:	24.6 KB 
ID:	18797
    Giovanni,
    Zen Cart V1.5.8 + templates ZCA Bootstrap Template

  2. #212
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,753
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    @diamond1 I just tested on the demo and I did not experience that issue nor have I experienced it any of the 6 sites I have used the template on.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #213
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,819
    Plugin Contributions
    124

    Default Re: ZCA Bootstrap Template

    I think I see @diamond1's point. Here's my shopping cart page on mobile:
    Attached Images Attached Images  
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #214
    Join Date
    Jan 2010
    Location
    France
    Posts
    279
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Do you have screen resize? I have the problem with an iphone5 it is necessary to resize the screen to the smallest and you will see it in the demo also saw my print in resize the screen

    Click image for larger version. 

Name:	Capture d’écran 2020-01-15 à 08.16.15.jpg 
Views:	66 
Size:	54.9 KB 
ID:	18800
    Click image for larger version. 

Name:	Capture d’écran 2020-01-15 à 08.16.08.jpg 
Views:	55 
Size:	59.9 KB 
ID:	18799
    Click image for larger version. 

Name:	Capture d’écran 2020-01-15 à 08.20.59.jpg 
Views:	58 
Size:	54.1 KB 
ID:	18801
    Giovanni,
    Zen Cart V1.5.8 + templates ZCA Bootstrap Template

  5. #215
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

    Default Re: ZCA Bootstrap Template

    Yes I have a the same on iPhone but I found this :

    I found out that by default the .table element has max-width: 100% and safari "respects" this so it set the width to be 100% which means that the .table element isn't overflowing the .table-responsive element hence causing it to not be scrollable. This somehow doesn't affect android phones.
    The fix was rather easy:

    .table-responsive .table { max-width: none;}


    You then get a horizontal scroll on the iPhone

  6. #216
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,753
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Ok, I see now. The overflow on the shopping cart table-responsive is being seen by the rest of the page making it wider than it should be as you can see the nav bar at the top is wider than the screen and the back-to-top button is off screen. On Initial screen load of the shopping cart page it was offset and a refresh brought it back to where you would expect it to be. Deleting the table-responsive element from the DOM solved the navbar display and back-to-top button location issues, so it is definitely the overflow of the table-responsive being seen by the rest of the page or at least by the navbar that is causing the issue.

    Editing after the response from above: I tested in chrome and firefox with the inspector and tested against a number of devices listed. I don't own an Apple device to physically test on
    Last edited by barco57; 15 Jan 2020 at 08:31 PM.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #217
    Join Date
    Jan 2010
    Location
    France
    Posts
    279
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Hello, I tried to apply the fix .table-responsive .table {max-width: none;} but I have no change, I put on stylesheet.css and it does not change anything, I think I did not understand or apply the css fix.
    Giovanni,
    Zen Cart V1.5.8 + templates ZCA Bootstrap Template

  8. #218
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by diamond1 View Post
    Hello, I tried to apply the fix .table-responsive .table {max-width: none;} but I have no change, I put on stylesheet.css and it does not change anything, I think I did not understand or apply the css fix.
    Try adding !important to the css rule .table-responsive .table {max-width: none !important;}

  9. #219
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap Template

    Still got issues with the sitemap page:

    [24-Jan-2020 10:18:43 UTC] PHP Fatal error: Cannot redeclare class zen_SiteMapTree in /home/MYSITE/public_html/includes/classes/site_map.php on line 19


    [24-Jan-2020 10:18:43 UTC] Request URI: /index.php?main_page=site_map, IP address: 00.00.000.000
    --> PHP Fatal error: Cannot redeclare class zen_SiteMapTree in /home/MYSITE/public_html/includes/classes/site_map.php on line 19.

    Tried replacing includes/classes/site_map.php with the original from a fresh download and I am still getting the same error
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  10. #220
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Nick1973 View Post
    Still got issues with the sitemap page:

    [24-Jan-2020 10:18:43 UTC] PHP Fatal error: Cannot redeclare class zen_SiteMapTree in /home/MYSITE/public_html/includes/classes/site_map.php on line 19


    [24-Jan-2020 10:18:43 UTC] Request URI: /index.php?main_page=site_map, IP address: 00.00.000.000
    --> PHP Fatal error: Cannot redeclare class zen_SiteMapTree in /home/MYSITE/public_html/includes/classes/site_map.php on line 19.

    Tried replacing includes/classes/site_map.php with the original from a fresh download and I am still getting the same error
    Interesting:

    On line 20 of includes/classes/site_map.php we have this:

    PHP Code:
    class zen_SiteMapTree {   var $root_category_id 0,       $max_level 0,       $data = array(),       $root_start_string '',       $root_end_string '',       $parent_start_string '',       $parent_end_string '',       $parent_group_start_string "\n<ul>",       $parent_group_end_string "</ul>\n",       $child_start_string '<li>',       $child_end_string "</li>\n",       $spacer_string '',       $spacer_multiplier 1
    If I change
    PHP Code:
    var $root_category_id 0
    to
    PHP Code:
    var $root_category_id = -0
    the sitemap displays correctly
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10: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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR