chieh301
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?Problem solved again~
Don’t call WPAC.Init() twice.thanks again~
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?another Problem ….
when i load other post in the same page,and leave reply.
it will send previous post comment again, and show duplicate comment error…..Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?Problem solved…
Just add <body>…</body> in target page.
thanks a a lot~Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?OK~
Thank you for your reply~
I put the code in my script~$('.modal-body').load(post_url,function(result){ WPAC._Options.commentsEnabled = true; WPAC._Initialized = false; WPAC.Init(); }Initialization is succeed,all object been found.
butUnsupported server response, unable to extract body (data: '
‘Something went wrong. Reloading page’Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?OK~
this is my site~
http://www.domoidea.com/sale/?product=hdfgh#?product_article=adf-f-sadI disable the comment of ?product=hdfgh ,so when i enter this page
‘ Abort initialization (comments are not enabled on current page)’can i initialize when i start loading content?
thank you very much for your help!