Thread: Westminster New

Page 48 of 187 FirstFirst ... 3846474849505898148 ... LastLast
Results 471 to 480 of 1865
  1. #471
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New v 1.3 UPDATE

    Not seeing clearly (even with the Firefox Dev Tools) how to lessen the space between the Flexible Footer header and the items beneath the header.. I'd like to bring the menu content closer to the header.. Can I get a hint??
    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. #472
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by DivaVocals View Post
    Not seeing clearly (even with the Firefox Dev Tools) how to lessen the space between the Flexible Footer header and the items beneath the header.. I'd like to bring the menu content closer to the header.. Can I get a hint??
    You can give .flexFooterCol h4 a margin-top of 0px. By default an H4 has a large margin-top and bottom, which are not shown by tools like firebug

  3. #473
    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 Design75 View Post
    You can give .flexFooterCol h4 a margin-top of 0px. By default an H4 has a large margin-top and bottom, which are not shown by tools like firebug
    Ahhhhh.. thanks...
    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. #474
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New

    Quote Originally Posted by RixStix View Post
    Why does the normal flexible footer social media FB, twitter, pinterest, etc function normally on most pages but on product pages use ADDTHIS coding? I'm not sure where else AddThis appears but I just noticed that tracking software was detecting it and we have previously assured our customers that we would have nothing to do with AddThis after their canvas fingerprinting project was discovered.

    Can all references and uses of ADDTHIS be removed or disabled? Easily? And just use the normal flexible footer code instead?

    ADDTHIS is evil
    Wanted to add my three cents..

    http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4ff326d22d3b21a9

    I had gotten in the habit of REMOVING the last part of the AddThis javascript from the Picaflor templates when I use 'em (the part I have highlighted above in red).. If I want AddThis' analytics tracking I go to the AddThis site, signup and get MY OWN AddThis Analytics code.. Not gonna leave someone else's tracking code on mine or a client's site.

    The latest changes to the way AddThis works are not to my liking. So I am thinking about implementing a social media sharing tool using one which uses social analytics via the Google Analytics' Social Plugin Analytics.. y clients want INFORMATION on how effective social media has been for the site so they can make REAL strategic decisions. I think the latest Google Analytics feature offers just that..

    I have been looking at AddToAny because it requires no signup on the AddToAny site because the AddToAny sharing buttons code already integrates with Google Analytics' Social Plugin Analytics


    Being able to see social analytics via an old familiar friend, Google Analytics is appealing.. No need to set up an ADDITIONAL account to view my social analytics stats.. No more AddThis doing whatever it thinks it wants to do with my site information, and no more blindly putting sharing buttons with someone else's tracking account on my sites either..
    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.

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

    Default Re: Westminster New

    Quote Originally Posted by DivaVocals View Post
    Wanted to add my three cents..

    http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4ff326d22d3b21a9

    I had gotten in the habit of REMOVING the last part of the AddThis javascript from the Picaflor templates when I use 'em (the part I have highlighted above in red).. If I want AddThis' analytics tracking I go to the AddThis site, signup and get MY OWN AddThis Analytics code.. Not gonna leave someone else's tracking code on mine or a client's site.

    The latest changes to the way AddThis works are not to my liking. So I am thinking about implementing a social media sharing tool using one which uses social analytics via the Google Analytics' Social Plugin Analytics.. y clients want INFORMATION on how effective social media has been for the site so they can make REAL strategic decisions. I think the latest Google Analytics feature offers just that..

    I have been looking at AddToAny because it requires no signup on the AddToAny site because the AddToAny sharing buttons code already integrates with Google Analytics' Social Plugin Analytics


    Being able to see social analytics via an old familiar friend, Google Analytics is appealing.. No need to set up an ADDITIONAL account to view my social analytics stats.. No more AddThis doing whatever it thinks it wants to do with my site information, and no more blindly putting sharing buttons with someone else's tracking account on my sites either..
    Just for the record, the newest update of the template does not have the pubid specified.

    Thanks,

    Anne

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

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Just for the record, the newest update of the template does not have the pubid specified.

    Thanks,

    Anne
    Good to know!!
    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.

  7. #477
    Join Date
    Aug 2011
    Location
    Indiana
    Posts
    66
    Plugin Contributions
    0

    Default Re: Westminster New

    I have working on removing the (Best Way) text for the shipping estimate. It is set up for per weight unit shipping.
    I was able to remove the text here in this file: /store/includes/languages/*your language"/modules/shipping edit the table.php
    ,however the () remains. So I followed the instructions on this thread, but with no success. http://www.zen-cart.com/showthread.p...t=best*%20way*

    Here are my edits in that file.
    Original:
    'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . '( ' . $quote[0]['methods'][0]['title'] . ')'),

    Edited:
    'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' ' . $quote[0]['methods'][0]['title'] . ''),

    Am I in the right file?

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

    Default Re: Westminster New

    Quote Originally Posted by 14all41 View Post
    I have working on removing the (Best Way) text for the shipping estimate. It is set up for per weight unit shipping.
    I was able to remove the text here in this file: /store/includes/languages/*your language"/modules/shipping edit the table.php
    ,however the () remains. So I followed the instructions on this thread, but with no success. http://www.zen-cart.com/showthread.p...t=best*%20way*

    Here are my edits in that file.
    Original:
    'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . '( ' . $quote[0]['methods'][0]['title'] . ')'),

    Edited:
    'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' ' . $quote[0]['methods'][0]['title'] . ''),

    Am I in the right file?
    Nope.. you need to edit the actual language file.. Use the developer tools to locate the language file that the "Best Way" text is in..
    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.

  9. #479
    Join Date
    Aug 2011
    Location
    Indiana
    Posts
    66
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by 14all41 View Post
    I have working on removing the (Best Way) text for the shipping estimate. It is set up for per weight unit shipping.
    I was able to remove the text here in this file: /store/includes/languages/*your language"/modules/shipping edit the table.php
    ,however the () remains. So I followed the instructions on this thread, but with no success. http://www.zen-cart.com/showthread.p...t=best*%20way*

    Here are my edits in that file.
    Original:
    'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . '( ' . $quote[0]['methods'][0]['title'] . ')'),

    Edited:
    'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' ' . $quote[0]['methods'][0]['title'] . ''),

    Am I in the right file?
    Here is the site
    http://cellularcrib.com/

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

    Default Re: Westminster New

    Quote Originally Posted by 14all41 View Post
    Here is the site
    http://cellularcrib.com/
    See my post JUST above yours..
    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