• Resolved peacefuladrenaline

    (@peacefuladrenaline)


    Hi, after updating to newest version I’m not able to open drop-down link at the bottom of advert with ‘show cotact detail’. Trying to do this, error message pops up from my website telling ‘page with this ID does not exist’. Do you have any ideas?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having the same issue. Is there a way to rollback to the previous version?

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    sorry, this is a bug in the latest release it will be fixed in an update later today.

    If you need to have fix now, then you would need to open file wpadverts/includes/functions.php go to function wpadverts_post_type() on line about 3246 and change

    
    $post = $post->post_type;
    

    to

    
    $post_type = $post->post_type;
    
    Plugin Author Greg Winiarski

    (@gwin)

    Hi again @peacefuladrenaline, @marsparrot
    the update 1.4.3 with a fix for this issue was just released.

    If you do not see it in wp-admin / Plugins, go to wp-admin / Dashboard / Updates panel click “Check Again” this should find the WPAdverts update.

    Thread Starter peacefuladrenaline

    (@peacefuladrenaline)

    Thank you Greg, all works perfectly.
    Best,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘‘Show Contact details’ stopped working’ is closed to new replies.