• Resolved jennmfitness

    (@jennmfitness)


    I have a couple photos on my homepage sidebar that are my top pinned posts. I have added <div class="frizzly-hover-container"> around the image so that the image is pinnable though your plugin. However, when the button is clicked to be pinned, it pulls the homepage url and description for the image.

    Is there a way I can add some code or something so that it will pull the image description and image post url instead? Or set the image description and url manually?

    https://www.jennifermfitness.com

    Thanks

    https://www.ads-software.com/plugins/frizzly/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mrsztuczkens

    (@mrsztuczkens)

    Hi @jennmfitness,

    I noticed you’re using the post title as the pin description, so everything needs to be set manually. I guess you’d like each image to link to a separate post and have a specific description.

    The way to do that would be by adding a container around each image separately, similarly to what you’ve done. The container would look like the following (I copied url and description from the first image from your top pinned posts):

    <div class="frizzly-hover-container" data-frizzlyposttitle="Oatmeal Cookie Protein Shake" data-frizzlyposturl="https://www.jennifermfitness.com/smoothies/oatmeal-cookie-protein-shake/">

    Just prepare a separate container for each image and fill it with data and that should be it. Let me know!

    Thread Starter jennmfitness

    (@jennmfitness)

    Thanks, but it’s still not pulling the linked URL of the image just still linking to the homepage.

    Plugin Contributor mrsztuczkens

    (@mrsztuczkens)

    Sorry, forgot about one:

    <div class="frizzly-hover-container" data-frizzlyposttitle="Oatmeal Cookie Protein Shake" data-frizzlyposturl="https://www.jennifermfitness.com/smoothies/oatmeal-cookie-protein-shake/" data-frizzlyhovercontainer="">

    That should fix it. Let me know.

    Thread Starter jennmfitness

    (@jennmfitness)

    Looks like that worked! Thanks so much!

    Plugin Contributor mrsztuczkens

    (@mrsztuczkens)

    Great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom image description and url’ is closed to new replies.