imagelinks plugin with Gillion

Home Forums Gillion Theme imagelinks plugin with Gillion

Home Forums Gillion Theme imagelinks plugin with Gillion

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • asbike
    Participant

    Hi! I use imagelinks plugin for my project and it seem not to work with Gillion. Please see the page with my current theme: https://in2minutes.ru/kak-pistolet-na-zapravke-uznaet-chto-benzobak-polon/

    And its clone with Gillion: http://in2minutes.club/kak-pistolet-na-zapravke-uznaet-chto-benzobak-polon/

    It works totally wrong. Bubbles are there but they lie under the scheme and popovers are poping in out wrong position.

    Thank you!

    Solution for this topic

    Hi @asbike,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .imgl-view.imgl-theme-default .imgl-popover,
    .imgl .imgl-view .imgl-hotspots .imgl-hotspot-custom {
        z-index: 999 !important;
    }
    

     

    Best regards,
    Shufflehound team

    asbike
    Participant

    Thanks! It resolves problem with partly. But:

    1. If popover window is high enough it still lies under menu (see screenshot),
    2. All bubbles appear to be displaced several pixels left. Popovers appear on right place, only bubble icons are misplaced.
    Attachments:
    You must be logged in to view attached files.

    I don’t see the issue on your shared site as shown in the attached screenshot so please tell me how you are reproducing it.

    Attachments:
    You must be logged in to view attached files.

    asbike
    Participant

    About popover, here is the link: http://in2minutes.club/kak-kosmicheskie-korabli-ne-promahivajutsja-i-ne-stalkivajutsja-s-mks-pri-stykovke/

    Please look number 9 (I check on Samsung Galaxy S8). The popover window is high because it has much text. It is partly concealed by titlebar and I want it to lay above titlebar.
    Above bubble positioning – all bubbles are a bit to the left. Please compare with right version: https://in2minutes.ru/kak-kosmicheskie-korabli-ne-promahivajutsja-i-ne-stalkivajutsja-s-mks-pri-stykovke/

    Solution for this topic

    About popover, here is the link: http://in2minutes.club/kak-kosmicheskie-korabli-ne-promahivajutsja-i-ne-stalkivajutsja-s-mks-pri-stykovke/

    Please look number 9 (I check on Samsung Galaxy S8). The popover window is high because it has much text. It is partly concealed by titlebar and I want it to lay above titlebar.

    Use below custom CSS code to resolve it.

     

    div#wrapper {
        overflow: visible;
    }

    Above bubble positioning – all bubbles are a bit to the left. Please compare with right version: https://in2minutes.ru/kak-kosmicheskie-korabli-ne-promahivajutsja-i-ne-stalkivajutsja-s-mks-pri-stykovke/

    Please contact imagelinks plugin developer to resolve this issue.

    asbike
    Participant

    Thank you. We should consider this ticket resolved.

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)