• Resolved ktallen

    (@ktallen)


    Hi Brad, hope you are well.

    I’ve used your function to add the text ‘From:’ on certain products. This works great!

    However, it only shows the word ‘From:’ on the single product pages. I would like the word ‘From:’ on the thumbnail of the product too, in the related products or category pages for example.

    Please can you advise.

Viewing 1 replies (of 1 total)
  • Plugin Author Brad Davis

    (@brad-davis)

    Hi @ktallen,
    The function I think you are talking about uses the post id, therefore only will work on a single product page with that post id. To have it work across all the other views there are a few different ways to tackle to problem:
    – build something that saves to the db like the plugin does for all products, but do it just for a single product.
    – use css pseudo elements on each view to display the text needed
    – other, there is probably another way.

    The functionality that you are talking about was part of the plan for the “Pro” version so I might look at knocking this out soon. Will keep you posted.

    Cheers
    Brad

Viewing 1 replies (of 1 total)
  • The topic ‘Text on thumbnails’ is closed to new replies.