Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Mark Gregory

    (@aspexmg)

    Thanks for the quick response. This gives me the larger basket for the main basket link which I’ve changed. However using the Min View in the plugin settings there is a smaller icon that appears on the T-shirt popup you get when you mouse over. It’s the one bottom left on the pop up just below the drop down menu for the sizes. It’s pulling up an image called buttond.svg and I don’t think simply replacing this image with one of my choice will do the trick.

    UKGeeks your site doesn’t use this only the main basket icon, you use a button with text on it.

    Thanks, Mark

    It is 346989

    Regards,

    Mark

    I’m struggling with getting the [spreadplugin shop_category=”CATEGORYID”]to work. I keep getting No articles in Shop. Please rebuild cache.

    I get all the articles showing on a page when I simply use [spreadplugin] but nothing for a category despite using the product category ID numbers that I have from my created shop categories.

    Where should I look for the problem?

    Mark

    Did you find a solution to your error as I have the same problem?

    Regards,

    Mark

    Thread Starter Mark Gregory

    (@aspexmg)

    Thanks a lot for this. Sorry for delay in responding. This was a great help.

    Regards,

    Mark

    Thread Starter Mark Gregory

    (@aspexmg)

    Thanks for the feedback. Here’s the code I have:

    <div id=”sidebar”>

    <?php sidebarlogin(); ?>

    <?php if (is_user_logged_in()) : ?>
    <?php global $user_identity;get_currentuserinfo();?>
    <div class=”display-user”>
    <img src=”<?php bloginfo(‘template_directory’); ?>/images/user_silhouette.png”>
    <p>Hi, <?php echo $user_identity;?></p>
    </div>

    <?php else :?>
    <?php endif;?>

    <?php if (is_user_logged_in()) : ?>
    <div class=”wishlist”>
    <p>Wishlist Items</p>
    </div>
    <?php mfp_display(“order_by=post_title&remove_link=x”);?>

    <?php else :?>
    <?php endif;?>

    <?php echo “<ul class=’collapsCatList’>\n”;
    if (function_exists(‘collapsCat’)) {
    $blogcat = get_option( ‘viro_sidebar_exclude_cats’ );
    collapsCat(
    $defaults=array(
    ‘showPostCount’ => false,
    ‘inExclude’ => ‘exclude’,
    ‘inExcludeCats’ => $blogcat,
    ‘showPosts’ => false,
    ‘showPages’ => false,
    ‘linkToCat’ => false,
    ‘olderThan’ => 0,
    ‘excludeAll’ => ‘0’,
    ‘catSortOrder’ => ‘ASC’,
    ‘catSort’ => ‘catId’,
    ‘postSortOrder’ => ‘ASC’,
    ‘postSort’ => ‘postTitle’,
    ‘expand’ => ‘4’,
    ‘defaultExpand’ => ”,
    ‘postTitleLength’ => 0,
    ‘animate’ => true,
    ‘catfeed’ => ‘none’,
    ‘catTag’ => ‘cat’,
    ‘showPostDate’ => false,
    ‘postDateAppend’ => ‘after’,
    ‘postDateFormat’ => ‘m/d’,
    ‘useCookies’ => true,
    ‘showTopLevel’ => true,
    ‘postsBeforeCats’ => false,
    ‘debug’=>’0’
    )
    );
    } else {
    wp_get_categories(”);
    }
    echo “\n”;
    ?>

    <?php if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘widgetized-area’)) : else : ?>
    <?php endif; ?>

    </div>

    <!— Sidebar Ends –>

    This is a foreign language to me! What do I need to change?

    Regards,

    Mark

    Thread Starter Mark Gregory

    (@aspexmg)

    Thanks again. I now have Hostgator working on the issue. Lets see how they do.

    Thread Starter Mark Gregory

    (@aspexmg)

    Andrea thanks I’m looking into it with the host provider. Having read your comments via the url, I have another site working fine with network settings on the same provider. Does this negate your solution therefore and suggest an area my end?

Viewing 8 replies - 1 through 8 (of 8 total)