Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #540307

    What I want to do is ad a “pin-it” button to all images in lightbox mode.

    I used the code from this post:
    https://kriesi.at/support/topic/pinterest-2/?login_error=incorrect_password

    Which adds the pin-it button in hover state to all images (which I guess is OK. not as neat a solution as I would like but a work around nonetheless).

    The only problem is that it replaces the native “pin” icons in the social share element.

    I guess I have two questions:

    1- Can I add the pin button just to lightbox images and how would I do this?

    2- If I use the solution mentioned above, can I somehow stop the pin icon from being overruled by the new image?

    Thanks in advance

    site link: http://zanazan.com.au/portfolio-item/mosman-apartment-courtyard/

    #542090

    Hi!

    There’s a part in the Pinit script that looks for all “http://pinterest.com/pin/” links and replaces them with the Pin it button, unfortunately there’s no way for us to modify this behavior as the Pinit script is ran by Pinterest. I’d disable the Pinterest share button as a workaround.

    Regards,
    Josue

    #561616

    is there a way to have the Pin It button show up all the time in the Lightbox rather than just on hover?

    #561884

    Hello!

    Enfold doesn’t have a Pin it button i guess you’re referring to the third-party plugin mentioned in this topic, unfortunately our support is limited to theme-specific questions. You can request a customisation quote from a third-party provider here.

    Regards,
    Josue

    #699319

    hi! 2 questions:

    1. is there a way to remove the pin/save that is visible on the hover of all my projects? i only see it when viewing in firefox, so is this just a browser issue, or is there some code i can put in to block the red pin hover?

    2. ive disabled the overlay throughout my site because i like the hover /overlay on the projects – i just cant have the hover on all images WITHIN my projects – so the only fix i can see is to disable it completely. Is there a way to have hover on my main project page (see web link) but disable it on the images within the projects?

    thanks!

    #700392

    Hi!

    Thank you for using Enfold.

    1.) Did you use a “pinterest” plugin? The theme doesn’t have a pinterest script by default. And I don’t see the “pin” when I checked the page on firefox.

    2.) Please remove the css modification and replace it with the following code.

    #top .main_color .portfolio-preview-image .image-overlay {
        visibility: hidden;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.