Hi, I have installed the mod and I have done it correctly I checked it over about 100 times and I can't even get my sidebox to show up. I have went in the admin area/tools/sideboxes controls and made sure it was on and it is.
Why won't this show up.
I think I had this problem before I installed this mod though, because when I wen't to edit this in the tools section it said it was already on before I updated it to the site.
Any help anyone I am stumped about this. I have never seen anything just not show up.
I manually checked each file to make sure that they wen't into the correct spots also.
zen 1.3.7
I did all of this and changed the yourtemplate to my template name also.
- extract best_sellers.php to includes\modules\sideboxes\YOURTEMPLATE
- extract tpl_best_sellers.php to includes\templates\YOURTEMPLATE\sideboxes
- Find the following CSS in includes\templates\YOURTEMPLATE\css\stylesheet.css file (approx line 478)
#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
padding: 0;
margin-left: 1.1em;
}
#bestsellers li {
padding: 0;
margin: 0.3em 0em 0.3em 0em;
}
and replace it with this
.bestsellers_thumbnail {
width: 26px;
padding-right: 4px;
float: left;
margin: 0px;
}
#bestsellers .wrapper {
margin: 0em 0em 0em 0.9em;
}
#bestsellers ol {
padding: 0;
margin-left: 1.1em;
}
#bestsellers li {
margin-left: 3px;
padding-top: 5px;
margin: 0em 0em 1.3em 0em;
clear: both;
}
As you can see it's not here and it is on, https://www.orgazmictoys.com is where I have it installed.