potential bug in livemesh-invent-shortcodes plugin

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support potential bug in livemesh-invent-shortcodes plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32106
    Jason Keltz
    Participant

    Hi.
    After upgrading to the latest Invent theme, one of my pages located here:
    http://eecs.lassonde.yorku.ca/programs/undergraduate/
    .. was showing under every single new entry:
    Notice: Undefined variable: post_id in /local/wordpress/wp-content/plugins/livemesh-invent-shortcodes/templates/shortcodes/loop-posts.php on line 155

    I ended up adding to the top of loop-posts.php the following:
    $post_id = get_the_ID();

    … which seemed to make the error disappear.

    #32109
    Raghavendra
    Moderator

    Thanks for catching this. Have updated the code in our dev server. Will have this in the next theme update.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.