• Resolved borislavka83

    (@borislavka83)


    Hi,

    Thanks for the plugin. I am trying to list just A-Z tags and not something like the part – 1 containing tags like 12-01-2019 ecc:

    Link – https://www.dusoffi.com/brands/

    Could I prevent from showing tags I don’t want to have listed in? I thought I should use include=’A-Z’ in the shortcode but it didn’t work. Thanks.

    P.S. exclude=’12-01-2019′ don’t work for me because this type of tags will be created every time a product is imported and I don’t want to do it manually.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author tugbucket

    (@tugbucket)

    You want to rmeove numbers right?

    You can this to your themes’ js file or you can follow the instructions under “Additional Options” here: https://www.ads-software.com/plugins/multi-column-tag-map/#installation about making JavaScript changes.

    jQuery('h4[id*="0-9"]').parent('div.tagindex').remove();

    make sure your group_numbers=”yes” is set in your shortcode. Note that this will remove all numbers not just dates.

    Plugin Author tugbucket

    (@tugbucket)

    Opps, Forgot the nav item (you don’t have the nav but just in case).

    
    jQuery('h4[id*="0-9"]').parent('div.tagindex').remove();
    jQuery('#mcTagMapNav a[href*="0-9"]').remove();
    Thread Starter borislavka83

    (@borislavka83)

    Hi, thank you for your reply, I have done the procedure but it didn’t worked. I have created the folder as in the instructions and then copied the js file. Then I opened it in Notepad++ to be able to edit it and saved and then uploaded it and nothing happens now. I don’t know where I am wrong with this procedure. ?? Is there any instruction or a piece of code with which I could make the plugin to list just tags from A to Z?

    P. S.: thisi is the shortcode I use:

    [mctagmap show_pages=”no” taxonomy=”product_tag” columns=”5″ width=”18%” num_show=”8″ hide=”yes” more=”Виж всички” equal=”yes” exclude=”0,1,2,3,4,5,6,7,8,9,60,seliton,За него-Carrera Jeans,За нея-Elle Sport,За нея-Xti,Datch,Coca Cola,> 10%,> 20%,> 30%,> 40%,> 50%,> 60%,За него-Adidas,За него-Balmain,За него-Bikkembergs,,За него-Calvin Klein,За него-Cavalli Class,За него-Cesare Paciotti,За него-DC Comics,За него-Diadora Heritage,За него-Diesel,За него-Docksteps,За него-Dolce&Gabbana,За него-Dsquared2,За него-Duca di Morrone,За него-Emporio Armani,За него-Forth&Lewis,За него-Gant,За него-Geographical Norway,За него-Guess,За него-Hugo Boss,За него-Invicta,За него-Jaggy,За него-Lacoste,За него-Levis,За него-Lumberjack,За него-Made in Italia,За него-Marvel,За него-Michael Kors,,За него-Napapijri,За него-New Balance,За него-Nike,За него-Ocean Sunglasses,За него-Pierre Cardin,За него-Pierre Cardin underwear,За него-Plein Sport,За него-Polaroid,За него-Police,За него-Puma,За него-Putney Bridge,За него-Ralph Lauren,За него-Ray-Ban,За него-Renato Balestra,За него-Rum Knuckles,За него-Saucony,За него-Seventy Seven,За него-Star Wars,За него-Swiss Military,За него-The North Face,За него-Think Pink,За него-Timberland,За него-Tommy Hilfiger,За него-Trussardi,За него-U.S. Polo,За него-Union State,За него-Vans,За него-Versace Jeans,За него-Vespa,За него-Von Furstenberg,За него-Zoo York,За нея-Adidas,За нея-Ana Lublin,За нея-Annarita N,За нея-Antarctica,За нея-Arnaldo Toscani,За нея-Balmain,За нея-Blu Byblos,За нея-Calvin Klein,За нея-Carrera Jeans,За нея-Cavalli Class,За нея-Coach,За нея-Desigual,За нея-Docksteps,За нея-Dolce&Gabbana,За нея-Dsquared2,За нея-Emporio Armani,За нея-Fontana 2.0,За нея-Gant,За нея-Gas,За нея-Geographical Norway,За нея-Guess,За нея-Imperial,За нея-Invicta,За нея-Lacoste,За нея-Laura Biagiotti,За нея-Lokita,За нея-Love Moschino,За нея-Made in Italia,За нея-Michael Kors,За нея-Miss Miss,За нея-Moschino,За нея-New Balance,За нея-Nike,За нея-Ocean Sunglasses,За нея-Paris Hilton,За нея-Philipp Plein,За нея-Pierre Cardin,За нея-Pierre Cardin underwear,За нея-Pinko,За нея-Polaroid,За нея-Puma,За нея-Renato Balestra,За нея-Rinascimento,За нея-Saucony,За нея-Swiss Military,За нея-Think Pink,За нея-Timberland,За нея-Tommy Hilfiger,За нея-Trussardi,За нея-U.S. Polo,За нея-UGG,За нея-Versace Jeans,За нея-Vespa,За нея-Von Furstenberg” group_numbers=”yes”]

    There are some tags in cyrillic I have configured to not be shown.

    Plugin Author tugbucket

    (@tugbucket)

    Put those two lines between the following two lines:

    jQuery(document).ready(function(){
    								
    /* ==== toggle ==== */

    You need them inside the document ready call.

    Thread Starter borislavka83

    (@borislavka83)

    hi, i am sorry but it does not work.

    Plugin Author tugbucket

    (@tugbucket)

    You moved the code to the plugin’s js file but you didn’t change the code here:

    https://www.dusoffi.com/wp-content/themes/betheme/multi-column-tag-map/mctagmap.js

    In your theme. So since you have the js file in your theme, the plugin is looking at that file where the code is still in the wrong place.

    replace this file:
    https://www.dusoffi.com/wp-content/themes/betheme/multi-column-tag-map/mctagmap.js

    with this file:
    https://www.dusoffi.com/wp-content/plugins/multi-column-tag-map/mctagmap.js

    Thread Starter borislavka83

    (@borislavka83)

    Hi, thank you for your support. I am ok now. Thanks again.

    Plugin Author tugbucket

    (@tugbucket)

    Awesome. Thanks for trying my plugin. Going to close this out then.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Only an A-Z list’ is closed to new replies.