Page 19 of 21 FirstFirst ... 91718192021 LastLast
Results 181 to 190 of 201
  1. #181
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Quote Originally Posted by willie bee View Post
    Ok folks. I got it all up and running and working. Centered images, creating multiple sideboxes with linking logos, working with external links and EZ-Pages. If anyone reading this thread has any questions, feel free to ask me direct or here and I'll do my best to help. I pretty much understand it now.

    Attached is a screen capture. TIA to both Clyde and Glenn.
    My logos are not centered, which CSS file did you put those codes?

    Thanks.

  2. #182
    Join Date
    Dec 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    1st of all, thanks for the contribution. I'm really looking for logo sidebox but it's not workable for my ZC1.50.
    The sidebox is not show up after the installation.
    So forgive me if im wrong, this might be old thread that not updated to ZC1.50. For those who looking for similar plugin, I would suggest the "editable sidebox", it works fine for me, at least for the "onlink bank". You may refer to http://my.gobiztunnel.com
    My idea to have a 'better' logo sidebox or centerbox would be some logos/brand display in a matrix of 3x3, 3x5 or 5x5.
    I hope to work out, or any suggestion are welcome yea..

  3. #183
    Join Date
    Jul 2012
    Location
    AZ USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Hi

    My site is here http://dezertdezinez.com/store

    I have installed the logo side box to the above site and it worked fine . I then cloned the box to make another and labeled it logo1 and it's now not showing .. Does it have to be logo2 to show the second box ??

    My image is paypalsid.jpg for the logo1 box and ssllogo.png for logo box

    Any ideas on how I can get the second box to show and work...

    one more thing is that one the layout page it's showing a missing where the logobox1 should be so it's not showing ..

  4. #184
    Join Date
    Jul 2012
    Location
    AZ USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Quote Originally Posted by RJugalbot View Post
    My logos are not centered, which CSS file did you put those codes?

    Thanks.
    your main css file

  5. #185
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: Logo Sidebox Help

    so i'm trying to put a image map for all my site certs and validations in the logo box.(cira 2008)
    the map is clickable and works on its own
    it uses both css and html.
    however when the map is clicked on when in the #logosidebox
    it does not work any ideas, pointers
    thanks for any input,
    scooter
    zc1.5.3-hot

  6. #186
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Logo Sidebox Help

    We need to see what you have (live) to comment on why it is not working for you.

  7. #187
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: Logo Sidebox Help

    Quote Originally Posted by gjh42 View Post
    We need to see what you have (live) to comment on why it is not working for you.
    thanks for the interest in helping me out .
    I've also tried the blank box and it leaks the map in the column above the sidebox...
    tried calling the whole map code as a html, split the css off into the styesheet
    as #logosideboxContents and put the html/js in the logo xx defines php & tpl logoxx php
    as $content . = and $content.include
    as said i've had the map show up in the column with blank_sbx and it works but
    i can't get it to work inside logo or blank sidebox

    maybe i should be declaring it as #new_site_seal2 (in the css?) which is the map itself?

    #htps://whidbeyislandmoped(dot)com/cart/
    %CODE FOR MAP%
    <style type="text/css">
    .map_image { display: block; width: 125px; height: 135px; position: relative; background-position: 0 0; background-repeat: no-repeat; }
    .map_image .map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
    .map_image #map_link_0 { width: 93px; height: 44px; top: 80px; left: 17px; }
    .map_image #map_link_1 { width: 121px; height: 28px; top: 43px; left: 1px; }
    .map_image #map_link_2 { width: 87px; height: 33px; top: 3px; left: 17px; }
    </style>

    <div class="map_image" style="background-image: url('includes/templates/classic/images/new_site_seal2.gif');">
    <a class="map_link" id="map_link_0" title="Trustwave" onMouseOver="Trustwave" onClick="javascript:window.open('https://sealserver.trustwave.com/cert.php?customerId=w6oj3BZ9ZhnnLcVNVXtmgytnQ66qDb&size=105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=615, height=720'); return false" span style="cursorointer" #new_site_seal2 /span /a>

    <a class="map_link" id="map_link_1" title="GoDaddy" onMouseOver="GoDaddy" onClick="javascript:window.open('https://seal.godaddy.com/verifySeal?sealID=N8bfYhpsAEbVn89X8a1ktZjmZpl6VGLxbewiScT6iMRA7W5sEdSHOBD0&size= 105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=615, height=720'); return false" span style="cursorointer" #new_site_seal2 /span /a>

    <a class="map_link" id="map_link_2" title="PayPal" onMouseOver="PayPal" herf="https://www.paypal.com/"
    onClick="javascript:window.open('https://www.paypal.com/us/verified/pal=scooters%40whidbeyislandmoped%2ecom&size=105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=615, height=720'); return false" span style="cursorointer" #new_site_seal2 /span /a>
    </div>

    thank you

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

    Default Re: Logo Sidebox Help

    sorry, found what I was looking for...
    Last edited by Trinity14; 2 Nov 2014 at 06:34 PM. Reason: found site link

  9. #189
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: Logo Sidebox Help

    sorry, forgot to add its the Secure Site sidebox on the right
    you can grab the map if you want/need it
    Last edited by scooter; 2 Nov 2014 at 06:44 PM.

  10. #190
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Logo Sidebox Help

    What file have you added this to?
    HTML Code:
    <div class="map_image" style="background-image: url('includes/templates/classic/images/new_site_seal2.gif');">
    <a class="map_link" id="map_link_0" title="Trustwave" onMouseOver="Trustwave" onClick="javascript:window.open('https://sealserver.trustwave.com/cert.php?customerId=w6oj3BZ9ZhnnLcVNVXtmgytnQ66qDb&size=105x54&style=',  'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes,  directories=no, status=no, width=615, height=720'); return false" span  style="cursorointer" #new_site_seal2 /span /a>
    
    <a class="map_link" id="map_link_1" title="GoDaddy" onMouseOver="GoDaddy" onClick="javascript:window.open('https://seal.godaddy.com/verifySeal?sealID=N8bfYhpsAEbVn89X8a1ktZjmZpl6VGLxbewiScT6iMRA7W5sEdSHOBD0&size=   105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes,  scrollbars=yes, directories=no, status=no, width=615, height=720');  return false" span style="cursorointer" #new_site_seal2 /span  /a>
    
    <a class="map_link" id="map_link_2" title="PayPal" onMouseOver="PayPal"  herf="https://www.paypal.com/"
    onClick="javascript:window.open('https://www.paypal.com/us/verified/pal=scooters%40whidbeyislandmoped%2ecom&size=105x54&style=',  'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes,  directories=no, status=no, width=615, height=720'); return false" span  style="cursorointer" #new_site_seal2 /span  /a>
    </div>

 

 
Page 19 of 21 FirstFirst ... 91718192021 LastLast

Similar Threads

  1. Center Logo Sidebox, Live Help?
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Dec 2008, 07:46 PM
  2. Replies: 1
    Last Post: 8 Dec 2008, 05:18 PM
  3. Replies: 0
    Last Post: 5 Nov 2007, 02:27 AM
  4. How do I center the Live Help logo in sidebox?
    By vivaraquel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jul 2007, 09:23 AM
  5. Center Logo In sidebox, trust logo ?
    By [email protected] in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Feb 2007, 05:35 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