• Your plugin has really saved the day! I am using it to create an index page for a gallery website built on Woocommerce. All the artists were added using tags. Almost 500 tags…

    After reading your detailed help files it was simple to setup and works perfectly.

    I am using this shortcode:

    [mctagmap columns="5" hide="yes" num_show="100" more="more ?" toggle="? less" show_empty="no" name_divider="|" tag_count="yes" exclude="" descriptions="no" taxonomy=product_tag width="200" equal="yes" manual="" basic ="no" basic_heading="no" show_categories="no" show_navigation = "yes" css3 = "yes" ]

    I added a little extra css to create a 4 column responsive layout:

    .tagindex {
      float: left;
      padding-left: 25px !important;
      width: 25%;
    }
    .tagindex:first-child{
    	padding-left:0 !important;}
    .tagindex:nth-child(4n+5) {
        clear: left;
    	padding-left:0 !important;
    }

  • The topic ‘Thanks! Great for a Woocommerce tag index!’ is closed to new replies.