• Hi, I can’t drag and drop a gallery to an album, and because of that when I write [album=1, extend] in a page, it does not display the album.
    Anybody knows how to do it?

    Thanks for your help

    sergi

Viewing 15 replies - 16 through 30 (of 31 total)
  • I have the same problem as sergiselvas when trying to drag the gallery into an album. Nothing moves. I am running wp 2.6. I have deleted all the plugins except NextGEN – no difference. I have tried setting WPLANG to ‘en’ – no difference. I have flushed my cache numerous times – no difference. I have deleted both wp-admin and wp-includes and refreshed from my local machine – no difference. I do not have this problem on my local machine.
    I noticed one difference in Firebug between the Album html on my local machine vs the web server. On my local machine I have <div id=”tTips”>… and <div id=”dragHelper” … My web server does not! This code appears to play a role when dragging a gallery as Firebug
    highlights <div id=”dragHelper”…

    What is tTips and dragHelper used for? What causes them to be dropped on the web server? Has anyone else noticed this before? These div ids are found in interface.js and jquery.js

    I have this problem now iwth WP 2.7 and NGG 1.0.2. I have disabled all other plugins but it does not help!

    Hey. I have just updated NG to 1.1.0b and the problem is still here.
    All was working well before I upgraded WP to 2.7
    EDIT: Forgot to tell, that I have disabled all other plugins.

    Never mind, I have located the problem, it was Royale theme!

    Hi I have created an album named “Album” and I am able to drag gallery into the album but when I am trying this [album=1,extend] on a page dispalys nothing on the page means returns same [album=1,extend]. and how can I know the id means whether it will be 1 or 2 or 3. one more thing when I am adding gallary to page using [gallery id=1] it shows the gallery icon but on the page no image is coming.

    Hi! Same problem here. The drag and drop function was working very well in wp 2.5. After the 2.7 upgrade, it’s working no more. We can’t add new albums to the gallery now.

    I have “Position Yourself” plugin and deactivated it but no luck, I have also deactivated all other plugins but still does not work.

    A workaround that I thought was to manually add the new album via db side, but still can’t get it work. Would anyone here knows? TIA!

    I’ve had the same problem; i deactivated all the plugins but it didn’t work.I think i did it al: desactivating plugins, upgrading, unistalling, reinstalling nextGen galley and still can’t drag and drop.
    Before giving up a tried one last thing: changing my theme (it was the last thing because i’ve invested many time changing it); well, that worked! I’m at this moment draggin my gallerys into new albums. Later i’ll revert to my previous theme hoping the galley works fine. If i have success i’m thinking of creating a custom “under building” just to use when i need to upload photos and change albums; stop using nextGen is not an option!

    Ps: Sorry my english…

    For any other poor soul that runs into this annoying phenomenon, the Use Google Library Javascript plugin is incompatible with NextGENGallery. ??

    fyi.. Another plugin that disables the drag and drop for creating albums is Bind User to Category

    I had the same problem as upnsadmin described. Asked my hosting-provider about it and he found out that the trouble was with wp-includes/js/jquery/ui.core.js file – it contains “core” so the system mistook it for memory dump. you need to check your server http.conf policy about files with “core” in name and search for something like

    <IfModule mod_authz_host.c>
    <Files ~ “^\.ht”>
    Order allow,deny
    Deny from all
    </Files>
    <Files ~ “.*\.core”>
    Order allow,deny
    Deny from all
    </Files>
    </ifmodule>

    so you need to add $ in the “.*\.core” template – “.*\.core$”

    … or you can simply rename ui.core.js for something neutral and change the links in plugin’s files.

    I get this problem too.
    Disabled all plugins, and upgraded to latest wordpress 2.8 bleeding edge and Next Gen plugin. Still happens

    WordPress 2.8 requries changes in my plguin, you can take the current dev if needed : https://code.google.com/p/nextgen-gallery/source/list

    I have the same problem.
    WP 2.7.1, NGG 1.2.1, installed plugins NGG, Lightbox Plus (activated or deactivated).
    Error console in Firefox:

    Error:
    jQuery("#selectContainer").sortable is not a function
    Source file:
    /wp-admin/admin.php?page=nggallery-manage-album
    Line: 145      connectWith: ["#galleryContainer"]

    Have you any idea? Thanx

    HEUREEEKA!!!
    I have a solution of this problem.
    You must reinstall WP. I wasn’t some files on server (e.g. “ui.core.js”,…).
    Now my Album and Gallery is 100% function.

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘[Plugin: NextGEN Gallery] Drag and Drop a Gallery to an ALbum’ is closed to new replies.