Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    The site seems to have an issue right now where URLs such as hoangtien.info/work/cyhome-app-for-resident/ are redirecting to the homepage.

    That said, your current theme loads your content via Ajax, so it needs to fire the standard post-load event each time it inserts content via Ajax.

    You can manually fire the post-load event in your browser’s JavaScript console to see that it makes the buttons (and possibly other site components) appear:

    jQuery( 'body' ).trigger( 'post-load' );

    You should look into getting the theme fixed so that it always fires the above line after inserting content via Ajax.

Viewing 1 replies (of 1 total)
  • The topic ‘Share button not showing in my homepage, but in post showing’ is closed to new replies.