One tutorial: How do I remove and/or re-arrange the sideboxes? But it's not clear what you have already done and what you might have missed.
One tutorial: How do I remove and/or re-arrange the sideboxes? But it's not clear what you have already done and what you might have missed.
I still need somebody to help me out
this is my site:
http://www.xiexianhui.com/food/
I am trying to add a cluster map to the website, I created a ezpage and put it on the right side, but it shows only as a link, I want the map be displayed there, the map is basically a HTML code:
<a href="http://www4.clustrmaps.com/user/6b2e433d"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/www.xiexianhui.com-thumb.jpg" alt="Locations of visitors to this page" />
</a>
Can someone please tell me how to do this? The more detailed the better, Zen Cart is so powerful and so complex to new zenner like me, there is a learning curve but I do want my site be up and running as early as possible.
Thanks.
An ez-page will not display directly in a sidebox. You need to add the actual cluster map code to the blank sidebox file. Follow the Blank Sidebox instructions, which are very simple. If there is some part of that which gives you a problem, tell us exactly what you have done.
I still couldn't make it working, here is what I did to the Blank Side Box:
This is what I put in the /public_html/food/includes/languages/english/extra_definitions/blank_sidebox_defines.php
<?php
define('BOX_HEADING_BLANK_SIDEBOX', 'POE Clocks');
define('TEXT_BLANK_SIDEBOX', '');
?>
This is what I put in the /public_html/food/includes/templates/aberdeen_neutral/sideboxes/tpl_blank_sidebox.php
<?php
$content = '';
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
$content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
$content .= '<p><a href="http://www4.clustrmaps.com/user/6b2e433d"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/www.xiexianhui.com-thumb.jpg" alt="Locations of visitors to this page" />
</a>
</p>';
$content .= '</div>';
Thank you again for your kind help.
It would be greatly appreciated if you can post your website's coding here.
Last edited by mdivk; 23 Sep 2011 at 07:59 PM.
Your code works here. www .stevesh.org
Can you please tell me the other settings? I must have missed something somewhere!!!
Maybe can you tell me what's your setting in the following places?
Admin-> Tools: Layout Box Controller, Ez-pages,
Admin->Configuration-> Layout settings, EZ-Pages settings
Thank you very much.
Sorry - I'll be back.
Last edited by stevesh; 25 Sep 2011 at 01:00 PM.