• Resolved Chantal

    (@boekluxevilla)


    Hello,

    What a great plugin! Exactly what i was looking for!

    One question: The thumbnail and the excerpt doesn’t show in my footer widget?

    Please some advice..

    Regards,
    Chantal

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mosterd3d

    (@mosterd3d)

    Hi Chantal,

    Thanks for using my plugin. You can show your love over here!

    Are you using the custom template inside your theme? If so? I made some changes in the template in the previous version. Update your custom template with the new defined variables.

    Let me know,

    Wouter

    Thread Starter Chantal

    (@boekluxevilla)

    Hi Wouter,

    Yes, i have the custom template inside my child theme. I installed your plugin yesterday so i believe i have the newest version with the new variables?

    Are these the right strings to show the thumbnail:

    $thumb = get_the_post_thumbnail($id, $thumb_size);
    $hasThumb = $thumb_is_active && has_post_thumbnail() ; ? $thumb_is_active : false;
    $perma = get_permalink();
    $class = $hasThumb ? “lastViewedItem clearfix” : “lastViewedItem”;

    Please let me know..

    Thanks,
    Chantal

    Thread Starter Chantal

    (@boekluxevilla)

    Hi Wouter,

    Waiting for your feedback..

    Plugin Author Mosterd3d

    (@mosterd3d)

    Hi there,

    I was more thinking about those:

    $thumb_is_active    = $this->post_thumb_settings['is_active'];
    $thumb_is_link      = $this->post_thumb_settings['is_link'];
    $content_is_active  = $this->post_content_settings['is_active'];
    $content_is_link    = $this->post_content_settings['is_link'];

    Maybe a stupid question but did you already compared your custom ‘lastviewed-widget.php’ with the one inside the plugin folder?

    Let me know!

    Plugin Author Mosterd3d

    (@mosterd3d)

    tested last weeks, can’t reproduce the problem, nobody else has this bug too. The ticket will close!

    Thread Starter Chantal

    (@boekluxevilla)

    Hi Wouter,

    Sorry for my late response. It was a problem in my theme.

    Love this plugin, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thumbnail and excerpt not showing’ is closed to new replies.