Thread: Westminster New

Page 46 of 187 FirstFirst ... 3644454647485696146 ... LastLast
Results 451 to 460 of 1865
  1. #451
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New v 1.3 UPDATE

    Found another buglet. In this file: includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php

    this:
    <li><a href="<?php echo BOX_INFORMATION_SITE_MAP; ?>">General Info</a>
    Probably SHOULD be this:
    <li><a href="#">General Info</a>
    What's currently in place points to an invalid URL.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #452
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by DivaVocals View Post
    Found another buglet. In this file: includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php

    this:


    Probably SHOULD be this:


    What's currently in place points to an invalid URL.
    Thanks for the catch! I'll be sure to add this to a new list for the next update.

    Thanks,

    Anne

  3. #453
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by picaflor-azul View Post
    Thanks for the catch! I'll be sure to add this to a new list for the next update.

    Thanks,

    Anne
    Also, not a BIG DEAL, but it's probably better that the menu label also be put into a language file..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #454
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by DivaVocals View Post
    Download Zen Colorbox and test it if you like.. The responsive bits are found in this file: 1_Installer_Files/includes/templates/YOUR_TEMPLATE/jscript/jquery.colorbox-min.js. (commits for this change can also be found here: https://github.com/daniel-hopkins/ze...2b35a5048bf79f)

    The code that makes Zen Colorbox responsive is found in the underlying Colorbox library which Zen Colorbox is based on. http://www.jacklmoore.com/colorbox/. Here's the reference to the Colorbox library updates to make it responsive: https://github.com/jackmoore/colorbo...mment-42039671

    Slimbox which Zen Lightbox is based on IS NOT RESPONSIVE and has not been updated in over 5 years.. So EVEN IF Zen Lightbox was responsive (which it is not) the library it's based on is not being maintained, and therefore Zen Lightbox is OBSOLETE (which is why the active maintainer is NOT making any further updates to it).. Out of respect for this support thread, any additional discussion about Zen Lightbox or Zen Colorbox should be posted on the appropriate support forums for these modules..
    Yes it's nicer than the default popup. Thanks!

  5. #455
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by picaflor-azul View Post
    I just submitted an update to the template package:
    ... * updated flexible footer menu to latest version ...

    Thanks,

    Anne
    Hi Anne,

    Is it this latest version that is not multilingual ?

    I can't seem to get this working. I am seriously considering suicide at this stage :-(

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

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by Thannaree View Post
    Hi Anne,

    Is it this latest version that is not multilingual ?

    I can't seem to get this working. I am seriously considering suicide at this stage :-(
    All of the templates can be multi lingual. The only language installed natively in Picaflor Azul templates is english. If you want to use another language you need to copy the template language files to your language and then translate. The flexible footer menu used in the template does not have a mulit lingual admin interface but some one posted a solution to using this with different languages further back in the thread.

    Thanks,

    Anne

  7. #457
    Join Date
    Jul 2011
    Posts
    107
    Plugin Contributions
    0

    Default Re: Westminster New v 1.3 UPDATE

    Hi there :)

    Thank you, Anne, for another GREAT template. I am using two of your templates for both of my websites. The new one I am currently working with is Westminster New. Your read me file has been very helpful but I cannot find any instructions on how to edit the homepage drop down menus Categories, Information, Contact Us. I'd like to edit the options under the Information tab and pare it down so there are no longer sub categories and display only Shipping and Returns and About Us.

    Is someone able to provide some direction on how to do this?

    Thanks :)

  8. #458
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by jcrewe View Post
    Hi there :)

    Thank you, Anne, for another GREAT template. I am using two of your templates for both of my websites. The new one I am currently working with is Westminster New. Your read me file has been very helpful but I cannot find any instructions on how to edit the homepage drop down menus Categories, Information, Contact Us. I'd like to edit the options under the Information tab and pare it down so there are no longer sub categories and display only Shipping and Returns and About Us.

    Is someone able to provide some direction on how to do this?

    Thanks :)
    You can edit the includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php file.

    Thanks,

    Anne

  9. #459
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New v 1.3 UPDATE

    Minor code change suggestion in the includes/templates/westminster_new/common/tpl_header.php file

    The original file looks like this:
    Code:
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
        <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php }?>
    The Westminster New template looks like this:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><i class="fa fa-shopping-cart" title="Shopping Cart"></i><?php echo $_SESSION['cart']->count_contents();?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><i class="fa fa-check-square-o" title="Checkout"></i><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>

    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <?php }?>
    May I suggest this instead in a future update:

    Code:
    <?php //if ($_SESSION['cart']->count_contents() != 0) { ?>
        <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><i class="fa fa-shopping-cart" title="Shopping Cart"></i><?php echo $_SESSION['cart']->count_contents();?>  - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><i class="fa fa-check-square-o" title="Checkout"></i><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php //}?>
    Note the inclusion of the double slashes (//) in the opening and closing of this code.. This may be anal, but if one is using a file comparison program this helps the program line up the code to better "see" and highlight the file change diffs since they are in their original positions..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #460
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by picaflor-azul View Post
    I just submitted an update to the template package:

    * installed the Zen Lightbox plugin
    * Added styles for quantity discounts on the product info page
    * add code for jqurey core to html_header.php and deleted jscript_jquery.min.php
    * removed non functioning sorter from specials all page
    * updated flexible footer menu to latest version
    * updated font awesome to latest version
    * add footer_images folder to images
    * replaced all "ad" in image names and css classes, etc. so ad blocker does not block them
    * fixed home page slide show banner sort order in tpl_home_slider.php
    * Bugfix: http://www.zen-cart.com/showthread.p...12#post1268812
    * Bugfix: http://www.zen-cart.com/showthread.p...59#post1237359
    * Bugfix: http://www.zen-cart.com/showthread.p...25#post1268325
    * Bugfix: http://www.zen-cart.com/showthread.p...87#post1268987
    * Bugfix: http://www.zen-cart.com/showthread.p...97#post1268797
    * Bugfix: http://www.zen-cart.com/showthread.p...12#post1266212


    Thanks,

    Anne
    Questions regarding the latest version:

    You had some of us test a different menu which seems to work better on Android devices..
    Quote Originally Posted by picaflor-azul View Post
    Rick and Diva,

    Please do me a favor, and take a look at this site that I just completed on your androids and see if the menu behaves better:

    http://www.titaniumnecklaceshop.com

    Thanks,

    Anne
    I don't see any changes in the menu included in this template package.. So do I continue my own plans to find a replacement menu or are you still working on this?

    Also given that there will likely be no more updates from the author of Zen Lightbox, will that module continue to be bundled into this template??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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