Page 1 of 7 123 ... LastLast
Results 1 to 10 of 623

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Tableau Responsive Theme - Support Thread

    This thread is for discussing the Tableau Responsive Theme for Zen Cart by Numinix. We encourage the community to assist each other on issues related to this free template.

    https://www.zen-cart.com/downloads.php?do=file&id=1849
    Last edited by swguy; 12 Apr 2014 at 08:26 PM.

  2. #2
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    i have downloaded it and added it to a brand new shop... but can't get in my admin login, ( havent even put the template on) right after adding all the files, it stopped on me

    But it looks so great on your website, that i hope that i find out what is wrong with it, or you have a tip for me, so i can make it work.
    Last edited by swguy; 12 Apr 2014 at 08:28 PM.

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by kernheimer View Post
    i have downloaded it and added it to a brand new shop... but can't get in my admin login, ( havent even put the template on) right after adding all the files, it stopped on me

    But it looks so great on your website, that i hope that i find out what is wrong with it, or you have a tip for me, so i can make it work.
    Thanks for your feedback. Please try v1.0.1.

  4. #4
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    i'm on it right now! can't wait for that carousel to be up too

  5. #5
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    yes! the installer files did not work the first time. Now all I would really appreciate is to know where to find a little bit more information on the way to make it a bit more 'mine', like where you have the information on the homepage stacked so i can change that. there are so many files that is a bit confusing. Some more information would be nice!
    I love the feel of the template! the colors, the tab info. and can't wait for the new items you want to add.
    really nice!!

  6. #6
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by kernheimer View Post
    yes! the installer files did not work the first time. Now all I would really appreciate is to know where to find a little bit more information on the way to make it a bit more 'mine', like where you have the information on the homepage stacked so i can change that. there are so many files that is a bit confusing. Some more information would be nice!
    I love the feel of the template! the colors, the tab info. and can't wait for the new items you want to add.
    really nice!!
    The content is in the Banner Manager (ADMIN > TOOLS > BANNER MANAGER). We will be improving the documentation and creating an admin page for easier customization in the next version of the template.

  7. #7
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Tableau Responsive Theme - Support Thread

    Haven't downloaded this, I do like the look and feel, love the jpanel feature (being used on allot of mobile sites), however in past testing the jpanel plugin is not supported on many mobile browsers and cuts the panel at the height of viewport not allowing for vertical scroll.


    My research from a few months ago:

    Android Browser supported overflow scrolling from Android 3.0. Unfortunately there are still a lot of 2.x devices out there.

    Blackberry Browser 6 or higher support overflow scrolling but momentum scrolling doesn’t make an appearance until Blackberry Browser 7.

    IE Mobile 9 or higher support overflow scrolling but momentum scrolling doesn’t make an appearance until IE Mobile 10.

    Opera Mini is unsupported, there are over 168 million Opera Mini users out there.

    iOS 4 or lower required an esoteric two finger gesture to scroll elements but normality was achieved from iOS 5.
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  8. #8
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by rbarbour View Post
    Haven't downloaded this, I do like the look and feel, love the jpanel feature (being used on allot of mobile sites), however in past testing the jpanel plugin is not supported on many mobile browsers and cuts the panel at the height of viewport not allowing for vertical scroll.


    My research from a few months ago:

    Android Browser supported overflow scrolling from Android 3.0. Unfortunately there are still a lot of 2.x devices out there.

    Blackberry Browser 6 or higher support overflow scrolling but momentum scrolling doesn’t make an appearance until Blackberry Browser 7.

    IE Mobile 9 or higher support overflow scrolling but momentum scrolling doesn’t make an appearance until IE Mobile 10.

    Opera Mini is unsupported, there are over 168 million Opera Mini users out there.

    iOS 4 or lower required an esoteric two finger gesture to scroll elements but normality was achieved from iOS 5.
    I been working on a side menu the last 3 days which 60% of the time was debugging the side menu in mobile browsers. In particular it was Opera Mini and UC Mini that made me aware of the issues. Basically, I went the route of a pure slide in instead of a push menu as the only way a push menu works nice is if the width is 100% fluid. This was not an issue for me exactly as I only load this menu for mobiles but on the chance that someone wanted to use it on a site with a wrapper, the pure slide works much nicer than a push.

    I have used your 2.1 responsive default as a base to do a workaround by using your ideas of the mobile detect. But mobile detect was a bit too powerful in one of its beta features of detecting browsers. In one instance, the code would not detect browsers for iphones but instead report all to be iOS. So I found another code on github and it was a 65 line code and did what it needed to to detect browsers and mobile. So for mobiles and browsers that are firefox, safari, mobile IE, and chrome, I load the slide and js. For all others, I used picaflor code for the mobile nav as a fallback. For some reason, her mobile nav works very well in opera mini.

    As time permits I will get back to the slide menu next weekend and see if I can turn the workaround into a fix so I can allow more browsers to use it. But the main core of the menu works very well where scrolling is fixed to only the side menu without moving the background page. I will most likely give the code to picaflor first to see if she wants to incorporate it in any templates as she deserves it for offering so many free templates.

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

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by yaritai View Post
    I been working on a side menu the last 3 days which 60% of the time was debugging the side menu in mobile browsers. In particular it was Opera Mini and UC Mini that made me aware of the issues. Basically, I went the route of a pure slide in instead of a push menu as the only way a push menu works nice is if the width is 100% fluid. This was not an issue for me exactly as I only load this menu for mobiles but on the chance that someone wanted to use it on a site with a wrapper, the pure slide works much nicer than a push.

    I have used your 2.1 responsive default as a base to do a workaround by using your ideas of the mobile detect. But mobile detect was a bit too powerful in one of its beta features of detecting browsers. In one instance, the code would not detect browsers for iphones but instead report all to be iOS. So I found another code on github and it was a 65 line code and did what it needed to to detect browsers and mobile. So for mobiles and browsers that are firefox, safari, mobile IE, and chrome, I load the slide and js. For all others, I used picaflor code for the mobile nav as a fallback. For some reason, her mobile nav works very well in opera mini.

    As time permits I will get back to the slide menu next weekend and see if I can turn the workaround into a fix so I can allow more browsers to use it. But the main core of the menu works very well where scrolling is fixed to only the side menu without moving the background page. I will most likely give the code to picaflor first to see if she wants to incorporate it in any templates as she deserves it for offering so many free templates.
    That sounds great! I would love to see your code when you have it ready

    Thanks,

    Anne

  10. #10
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Tableau Responsive Theme - Support Thread

    Thank you everyone for the feedback. We are planning to address the issues reported in the next release which should be ready by next week.

    The "barebones" template is the framework that our templates are based on. We have more templates in the works which will be released in the near future.
    Last edited by swguy; 1 May 2014 at 04:12 PM. Reason: Please don't advertise on the Zen Cart forums.

 

 
Page 1 of 7 123 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1071
    Last Post: 4 Feb 2024, 04:28 PM
  2. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  3. v155 Tableau Theme configuration not working.
    By tunes in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 22 Mar 2017, 06:53 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 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