Thread: Westminster New

Page 142 of 187 FirstFirst ... 4292132140141142143144152 ... LastLast
Results 1,411 to 1,420 of 1865
  1. #1411
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by soxophoneplayer View Post
    I've had similar problems in the past installing new picaflor templates. In my case it turned out that starting with a clean file set wasn't sufficient - I had to clean up my database - previous templates installed mods in the db that weren't used on new template, or used differently, and as they were still present were interfering with new template . In my case the carousel mod was the culprit one time. There was something with colorbox duplicate entries another time. Amongst others. Its unfortunate that there isn't an 'uninstall sql' for the templates that removes these things. However, it didn't take me long to look through phpMyAdmin config and configu_group and admin_pages to identify and remove the culprits. On the first go I deleted a few too many, but that's what backups are for.

    Not sure if this is relevant to your situation, but I throw it out there just in case. (The ref to lightbox in your log error brought this to mind.)
    Thanks for your input.
    You're probably correct and I did think about that because after I did a clean install of ZC, I then uploaded the db from my live store. I thought about experimenting by installing the template without uploading the db. The problem is that if it works, I would still have a problem installing the template in my live store and frankly, I don't want to mess with that db and I don't want to bother going through the trouble of doing so.

    Carol

  2. #1412
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Westminster New

    Could we get an 'official' answer regarding the most stable version?

    The Westminster_New available from the ZC Plugins section or the version available from the Anne's website?

    The file dates are more recent in the ZC plugins version but there seems to be a few people that are having better 'success' using the version with older dated files which is available from Anne's website download.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #1413
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Westminster New

    Quote Originally Posted by spminis View Post
    Thanks for your input.
    You're probably correct and I did think about that because after I did a clean install of ZC, I then uploaded the db from my live store. I thought about experimenting by installing the template without uploading the db. The problem is that if it works, I would still have a problem installing the template in my live store and frankly, I don't want to mess with that db and I don't want to bother going through the trouble of doing so.

    Carol
    Westminster_new is a lot more detailed and "complex" than picaflor's earlier templates. There is a lot more activity going on behind the scenes, and it looks like there are a lot of conflicts going on with the way your original site is communicating with the database, and then having to cope with more detailed westminster_new template. Much of this is caused by old plugins that are either edits of some core files, or have redundant overrides.

    We had a look at the basic structure and much of the code in the westminster_new template and decided to REMOVE practically every plugin we were using on the original site (both front-end and admin plugins), before implementing this new template.

    After a couple of days, and much discussion, we decided to (on a dev server), a completely fresh install of ZC:1.5.5b (a few days later to become ver.c then ver.d) - with a fresh and empty database - as if we were "starting for the first time"..

    Then, we looked for ESSENTIAL plugins compatible witn 1.5.x (for admin & front-end) and installed these. So we still had a totally empty site (no products, no customer data, no transaction data.)

    Then, we matched up (as far as we could) the ADMIN configurations that existed in the old "live" site, with the new "dev" site... This included all the parameters in the "configuraton" menu, along with payment and shipping modules. We loaded up sitemap.xml, Ceon URI re-write, Google Merchant Center, EasyPopulate V4, Export Shipping Orders, CK Editor.

    When we had the new dev site configured as closely as possible to the working, original site, we did database dumps of both sites' databases and did a very careful analysis of the tables. Many plugins make changes to the dbase, and we found that even after using uninstall.sql files, many tables were in a "mess". (Fortunately, we have fairly good MySql skills available).

    Then... we TRUNCATED all the tables in the dbase relating to products, customers, addresses, orders, ... In other words, all tables where PRODUCT, CUSTOMER and TRANSACTIONAL data is stored (and cross-referenced). To do this, one needs to know the relational nature of the various tables, so it's not something a novice should attempt.

    Then we INSERTED the data from the live (now under maintenance) stores database, into the NEW store database - thereby transferring all customer and product-related data from the old site, to the new site.

    I must stress this is NOT for novices... One tiny error in a Dbase ID number, and you are in a total mess.

    Then... better part of a day doing testing. Apart from a few minor glitches (oversights really), the new site "replaced" the old site just 72 hours later, with a total "down for maintenance" time of just over an hour.
    20 years a Zencart User

  4. #1414
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Westminster New

    Just to add... When we load a plugin, we always look at any SQL parameters to see what tables are going to be modified by the plugin. We make a note of these in the website's "manual logbook" - hand-written (or printed out notes) that we archive. We use these notes for all maintenance, upgrade and plugin install activity. By knowing what tables are altered, we can get a better idea of the likelihood of potential conflicts that may arise, if php code tries to make calls to a table (field) that is either no longer there, or may have undergone some change or other.
    20 years a Zencart User

  5. #1415
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi There,

    I just installed Westminster New template to my store and I lost all sideboxes when I installed the template. I downloaded it from Zencart forums. I can't understand where I went wrong? Plus is there a way I can add information and more information to the tabs? Oh and by the way, before you say did you update the sideboxes the answer is yes. I have also done a screen shot of what I can see via chrome.

    Click image for larger version. 

Name:	Image1.jpg 
Views:	173 
Size:	46.9 KB 
ID:	16873

  6. #1416
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Westminster New

    Quote Originally Posted by LittleAngell52 View Post
    Hi There,

    I just installed Westminster New template to my store and I lost all sideboxes when I installed the template. I downloaded it from Zencart forums. I can't understand where I went wrong? Plus is there a way I can add information and more information to the tabs? Oh and by the way, before you say did you update the sideboxes the answer is yes. I have also done a screen shot of what I can see via chrome.

    Click image for larger version. 

