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

    (@baba_mmx)

    Hi, please see the Style section in the main page of this plugin.

    This is the output of the main structure:

    <div id="nggpowertags">
        <div class="nggpowertags-menu">...</div>
        <div class="ngg-galleryoverview">...</div>
    </div>

    So… you can move the div.nggpowertags-menu, more or less, everywhere using some CSS rules ??

    Thread Starter wpmediadownload

    (@andyabelow)

    Yes, I saw and tried that..but it didn’t work. The menu won’t budge!

    Plugin Author mmascia

    (@baba_mmx)

    Mumble mumble… Have you got a working environment in which I can take a look? If yes, where do you want to put the menu? I’m pretty sure you can do it in CSS, but I can get wrong ??

    Thread Starter wpmediadownload

    (@andyabelow)

    Haha, yes, but the site is on private mode. IS there somewhere I can I pm you an admin and password?

    Plugin Author mmascia

    (@baba_mmx)

    yep, send me an email at [email protected]

    Plugin Author mmascia

    (@baba_mmx)

    For the sake of global knowledge (I hate to read threads that don’t show the final solution :D), the solution was to use some CSS rules like that:

    .nggpowertags-menu {
      position: absolute; /* this tells the menu to be placed statically */
      top: 20px; /* this is the distance from the top of the page, to be at the same height of the other menu voices */
      left: 270px; /* this is to move the select after the menu */
    }

    Naturally, this is possible because the Andy’s page is not really complicated and the tag menu can be placed statically in a simple way.
    Sometimes can be useful to have the ability to separate the menu from the gallery without using CSS… I’m thinking to do it in the future releases.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move powertag dropdown menu?’ is closed to new replies.