• Resolved audeblan

    (@audeblan)


    Hi there,

    I added this shortcode to display favorites products :
    [user_favorites include_links=”true” include_thumbnails=”true” thumbnail_size=”thumbnail”]

    However, no thumbnails are visible.

    Could you please help,

    Thank you in advance,
    Aude

Viewing 2 replies - 1 through 2 (of 2 total)
  • The shortcode not showing the thumbnail also happened to me as well. I was able to display the thumbnails using the customize favorites list HTML and then custom content:

    <table>
    <tbody>
    <tr>
    <td width=”180″>[permalink][post_thumbnail_thumbnail][/permalink]</td>
    <td>
    <h3>[permalink][post_title][/permalink]</h3>
    [favorites_button] <br>click to remove bookmark</td>
    </tr>
    </tbody>
    </table>`

    I know I probably shouldn’t use a table in there but I don’t really know how else to format the thumbnail, title and button to remove it from favorites and have it look good in a list but this is alright.

    I think this seems like a super useful plugin and I’m excited to try it out, very awesome for my users to be able to bookmark their favorite posts. Thank you for this!

    Thread Starter audeblan

    (@audeblan)

    Thank you for your reply !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail Woocommerce’ is closed to new replies.