Thread: Westminster New

Results 1 to 10 of 1865

Hybrid View

  1. #1
    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:	90 
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:	76 
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

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    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:	90 
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:	76 
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

  3. #3
    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!!

  4. #4
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    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

  5. #5
    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

  6. #6
    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

 

 

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

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