Okay
  Public Ticket #921853
Bug with description
Closed

Comments

  • DoODABoOM started the conversation

    When using "Grid Theme", description div is empty in front view but work perfectly in preview. The title work nicely. I have description on all images and of course show description is checked ( if not, the div ug-textpanel-description doesn't exist)

  •  529
    Igor replied

    Hi,

    Which version of Gallery do you have?

    Regards,
    Igor

  • DoODABoOM replied

    Hi, 

    The last one, i just downloaded and reinstalled it this morning

  •  529
    Igor replied

    Hi,

    Please provide URL to your site so we can take a look

    Regards,
    Igor

  •  529
    Igor replied

    Hi,

    this looks like some custom developed gallery theme, right?

    Regards,
    Igor

  • DoODABoOM replied

    Hi, 

    I've just added some css on the title but that's all. All other modifcation are from component's gallery setting.


  •  529
    Igor replied

    Hi,

    Please provide super admin login details so we can take a look and see what could be the issue

    Regards,
    Igor

  • DoODABoOM replied

    Hi, sorry for the delay

    Was asking to the team if i can make user account for you but on this kind of project it was impossible...

    But i found what was the problem. In my javascript i was targeting all item with title to tooltip them with bootstrap : 

        $("[title]").tooltip({ container:"body", html:true},{delay: { show: 1000, hide: 50 }});    

    to resolve this issue i had to be more specific by adding a "a" like this :

        $("a[title]").tooltip({ container:"body", html:true},{delay: { show: 1000, hide: 50 }});    

    Thanks anyway for the replies

  •  529
    Igor replied

    Hello,

    Awesome! I'm glad the problem is solved.

    If you have 5 minutes, we will much appreciate if you would write a review for Unite Gallery on the JED. You can submit it here:

    http://extensions.joomla.org/extensions/extension/photos-a-images/galleries/unite-gallery

    Thank you very much!

    Regards,
    Igor