• Resolved [email protected]

    (@informxvolnycz)


    Hi,

    I wonder if it would be possible to somehow hide a menu. For example, I am trying to make a list of pictures with 2 tags and I want to have them on one page abd I want to optically separate pictures with different tags. You can see it here https://dev.www.kartonie.cz/vyrobky-a-sluzby/standardy/operne-nohy/.

    It works almost well, problem is that there is always menu above the picture list (I know that this menu is probably most important feature of this plugin :-)) and when you click on tag it starts to filter all images on page, it is hard to explain, but when you try it, you can immediatelly see what is the problem.

    Maybe there is another easy way how to do it and I just do not see it. For example I can make special gallery for each tag but then I do not need tags and everything gets complicated.

    https://www.ads-software.com/extend/plugins/nextgen-gallery-powertags/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author mmascia

    (@baba_mmx)

    Hi,
    you can always hide the menu using CSS or Javascript.
    To hide the menu using CSS rules you can add something like that in the style.css of your theme:
    div.nggpowertags-menu { display: none; }

    Thread Starter [email protected]

    (@informxvolnycz)

    Hi,
    thank you for a tip, I am not very good in CSS but I understand what you mean, problem is that I do not know how to hide menu only on certain locations (pages), this code hides every instance of menu. Maybe I can try to create my own div and hide them, something like this <div id="schovanka">[nggpowertags gallery=19 template=caption2]</div> , but this hides everything, including pictures…

    Petr

    Plugin Author mmascia

    (@baba_mmx)

    Hi Petr,
    you are right! I’ve added the ability to hide the tag menu in the last 1.5.9 version. Please update the plugin and then you can hide the menu using the following shortcode:
    [nggpowertags gallery=19 tagmenu_format=empty]

    Hope this solve your problem.

    Thread Starter [email protected]

    (@informxvolnycz)

    Hi sardbaba,

    as I already said, you are incredible! Thanks a lot for this option.

    Petr

    Plugin Author mmascia

    (@baba_mmx)

    Thanks, you are welcome ??

    No for me, ‘tagmenu_format=empty’ does not work !
    So : .nggpowertags-menu {display: none; } ??

    Plugin Author mmascia

    (@baba_mmx)

    Hi Mouzaia, are you 100% sure? Please verify that you are using the last plugin version (1.6.1) and the shortcode is like this:

    [nggpowertags gallery=19 tagmenu_format=empty]

    It should work.

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to hide tag menu’ is closed to new replies.