Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Need Help Modifying Scuro Template

    Still hoping to find an answer for this so that the middle content box is NOT set to the same height as any existing sideboxes.

    Also, how do I get rid of the Twitter and Facebook buttons and links at the top? I experimented for a few hours, but the only thing I managed was to remove the spacing between them, so now they're stacked instead of horizontal. Ideally they should be gone entirely. Doing an Inspect Element keeps pointing me toward inline:3? But I can't seem to find anything that correlates with that, so I don't know where to go next.

    If anyone can help me with these last few things, so the site can go live...I'll owe you a huge thanks and an even bigger frothing cyber-beer!!!

  2. #12
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Need Help Modifying Scuro Template

    Quote Originally Posted by DK_Scully View Post
    Still hoping to find an answer for this so that the middle content box is NOT set to the same height as any existing sideboxes.

    Also, how do I get rid of the Twitter and Facebook buttons and links at the top? I experimented for a few hours, but the only thing I managed was to remove the spacing between them, so now they're stacked instead of horizontal. Ideally they should be gone entirely. Doing an Inspect Element keeps pointing me toward inline:3? But I can't seem to find anything that correlates with that, so I don't know where to go next.
    Your Twitter and Facebook buttons/links are located in the <div id="topbar-social"></div> If you can find this code in your template you can make edits : )

  3. #13
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Need Help Modifying Scuro Template

    Thank you, Trinity, I'll search for that!

  4. #14
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Need Help Modifying Scuro Template

    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.

  5. #15
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Need Help Modifying Scuro Template

    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?

  6. #16
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Need Help Modifying Scuro Template

    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?

  7. #17
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Need Help Modifying Scuro Template

    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!

  8. #18
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Need Help Modifying Scuro Template

    Quote Originally Posted by DK_Scully View Post
    Okay, I found the problem. Feel free to smack me upside the head. LOL
    THANK YOU, TRINITY!!!
    WELCOME! Glad to help
    Quote Originally Posted by DK_Scully View Post
    Now...does anyone have any suggestions for the first problem? Any advice will be greatly appreciated!
    I've look at my templates for a solution to this issue. I can't replicate it. It may be Scuro only. Check your stylesheet again. I don't believe there is a switch in the admin to remedy this.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  2. Need help modifying Product filter and Wishlist
    By Friedrich72 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Apr 2010, 07:27 PM
  3. Need help modifying a Template Monster template
    By liquidpictures in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Oct 2007, 05:59 PM
  4. Need help in modifying categories sidebox
    By Zinfandel in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Feb 2007, 06:14 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