Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Jul 2016
    Location
    Hampshire
    Posts
    4
    Plugin Contributions
    0

    Default Tableau Theme configuration not working.

    Hi all,
    I have just installed Zen Cart and added the Tableau theme.
    After activating the theme, I followed instructions and went back in to the template selection page and clicked "configure" on the theme, but nothing happened.

    Aside from #configuration-wrapper being added to the URL.
    I was going to report this in the Tableau theme post, but I thought I'd check this with the "Responsive Classic Template" that came pre-installed and after activating it, I am having the same issue trying to configure it.

    I've checked the logs folder, but there are no logs in there.

    Is my install missing a component? It was installed via softaculous.

    HTTP Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 PHP/5.5.28
    Upload Max Size: 16M
    POST Max Size: 8M
    Server OS: Linux 2.6.32-042stab113.11
    PHP Version: 5.5.28 (Zend: 2.5.0)
    PHP File Uploads: On
    PHP Memory Limit: 32M
    Database: MySQL 5.5.50-cll
    Database Host: localhost (127.0.0.1)
    Database Date: 07/09/2016 13:00:14
    Database Data Size: 288 kB
    Database Index Size: 413 kB

    If you need any other information, please don't hesitate to ask.

    Thanks in advance.

  2. #2
    Join Date
    Mar 2009
    Posts
    169
    Plugin Contributions
    2

    Default Re: Theme configuration not working.

    Temporary workaround:

    go into YOUR_ADMIN/template_select.php

    Look for:
    <div style="display: none;" class="configuration_content">

    change to:
    <div class="configuration_content">

    The javascript is not attaching itself as expected to the required elements.

    I'm not familiar with Numinix's CSS JS Loader, but I'm sure Numinix can provide a little insight.

    Editing the code as I suggested will give you the configuration settings, and allow you to save the changes.

    The way the settings are displayed to you though may look a little weird. Also, There seems to be a fancybox error as well..I think that's also playing a part in why it's not working as expected.

  3. #3
    Join Date
    Jul 2016
    Location
    Hampshire
    Posts
    4
    Plugin Contributions
    0

    Default Re: Theme configuration not working.

    Hi Yaseent.

    Many thanks for that, the temporary workaround has indeed worked. But as you alluded to, the formatting is all over the place.. but at least it is a start!

    As I set up the VPS myself installed cpanel/whm/etc and then installed this script via softaculous, could it be a component I'm missing as to why fancybox isn't working? either a library or some sort of server side include?

    Thanks for giving me a good start!

  4. #4
    Join Date
    Jul 2016
    Location
    Hampshire
    Posts
    4
    Plugin Contributions
    0

    Default Re: Theme configuration not working.

    Ah,
    Just noticed an issue.
    When I make changes to the configuration and click "save all changes".. it doesn't save them :-(

    Would this be a permission error? if so, what file should I look at? most seem to be 644, aside from the directories where I have had to set as 777

  5. #5
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Theme configuration not working.

    Sorry to say that the work around does not work for me.
    Learning Fast.
    Eden Craft Supplies

  6. #6
    Join Date
    Mar 2009
    Posts
    169
    Plugin Contributions
    2

    Default Re: Theme configuration not working.

    Sorry,

    I didn't do enough testing. Let me dig around and see if I can figure it out.

  7. #7
    Join Date
    Mar 2009
    Posts
    169
    Plugin Contributions
    2

    Default Re: Theme configuration not working.

    Okay..

    do this:

    go into YOUR-ADMIN/includes/template_configuration/template_configuration.php

    find this:

    echo zen_draw_form('updatetemplate', FILENAME_TEMPLATE_SELECT, 'action=updatetemplate', 'post' ,'enctype="multipart/form-data" id="updata-temp-form"');

    change it to this:

    echo zen_draw_form('updatetemplate', template_update, 'action=updatetemplate', 'post' ,'enctype="multipart/form-data" id="updata-temp-form"');

    then open YOUR_ADMIN/template_update.php

    put this line in:
    zen_redirect(zen_href_link(FILENAME_TEMPLATE_SELECT));

    before the occurence of the last line, which is:
    require_once('includes/application_bottom.php');


    This is truly just a work-around. I can't understand why the jQuery wasn't coded to degrade gracefully, but anyhow.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Tableau Theme configuration not working.

    The Tableau stuff comes with heavy alterations to original ZC code. I'm not surprised that those alterations might break Responsive Classic, and any other template, as well.
    Contact Numinix for help with their code.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Mar 2009
    Posts
    169
    Plugin Contributions
    2

    Default Re: Theme configuration not working.

    Sorry about that, check the additional edits I've provided. Seems to work now with those edits.

  10. #10
    Join Date
    Jul 2016
    Location
    Hampshire
    Posts
    4
    Plugin Contributions
    0

    Default Re: Theme configuration not working.

    Hiya,

    Many thanks for taking the time to look in to this for me.
    I can confirm that edits save ok now, but every time I do, it comes up with

    Warning: chdir(): No such file or directory (errno 2) in /home/(obfuscated)/public_html/(obfuscated)/template_update.php on line 5
    []


    on the url http://troubadour-sales.co.uk/(obfus...updatetemplate

    I'll post a link to this thread in his themes thread, but wanted to reply to say thank you!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  2. All Listing Configuration Not Working
    By daylight6 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Jan 2010, 08:49 PM
  3. upgraded to 1.3.7 - configuration menu not working
    By curtiscartmell in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 7 Mar 2007, 05:37 AM
  4. Shared SSL configuration not working
    By Scirrocco in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jul 2006, 04: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