Hello,
Which file can I install SSL logo on page footer? or under right sidebox(outside)?
Thanks in advance.
Hello,
Which file can I install SSL logo on page footer? or under right sidebox(outside)?
Thanks in advance.
tpl_footer.phpWhich file can I install SSL logo on page footer?
Get module "blank side box" module and place it into thisor under right sidebox(outside)?
In the free software addons link at the top of this pageWhere can I get the module "blank side box"?
What SSL logo is it?
If it's a Godaddy, there is a Godaddy sidebox in the free add-ons.
I use this on my site, then HIDE the box features such as borders and header with a style declaration display:none.
Thanks for this great info, very helpful when I (as a non-programmer) was trying to figure out how to include the godaddy seal in one of the sideboxes.
Quick question, though -- where do I put display:none? In the file godaddy_defines.php, under define?
You activate it in the layout boxes controller under the tools heading in your admin. I'm still trying to figure out where display:none goes -- don't do what I asked above, that will hide your entire page. ha.
Read the attached text file, too, you'll need to add the following files:
/includes/languages/english/extra_definitions/YOUR_TEMPLATE/godaddy_defines.php
/includes/modules/sideboxes/YOUR_TEMPLATE/godaddy.php
/includes/modules/templates/YOUR_TEMPLATE/sideboxes/tpl_godaddy.php
Using fairestcape's example, you would add this declaration to the stylesheet:
#godaddyHeading {
display: none;
}
Link to your site would be helpful.