• Resolved ericq9

    (@ericq9)


    my image gallery Elastic Grid popup the title only but don’t popup description together with title[free version] when mouse over. How to popup title with description like that of Gallery/Content-Popup?
    It is nice to show all when click the image.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Dear ericq9,

    Thanks for your question.
    We have prepared a screenshot for you and would like you to inform if you want to have the description in the first or second rectangle?
    In the second one it already exists, thus we suppose you are referring to the description on hover.

    In any case, we will wait for your clarifications for being able to provide further assistance.

    Looking forward to your reply.

    Thanks

    Thread Starter ericq9

    (@ericq9)

    Thanks for your prompt reply. I am referring to the description on hover. How to have description in first rectangle. Thanks.

    Thread Starter ericq9

    (@ericq9)

    hi, any idea about the issue?

    Dear ericq9,

    Please go to assets/js/elastic_grid.js file,

    line 237,

    and replace
    spanObject = jQuery(‘<span></span>’); spanObject.html(item.title.replace(/__5_5_5__/g,’%’));

    with
    spanObject = jQuery(‘<span></span>’); spanObject.html(item.title.replace(/__5_5_5__/g,’%’) + item.description.replace(/__5_5_5__/g,’%’));

    We will wait for your results.

    Thanks

    Thread Starter ericq9

    (@ericq9)

    thanks very much!! it works!!!

    Dear ericq9,

    Your feedback makes us feel good ??
    Thank you very much for keeping us informed.
    In the case, if you need our help any further, feel free to ask.
    We will be glad to assist.

    Wish you all the best!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Elastic Grid don’t show description [free version]’ is closed to new replies.