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??
Printable View
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??
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..
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/