Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #699032

    Good morning all at Kriesi – hope you’re having a nice day ;)

    I have a problem with a post masonry gallery. On the home page of my dev server i configured it to display news items wit a title overlay over the image. I then migrated the site to a live server (complete code/DB migrate) and the whole site works, except that the masonry gallery defaults to displaying the caption below the image, and there’s no amount of widget options that will make it do otherwise.

    Any ideas?

    #699553

    Hi Derek,

    I’m guessing something went wrong during your migration, could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #741512

    Hi Rikard,

    I am having a similar problem here:

    I have the Masonry Gallery set as follows:

    • Display Excerpt
    • Display as centered image
    • Display on mouse hover

    yet nothing happens on mouse hover.
    I just now followed the advice you gave above (overwrite the theme folder with a fresh copy via FTP) and nothing changed.
    Am I missing something? Please see Private Content for admin creds.

    Thank you!
    Tom

    #742177

    Hi Tom,

    That’s strange, I tried logging in but the details are not working unfortunately. Could you check and verify them please?

    Best regards,
    Rikard

    #742580

    Hi Rikard,

    Whoops! Try again, new creds below.

    Sorry about that, and thank you for taking a look.

    #745345

    Hey!

    Thank you for the info.

    It’s not working because of the following code in the Quick CSS field.

    .av-masonry-container { pointer-events: none; }
    

    Please remove that code.

    Cheers!
    Ismael

    #747762

    Hi Ismael,

    Thank you for your help. Of course your solution worked, but because we all want to have our cake and eat it too, removing that code creates another problem.

    On the page I linked to above, I want the captions to show up on hover,

    but on this page, I don’t: http://connection.cu-portland.edu/2017-winter-alumni-notes/

    Specifically for that page, the excerpt and its associated feature image is the whole story — neither should be clickable.

    Is there a way to allow the masonry on hover events to work but not the on clicks?

    Thanks again.
    Tom

    #747850

    Hi!

    Add the page id selector so that it won’t affect the other page.

    .page-id-2344 .av-masonry-container {
        pointer-events: none;
    }

    Regards,
    Ismael

    #748155

    Hi Ismael!

    That worked great! Thank you so much.

    Tom

    #748268

    Hey!

    No problem. Let us know if you need anything else. :)

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Post Masonry Gallery Title overlay not working’ is closed to new replies.