Page 40 of 63 FirstFirst ... 30383940414250 ... LastLast
Results 391 to 400 of 623
  1. #391
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by outeredge2 View Post
    ANyone got any suggestions... Numinix isnt responding right now and I really need to speel this out. Some of these items are pretty complex to order...
    The options seem to be working in the demo:

    http://www.numinix.com/demos/tableau...products_id=34

    Are you certain that you have your options set-up properly in your admin?

    *EDIT* : Or is the demo also not properly working with option names? I think I now see what you mean. You cannot enter names like "color" and "size" with this template?

    PS: When I click on Specials in your header area I get a page that says TEXT_NO_PRODUCTS. Even if you have no specials, I think this is an error.

    I do like this template.
    Last edited by SPH; 11 Sep 2015 at 06:46 PM.
    Steve
    prommart.com

  2. #392
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    360
    Plugin Contributions
    1

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by SPH View Post
    The options seem to be working in the demo:

    http://www.numinix.com/demos/tableau...products_id=34

    Are you certain that you have your options set-up properly in your admin?

    *EDIT* : Or is the demo also not properly working with option names? I think I now see what you mean. You cannot enter names like "color" and "size" with this template?
    Yes thats what i mean. They are working perfect, Just not displaying what each options is for.


    Quote Originally Posted by SPH View Post
    PS: When I click on Specials in your header area I get a page that says TEXT_NO_PRODUCTS. Even if you have no specials, I think this is an error.

    I do like this template.
    I did not have any specials set up when you looked. I just activated a couple and they are working as planned. Thanks for checking though. if you see any other issues let me know :)
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

  3. #393
    Join Date
    May 2014
    Location
    Planet Earth
    Posts
    18
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    SSL ISSUES

    I Found the following issues with insecure form calls when using SSL.

    To test your own pages: https://www.whynopadlock.com/index.html

    The first issue concerns the search form.

    Design75 offered the following correction in this thread https://www.zen-cart.com/showthread....t-form-gt-call

    FROM:
    Code:
    $content .= zen_draw_form('quick_find_header', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get');
    TO:
    Code:
    $content .= zen_draw_form('quick_find_header', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', $request_type, false), 'get');
    OR
    Code:
    $content .= zen_draw_form('quick_find_header', zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'SSL', false), 'get');
    Apply this correction to: /includes/templates/tableau/sideboxes/tpl_search_header.php

    As was the case with the original poster, the first correction worked for me as well.


    The second issue concerns Tableau's Contact_Us page:

    If the following is not changed, you will receive the following message when you attempt to send a message using Tableau's contact form:

    The information you have entered on this page will be sent over an insecure connection and could be read by a third party.

    Are you sure you want to send this information?:
    Google Chrome will also add a yellow warning on the padlock when view your site.

    To correct this issue, I changed the following file: /includes/templates/tableau/templates/tpl_contact_us_default.php

    FROM:
    Code:
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>
    TO
    Code:
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send', 'SSL')); ?>

    I didn't have an issue creating an account when using the registration form and submitting the login page to whynopadlock.com yielded no further concerns.

    Hopefully this saves someone some time.
    Last edited by Enzo; 12 Sep 2015 at 08:54 AM.

  4. #394
    Join Date
    May 2014
    Location
    Planet Earth
    Posts
    18
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by MIKEYFM View Post
    Enzo, not sure if you have solved this but I have the same issue and here is the solution that seems to work.

    in the file: product_info.css found in ../templates/tableau/css

    find:
    Code:
    #productMainImage a { ...........
            }
            
        and add the following:
    
                 max-height: 350px;
             max-width: 330px
             overflow:hidden;
    Obviously change those values to match and line up for your site but those values work for my site straight out the box.

    Best of luck.

    Michael
    Thanks Michael and to everyone that responded.

    I did solve the problem by using XnView (a batch conversion and image processor) to change the dimensions of all my images to a consistent width of 175px and that worked for me for both product images and for the carousel on the home page.

    I did try setting image sizes in the admin configuration panel and via css to no avail. Not sure why, but by that time I had changed the image sizes; found that it worked well for my purposes and moved on.

    I then used Image Handler to create larger versions for the product info pages.

    I don't know if there is a better solution but that's what worked for me. Having uniform image sizes is also more attractive IMO so it worked out well.

  5. #395
    Join Date
    May 2014
    Location
    Planet Earth
    Posts
    18
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Picci View Post
    @Enzo
    The current version available on Numinix' web site is version 1.6.1. There have been some bug fixes, maybe the new version has addressed that but I don't know for sure.

    Thanks Picci,

    I've been so focused on getting my site up and running that I hadn't even realized there have been new versions of the template since then.

    To top it off, I just posted on how to correct SSL issues in version 1.5.2 - don't know if the solutions I posted apply to the latest version (which is now 1.6.2) but it's too late now.

  6. #396
    Join Date
    Dec 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    I have seen some sites using this theme that have other nested drop down menus in the header beside the categories. I thought maybe this was done with EZ-Pages, but I can not seem to figure it out. Can someone give me some direction?

  7. #397
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Perhaps a link to these other sites will help in determining what it is.
    Steve
    prommart.com

  8. #398
    Join Date
    Dec 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    This site shows the nested menu under Information:

    http://sicassracing.com/store-1st_1-5-4/

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

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by JoshS View Post
    This site shows the nested menu under Information:

    http://sicassracing.com/store-1st_1-5-4/
    Hello vanilla Tableau does not come with this feature. It looks like they took the code used for the categories and made this work for another dropdown menu.

  10. #400
    Join Date
    Dec 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    Hello vanilla Tableau does not come with this feature. It looks like they took the code used for the categories and made this work for another dropdown menu.
    Ok...thank you.

 

 
Page 40 of 63 FirstFirst ... 30383940414250 ... 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