-
AuthorPosts
-
October 14, 2016 at 10:40 am #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?
October 16, 2016 at 12:16 pm #699553Hi 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,
RikardFebruary 2, 2017 at 1:44 am #741512Hi 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!
TomFebruary 3, 2017 at 6:48 am #742177Hi Tom,
That’s strange, I tried logging in but the details are not working unfortunately. Could you check and verify them please?
Best regards,
RikardFebruary 3, 2017 at 9:13 pm #742580Hi Rikard,
Whoops! Try again, new creds below.
Sorry about that, and thank you for taking a look.
February 10, 2017 at 12:02 pm #745345Hey!
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!
IsmaelFebruary 16, 2017 at 4:16 am #747762Hi 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.
TomFebruary 16, 2017 at 9:03 am #747850Hi!
Add the page id selector so that it won’t affect the other page.
.page-id-2344 .av-masonry-container { pointer-events: none; }
Regards,
IsmaelFebruary 16, 2017 at 10:21 pm #748155Hi Ismael!
That worked great! Thank you so much.
Tom
February 17, 2017 at 8:40 am #748268 -
AuthorPosts
- The topic ‘Post Masonry Gallery Title overlay not working’ is closed to new replies.