Name:	Image1.jpg 
Views:	173 
Size:	46.9 KB 
ID:	16873
    When a new template is installed you must RESET the layout boxes. They will not appear as you had them so you need to reconfigure their location and sort orders.

    Additionally, this template blocks side boxes on the home page - irrespective of the setting you make under the configuration >>> layout settings options.

    You need to edit out the blocker in the templates tpl_main_page.php file,

    PHP Code:
    if ($this_is_home_page) {
      
    $flag_disable_right true;
      
    $flag_disable_left true

    PHP Code:
    if ($this_is_home_page) {
      
    $flag_disable_right true;
      
    $flag_disable_left false
    If you want right side boxes on the page as well, then make the necessary change - but nobody clutters up sites with left AND right columns these days.
    20 years a Zencart User

  7. #1417
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by schoolboy View Post
    When a new template is installed you must RESET the layout boxes. They will not appear as you had them so you need to reconfigure their location and sort orders.

    Additionally, this template blocks side boxes on the home page - irrespective of the setting you make under the configuration >>> layout settings options.

    You need to edit out the blocker in the templates tpl_main_page.php file,

    PHP Code:
    if ($this_is_home_page) {
      
    $flag_disable_right true;
      
    $flag_disable_left true

    PHP Code:
    if ($this_is_home_page) {
      
    $flag_disable_right true;
      
    $flag_disable_left false
    If you want right side boxes on the page as well, then make the necessary change - but nobody clutters up sites with left AND right columns these days.
    I did reset the boxes but how do I find tpl_main_page.php file I have looked in my templates folder and can't find it so in would be nice to have all the folders names and not just the file name
    Last edited by LittleAngell52; 9 Jan 2017 at 12:44 AM.

  8. #1418
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: Westminster New

    Thank you so much I found the file in the end and edited like you said and now I can see all my sideboxes.

  9. #1419
    Join Date
    Oct 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi, I am getting an error.

    I have just upgraded to 1.5.5d from 1.5.1 on my test site. Installed this template, and when I click on tools -> Layout Boxes Controller, I get this error: WARNING: An Error occurred, please refresh the page and try again in my admin control panel, and I can't access anything in the admin panel except seeing that error. (refreshing does not help) the error message won't go away and I can't access the admin control panel any more.

    In my log folder, this is the latest debug file:

    Code:
      
    [10-Jan-2017 00:05:30 America/Los_Angeles] Request URI: /testnew/admin/, IP address: xxxx
    #1  trigger_error() called at [/home/xxxx/xxxx.com.au/testnew/includes/classes/db/mysql/query_factory.php:167]
    #2  queryFactory->show_error() called at [/home/xxxx/xxxx.com.au/testnew/includes/classes/db/mysql/query_factory.php:139]
    #3  queryFactory->set_error() called at [/home/xxxx/xxxx.com.au/testnew/includes/classes/db/mysql/query_factory.php:266]
    #4  queryFactory->Execute() called at [/home/xxxx/xxxx.com.au/testnew/admin/includes/installers/westminster_new/1_3.php:239]
    #5  include_once(/home/xxxx/xxxx.com.au/testnew/admin/includes/installers/westminster_new/1_3.php) called at [/home/xxxx/xxxx.com.au/testnew/admin/includes/init_includes/init_westminster_new.php:21]
    #6  require(/home/xxxx/xxxx.com.au/testnew/admin/includes/init_includes/init_westminster_new.php) called at [/home/xxxx/xxxx.com.au/testnew/includes/autoload_func.php:48]
    #7  require(/home/xxxx/xxxx.com.au/testnew/includes/autoload_func.php) called at [/home/xxxx/xxxx.com.au/testnew/admin/includes/application_top.php:171]
    #8  require(/home/xxxx/xxxx.com.au/testnew/admin/includes/application_top.php) called at [/home/xxxx/xxxx.com.au/testnew/admin/index.php:10]
    
    
    [10-Jan-2017 00:05:30 America/Los_Angeles] PHP Fatal error:  1062:Duplicate entry 'configZenLightbox' for key 'page_key' :: INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order)VALUES 
     ('configZenLightbox', 'BOX_CONFIGURATION_ZEN_LIGHTBOX', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi); ==> (as called by) /home/xxxx/xxxx.com.au/testnew/admin/includes/installers/westminster_new/1_3.php on line 239 <== in /home/xxxx/xxxx.com.au/testnew/includes/classes/db/mysql/query_factory.php on line 167
    How do I fix this?
    Thanks

  10. #1420
    Join Date
    May 2012
    Posts
    19
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by mario75 View Post
    Hi,
    Great template! Thank you for sharing this great work with us!
    Few questions though I have searched this thread but didn't find my answers. Maybe I missed it. I'm sorry if that was already discussed.

    1. How do I make images to open larger than the size they open now. They are uploaded at a resolution of 1200 x 800 px but when I click on a product image it opens at a smaller size (around half of that). I didn't find this setting in zen lightbox menu, or forum support thread. How do I make them open at full resolution, or at full percent of the screen or window height, for example? I thought this could be done through Image Handler 4, so I have installed it but that didn't give me the options I needed. Although it gave me some other good stuff.
    ...

    My site, still in progress: http:// mainilemamei.ro /shop/

    Best regards, Marius
    Hi!
    Still haven't found the answer at this one:
    When I click on an image it opens up with a width of 624 px, despite the fact that the image is 1200 px width.
    How can I Modify the size of the displayed image in lightbox?

    Click image for larger version. 

Name:	Print screen.jpg 
Views:	132 
Size:	60.4 KB 
ID:	16876

    The only place i have found "lbImage" defined is in stylesheet_zen_lightbox.css but there isn't anything about 624px width.
    Where do I control this size?
    Thank you!

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 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