• Resolved peantoine

    (@peantoine)


    Hi team,

    How can it be possible to use your plugin while editing a single product image?

    Regards

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    can you explain more about that?

    Use the plugin while editing a product image

    You want to print out something while editing an image or what?

    Plugin Contributor twinpictures

    (@twinpictures)

    I think you mean you want to print the main image? or the gallery?
    you seem to be targeting the following:
    #photo-produit, #titre-produit, #texte-produit1, #texte-produit2, #attributs, #texte-produits3

    you might also want to add .flex-viewport that wrapps the main image?
    hope that helps.

    Thread Starter peantoine

    (@peantoine)

    Thanks for your quick return.
    Yes that’s it, I just want the main image of the gallery
    Regards

    Thread Starter peantoine

    (@peantoine)

    I don’t no how to do 🙂
    Regards

    Thread Starter peantoine

    (@peantoine)

    Plugin Contributor twinpictures

    (@twinpictures)

    Ok, we’ll go ahead and mark this issue as resolved. Glad you got it working!

    Thread Starter peantoine

    (@peantoine)

    Many thanks, just one more thing
    How can I center the picture ?
    Do I use css like that :
    .flex-viewport {
    text-align: center;
    }

    Regards

    Plugin Contributor twinpictures

    (@twinpictures)

    This is a bit beyond our free support, but you might want to look into something like:

    .flex-viewport {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
    }

    More on CSS can be learned online.

    Best of luck!

    Thread Starter peantoine

    (@peantoine)

    Oh great, thanks very much for the support!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Create print with one product image’ is closed to new replies.