Nemanja Krecelj
asked 10 years ago

Hello,
I have problem with DW Fixel, when I open a blog post, my txt look like this:

 
Also i added FB comments, and every time i open a new blog post link, it showing up me a WP comments.

When i do hard refresh on that page, then all is normal, text from up piture is normal, and there is a FB comments show up.

I saw that i got main menu when i hard refresh a page.

How to fix it? I hope you guys understand me, my English is not so good.

Thanks

Nemanja Krecelj
replied 10 years ago

Update:

I find other way to write posts with this icons, that works. So don’t need to fix it.

But still Facebook comments not working when visitor come from home page to blog post. Only if come from direct link. Then all things works.

1 Answers
Kido D
answered 10 years ago

Hi Nemanja,
Currently there is no option to do this on popup mode, but you can disable the popup post to get Facebook comment working: Open the main.js file in themes/dw-fixel/assets/js folder, find the following code (around line 342):

 if( ! isIE || ( isIE && parseInt( jQuery.browser.version ) > 8 ) ) {

…and change it into this:

 if( false ) {

Hope this helps!

Nemanja Krecelj
replied 10 years ago

Finally! Thanks so much! 🙂

Powered by DW Question & Answer Pro