Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #257615
    Milena Donato
    Participant

    Hi
    How can I open a gallery by clicking on the link on the story line?
    Thanks

    #257660
    Skandha
    Participant

    @donatosi: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #258091
    Milena Donato
    Participant

    Hi @Skandha

    Inside the div class=”post-thumbnail” in the story line there is a link with an icon (view-icon), and on the mouse over the picture gets a bit darker.
    I would like to remove this link or to get to click on it and open the picture (img class=”wp-post-image”). Is that possible?

    Because like it is now it doesn’t bring anything, moreover, on the phone the pictures of the story line look always like there is the mouse over effect.

    Thanks and kind regards

    Milena

    #258183
    Skandha
    Participant

    @donatosi: Hello Milena,
    It is not possible to open the link image but it is possible to disable the link.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #story-section .post-thumbnail {
        pointer-events: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #259880
    Milena Donato
    Participant

    Hi Skandha
    Thanks for your answer, yes if I add the CSS the link is not available anymore, but the picture is still displayed with the lens (zoom) in the middle. It does not look nice like that.
    Moreover, on the phone the pictures of the story line look always like there is the mouse over effect. I would suggest you to test this and you will see that it is not functional.
    Thanks

    #259970
    Skandha
    Participant

    @donatosi: Hello Milena,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #story-section .post-thumbnail::before {
    	background-color: rgba(0,0,0,0) !important;
    }
    #story-section .view-icon {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Link to picture gallery in Story’ is closed to new replies.