Thank you, Trinity, I'll search for that!![]()
The only thing I've been able to find that refers to "topbar-social" is this, from the stylesheet.css:
/* ==== Header CSS Additions ==== */
#topbar-inner ul {margin: 0; margin-left: -40px;}
#topbar-inner li {display: inline; padding-right: 5px; padding-left: 5px; border-left: 1px solid #fff;}
#topbar-inner ul li.first {border-left: none}
#topbar-inner a {color: #fff;}
#topbar-inner a:hover {color: #fff; text-decoration: underline;}
#topbar-welcome {float: left; width: 350px;}
#topbar-social {float: left; width: 225px;}
#topbar-cart {float: left; width: 200px;}
#topbar-search {float: left; width: 225px; margin-top: -5px;}
#header-bottom{}
#header-logo{float: left; width: 525x;height: 100px;}
#header-right {width: 450px: float: right; text-align: right;}
#languages {float: right; padding-top: 3px;}
#languages img{vertical-align:middle;}
#currencies {float: right; padding-left: 10px;}
#header-navigation {height: 40px; line-height: 40px; font-size: 20px; font-family: Times New Roman, Times New Roman, Times, serif; font-weight: bold; display: none;}
#header-navigation ul {margin 0; margin-left: -50px}
#header-navigation li {display: inline; padding-left: 10px; padding-right: 10px; border-left: 2px solid #ff0000;}
#header-navigation ul li.first {border-left: none}
#header-navigation a {color: #fff;}
#header-navigation a:hover {color: #ff0000;}
/* ==== Main Page CSS Additions ==== */
I haven't been able to find <div id="topbar-social"> anywhere.![]()
Well, some progress of a sort, but the mystery deepens.
I went back to the original Scuro installation files, and in the includes/templates/scuro/common/tpl_header.php file, I found:
<div id="topbar-social">
<div id="facebook"><div class="fb-like" data-href="http://www.facebook.com/ZencartByBrandon" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div></div>
<div id="twitter"><a href="https://twitter.com/share" class="twitter-share-button">Tweet</a></div>
</div>
So I figured, bingo! It should also be in the includes/templates/scuro/common/tpl_header.php file that I had downloaded from the server. But...it's not. The header of the file is the same, but everything under it appears to be different. So...now what?![]()
Are there two different versions of the same file?
includes/templates/scuro/common/tpl_header.php is where you should be able to edit this.
Can you search by alt tag Facebook or Twitter?
Trinity
Many thanks for a high-fiver!
Okay, I found the problem. Feel free to smack me upside the head. LOL
There were two versions, one at library\includes\templates\template_default\common and one at library\includes\templates\scuro\common. I would swear on a stack of Bibles that I had downloaded current versions of each from the server...but apparently I missed the one at scuro\common. Once I downloaded that one and did a search for "facebook," the lines came up immediately. I deleted the entire <div></div> section, and now the Facebook and Twitter buttons are gone.
THANK YOU, TRINITY!!!
Now...does anyone have any suggestions for the first problem?Any advice will be greatly appreciated!