Thread: Westminster New

Page 26 of 187 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 1865
  1. #251
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by tnjon View Post
    I did find it thanks and when you delete the links where can I find them to get them back.
    You can add anything to the footer in admin--tools--flexible footer menu.

    Thanks,

    Anne

  2. #252
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi All

    Is this just not the coolest Template ever really, thank you Anne you have done something really special here. I was wondering if someone would be able to assist me with one little adjustment I would like to make. I have added a wishlist to the template and it all seems to be working really well but firstly I would like to add a little heart icon to the left of the link just like there are icons indicating log out checkout and so on. Click image for larger version. 

Name:	icon.jpg 
Views:	69 
Size:	6.4 KB 
ID:	14483 I would like to put a little purple heart something like this heart Click image for larger version. 

Name:	1024px-Heart_corazón.svg.jpg 
Views:	59 
Size:	13.8 KB 
ID:	14484 in order to make it look cool as well as calm the OCD in my head and then I would like a wishlist link to appear in the mobile versions of the site as well as at the moment the only way you can access your wishlist is via Desktop. Any and all help would be greatly appreciated Thanks again for a great Template

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

    Default Re: Westminster New

    Quote Originally Posted by ErwinSk8 View Post
    Hi All

    Is this just not the coolest Template ever really, thank you Anne you have done something really special here. I was wondering if someone would be able to assist me with one little adjustment I would like to make. I have added a wishlist to the template and it all seems to be working really well but firstly I would like to add a little heart icon to the left of the link just like there are icons indicating log out checkout and so on. Click image for larger version. 

Name:	icon.jpg 
Views:	69 
Size:	6.4 KB 
ID:	14483 I would like to put a little purple heart something like this heart Click image for larger version. 

Name:	1024px-Heart_corazón.svg.jpg 
Views:	59 
Size:	13.8 KB 
ID:	14484 in order to make it look cool as well as calm the OCD in my head and then I would like a wishlist link to appear in the mobile versions of the site as well as at the moment the only way you can access your wishlist is via Desktop. Any and all help would be greatly appreciated Thanks again for a great Template
    I would recommend using font awesome to add the image. You can edit the includes/templates/westminster_new/common/tpl_header.php file and just add your icon before your wishlist link as:

    Code:
    <i class="fa fa-heart"></i>
    If you want to add it to the tablet and mobile versions, just add your link and icon to includes/templates/westminster_new/common/tpl_header_mobile.php and includes/templates/westminster_new/common/tpl_header_tablet.php

    Thanks,

    Anne

  4. #254
    Join Date
    Sep 2014
    Posts
    5
    Plugin Contributions
    0

    Default Re: Westminster New

    Original Post:
    Hi i am new to zen cart and support

    I have a issue while using zencart product View all .. i have installed westminster_new and facing issue in solving --- VIEW ALL -- All products sorting order Please help http://mithulas.com/index.php?main_p...l&disp_order=2

    A warning messege is displayed as WARNING: An Error occurred, please refresh the page and try again.
    I read Ann's response to this post and took her advice. I reinstalled the files for the template and now the pages work. I suppose the overwite setting was wong in Filezilla when I originally installed the template.
    Last edited by wonka3178; 2 Sep 2014 at 06:40 PM.

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

    Default Re: Westminster New

    Quote Originally Posted by wonka3178 View Post
    Original Post:I read Ann's response to this post and took her advice. I reinstalled the files for the template and now the pages work. I suppose the overwite setting was wong in Filezilla when I originally installed the template.
    I am happy that you figured it out ;)

    Thanks,

    Anne

  6. #256
    Join Date
    Aug 2014
    Location
    South Africa
    Posts
    27
    Plugin Contributions
    0

    Default Re: Westminster New

    Thank you so much Anne

    You are a Star!!

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

    Default Re: Westminster New

    Quote Originally Posted by ErwinSk8 View Post
    Thank you so much Anne

    You are a Star!!
    No problem ;)

    Thanks,

    Anne

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

    Default Re: Westminster New

    Mixed content errors on httpS pages

    includes/templates/westminster_new/templates/tpl_modules_categories_tabs.php

    Line 99
    Code:
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    Add change http to https
    Code:
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    No more mixed content errors in FireFox when going to httpS pages.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Westminster New

    Quote Originally Posted by RixStix View Post
    Mixed content errors on httpS pages

    includes/templates/westminster_new/templates/tpl_modules_categories_tabs.php

    Line 99
    Code:
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    Add change http to https
    Code:
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    No more mixed content errors in FireFox when going to httpS pages.
    OR as mc12345678 suggested, just remove the http:

    Code:
    <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  10. #260
    Join Date
    Aug 2014
    Location
    florida
    Posts
    1
    Plugin Contributions
    0

    Default Re: Westminster New

    I have the template installed and im not sure what happened but now i am missing the description/details/review tabs and i am unable to view multiple images...Im positive a file is missing and i dont know where to look.

    Also, the add to cart button is now on the bottom...Im so confused on what happened!

    Can anyone help?

    walrad.com (http://www.walrad.com/index.php?main...products_id=29)

    thanks!

 

 

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