Viewing 13 replies - 1 through 13 (of 13 total)
  • hi,
    same question for me please !
    thanks

    Plugin Author tugbucket

    (@tugbucket)

    I’m testing my code for that now. I’ll try to catch errors and if all looks right, I will include this feature in the next update.

    great !

    Plugin Author tugbucket

    (@tugbucket)

    6.0.2 should have the exclude function working. If you find an issue please let me know.

    I test
    thank you so much

    I write :

    [mctagmap columns=”3″ more=”View more” hide=”no” num_show=”30″ toggle=”?” show_empty=”no” name_divider=”|” tag_count=”yes” exclude=”2009,2010,2011,Belgique,Dour Festival 2010,exposition,Ferme d’en haut]

    but the exclude doesn’t work.
    Have I made a mistake ?

    Plugin Author tugbucket

    (@tugbucket)

    missing a closing quote it looks like.

    [mctagmap columns=”3″ more=”View more” hide=”no” num_show=”30″ toggle=”?” show_empty=”no” name_divider=”|” tag_count=”yes” exclude=”2009,2010,2011,Belgique,Dour Festival 2010,exposition,Ferme d’en haut]

    at the end of Ferme d’en haut

    perfect ! thanks !

    just a little problem : columns haven’t the same lenght because the mis depend of the number of letters and not the number of tags in each letter, no ?

    another thing : I can not have more than 3 columns (instead I write columns=”4″)

    last thing :
    the character ‘ is not compatible with the exclude fonction ? (Ferme d’en haut is always here)

    have a good day

    Plugin Author tugbucket

    (@tugbucket)

    just a little problem : columns haven’t the same lenght because the mis depend of the number of letters and not the number of tags in each letter, no ?

    The columns are split by the number of groups of words. So if you had a tag for every letter of the English alphabet and three columns you would have 26/3 = 8.666 per column. The plugin will make two columns of 9 and the last will be 8.

    another thing : I can not have more than 3 columns (instead I write columns=”4″)

    That’s the first time I’ve heard of any issues with columns. Can you provide a link to the page?

    I can only assume that this is a CSS issue. By default the columns:

    #mcTagMap .holdleft, #sc_mcTagMap .holdleft {
        display: inline;
        float: left;
        margin: 0 20px 0 0;
        width: 190px;
    }
    #mcTagMap .noMargin, #sc_mcTagMap .noMargin {
        margin: 0;
    }

    For all the columns but the last. So if you set it to four columns you would need a horizontal area of 820px (210px + 210px + 210px + 190px = 820px).

    the character ‘ is not compatible with the exclude fonction ? (Ferme d’en haut is always here)

    In my testing that hasn’t been an issue. Are you using smart quotes? Maybe a link would be best to take a look.

    so, I have erased the ‘ in “Ferme d’en haut” => “Ferme d en haut” in my tags.

    you can see the result here :
    https://www.instants-live.fr/rechercher/

    Plugin Author tugbucket

    (@tugbucket)

    Can you put the apostrophe back in “Ferme d’en haut” and post the shortcode you are using with the exclude for “Ferme d’en haut” ? Right now there’s no way for me to see what’s going on.

    [mctagmap columns=”3″ more=”View more” hide=”no” num_show=”30″ toggle=”?” show_empty=”no” name_divider=”|” tag_count=”yes” exclude=”2009,2010,2011,Belgique,Dour Festival 2010,exposition,Ferme d’en haut”]

    and, so, impossible to modifiy the length of the first column ?

    regards

    Thread Starter Rado

    (@jeriksson)

    Tested on my test server and it completely broke the page where i use the tagmap code, it won’t even render past the header and content div.

    Not sure why, i haven’t had time to play around with it just letting you know.

    Will try tommorrow on a site with less tags it might be my test server that has 400+ tags that is the problem.

    I saw one thing, excluding tag by their names seems shady, can i exclude tags by their id to? like “21,25,24,23,22” etc?

    Thanks for the hard work!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: Multi-column Tag Map] Exclude specific tags from being displayed in the Multi-column tag in’ is closed to new replies.