When I activate the Shopp Sidebar, my shopp storefront gets messed up. All the images disappear and the links no longer work. It probably has something to do with the code I use for the frontpage (it shows all the categories). I use this:
<?php
if(shopp('catalog','has-categories')): ?>
<ul class="products">
<li class="grid">
<ul>
<?php while(shopp('catalog','categories')): ?>
<?php if(shopp('category','is-subcategory')):
continue;
endif; ?>
<li class="product">
<div class="frame">
<a href="<?php shopp('category','url'); ?>"><?php shopp('category','coverimage','setting=thumbnails'); ?></a>
<a href="<?php shopp('category','url'); ?>" class="category-link"><h4><?php shopp('category','name'); ?></h4></a>
</div>
</li>
<?php endwhile; ?>
</ul>
</li>
</ul>
<?php endif; ?>
<p><?php shopp('catalog','featured-products'); ?></p>
I hope you can help me, because I really like this plugin.
https://www.ads-software.com/extend/plugins/byob-shopp-connect-for-thesis/
]]>Rick – When I try to activate the Shopp Connect plugin, I get an error “This plugin only works with the Thesis Theme version 1.8 or higher.” I’m running Thesis 1.8.4 and am using the Hodders’ MockFive child theme.
Any idea what I can check to troubleshoot the problem? Thanks!
https://www.ads-software.com/extend/plugins/byob-shopp-connect-for-thesis/
]]>