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..![]()
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 ..
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
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
sorry, found what I was looking for...
Last edited by Trinity14; 2 Nov 2014 at 06:34 PM. Reason: found site link
Trinity
Many thanks for a high-fiver!
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.
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>
Trinity
Many thanks for a high-fiver!
Bookmarks