• Hi,

    I’ve inserted a gallery, using files from the media library. However, when I add new files to the library, or upload them straight into the gallery, they seem to overwrite the previous files. Actually, when you look at the html, the previous images are there, but just don’t display. If you remove the uploaded files from the gallery, then the previous images display fine.

    Any suggestions? I’ve narrowed the problem down to Hatch – the gallery displays fine with other themes.

    Thanks.

    Gareth.

Viewing 15 replies - 1 through 15 (of 18 total)
  • I am experiencing exactly the same problem.
    Gareth did you manage to resolve this?
    Anyone else able to help?

    Thread Starter gjsouthwell

    (@gjsouthwell)

    Hi Amire,

    No, sorry. In the end, I gave up and installed a different template. Frustrating!

    Gareth.

    What WP version ? and Hatch version ?

    Better yet if you could provide a link to the page/post in question so someones here can help figuring out what might be the problem.

    Thanks for responding.
    Wordpress 3.5.2. Hatch up to date latest version
    Website http://www.paulaelion.com though not sure how it can help as this happens on admin editing galleries in post not on front end.

    Not sure if related, but worth mentioning.

    Jetpack installed, but image URLs link to normal WP upload folder as opposed to Jetpack CDN with Photon module on by default. Please note that this is just an observation, not encouraging you to enable it if disabled with intention.

    WP injected gallery CSS inside the page normally along with the <br> thing instead of getting cleaned up by Cleaner Gallery extension included by Hatch theme.

    Also, you mentioned that this happen in admin only, since WP media workflow is done using JS, might as well involved web browser vendor and version too.

    If not already yet, please consider trying these.

    • Try performing the same task with different browser, ideally Chrome or Firefox.
    • Temporary disable all plugins, and try.
    • With all plugins still disabled, switch to default theme (TwentyTwelve).

    During the test, don’t forget to clear browser cache (hitting Ctrl+F5 a few times), otherwise the result would be just cached version.

    @paulwpxp
    When I switch to theme Twenty thirteen all the images show up on the gallery, with all the added/removed. It doesn’t even require clearing any cachaes.
    When I switch back to Hatch, they disappear again.
    Could Hatch perhaps only show images that were added after the post was updated?
    I am using Chrome, BTW

    Also – still happens with all plugins deactivated.
    And also – all the images are shown on the post text editor, e.g.:
    [gallery columns="6" link="file" ids="275,253,252,248,245,241,239,237,228,213,518,519,520,521,522"]
    but only the latest 5 uploaded end showing up.

    Your last post leads to the possibility that it’s the Cleaner Gallery (one of the extentions in Hybrid Framework) used in Hatch theme that’s not updated to WP3.5 gallery yet.

    Plugin version: see the ids argument (new in WP3.5 gallery)
    http://plugins.trac.wordpress.org/browser/cleaner-gallery/tags/0.9.3/gallery.php#L56

    Hatch version: see there is no ids argument yet.
    http://themes.trac.wordpress.org/browser/hatch/0.2.6/library/extensions/cleaner-gallery.php#L56

    It’s related to how you use image in WP too, if you have a habit of uploading images directly to post/page only, you could just use this

    [gallery columns="6" link="file"]

    To make a gallery show images not necessary in that post/page, use include option.

    [gallery columns="6" link="file" include="275,253,252,248,245,241,239,237,228,213,518,519,520,521,522"]

    Thanks for the reply.
    From your answer it’s not clear to me if there a fix I might use or I have to wait for the code update in the Cleaner gallery/Hatch theme?

    So far, it indidates that the not updated version of Cleaner Gallery in Hatch is causing the problem, but to rule it out for sure you have to try disable this extension in Hatch. To do so you have to be comfortable with editing code on a live site and know what to do when things go wrong. If not, it’s better to wait for the update or contact the theme author reporting the issue (use the contact form in his website).

    Also, it’s nothing to lose to try the last code I provided.

    Just want to make sure the best route to fix.
    I haven’t done any WP development, and just want to find a fix I can handle.
    Should I try to make a childe theme of hatch and replace the existing cleaner gallery code with the updated version?
    I think I can handle that.
    Your help appreciated.

    Have you tried the last code I provided see if that works ?

    Have you contacted theme author via his contact form ?

    I contacted the theme author – no response so far.
    I was not sure I am supposed to change:

    Just use this:
    [gallery columns="6" link="file"]

    Instead of:
    [gallery columns="6" link="file" include="275,253,252,248,245,241,239,237,228,213,518,519,520,521,522"]

    or merge the clear gallery code fixes?

    I just replaced the outdated clear gallery code with the old one in Htach in this seems to have fixed the issue.
    Looking good so far,
    Thanks!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Gallery Problem with Hatch’ is closed to new replies.