Hi guys!

I'm having a small problem with the JA Custom Module gallery feature on the Fresco template. This is a vanilla install using the Joomla 5 Fresco Quickstart package with no custom CSS or config modifications as yet.

On the front-end, using Gallery, Style 2, Type 2 when opening the full-sized image, it opens it at the very top of the page instead of overlaying the position where the thumbnail resides.

You can see this here: https://qod.ink

I've tried to troubleshoot this, but have been unsuccessful. Any help to get this resolved would be greatly appreciated.

Thank you!

Todd

Hi Todd,

Maybe a conflict in JS there, could you share the FTP account of your site?

hey Saguaros,

No problem. I've updated the fields on this post with the FTP info. I'm only able to unlock it for a max of 7 days however, just FYI. If you can't get to it by then, just let me know and I can unlock it again.

Thanks!

Todd

15 days later

Hi Todd,

I'm terribly sorry for this lateness as somehow I missed this one.

Our team just updated a bit css to fix this issue for your site in this file: /templates/ja_fresco/css/custom.css

.cobox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.cobox .cobox-main {
  top: 50%!important;
  transform: translateY(-50%);
}

.cobox-outer {
  max-height: 90vh;
}

.cobox-image {
  object-fit: cover;
  object-position: center center;
}

Kindly check.

No worries Saguaros! Always happy to have your help.

I've checked the site and the fix is working perfectly.

Thank you!

Write a Reply...
You need to Login to view replies.