alphaleviathan
Forum Replies Created
-
Forum: Plugins
In reply to: [10Web Social Post Feed] Error with IE11Well for everyone having the same problem, here is the solution:
go to the plug-in folder of this plugin, open up the js folder and the open up ffwd_frontend.js
in line 517 replace the ` with ”
in line 519 replace the ` with ‘
in line 522 replace the ` with ‘save the changes and now it should work. For a more detailed explanation look at this post: https://www.ads-software.com/support/topic/images-not-woking-in-ie/
Best regards
Alpha LeviathanForum: Plugins
In reply to: [10Web Social Post Feed] Images not woking in IEHello @testnct01 ,
since the 10Web Team didn’t help me as well, i decided to look at it myself and i fixed it in around 10 minutes. I really dont know why they didn’t help us.
The Problem:
Just like me, on IE you get the error of an invalid syntax in ffwd_frontend.js (line 517). The Symbol IE struggles with is this one: `. Because of that, you get the error that the following element is undefined: “ffwd_fill_likes_blog_style”. This ends up in the missing picture. I tried to keep it simple so also people who cant code will
approximately understand.How to fix:
Open up the file folder of the plug-in -> click on the folder “js” -> open up the file ffwd_frontend.js (the file you get the first error on). Now go to line 517 and replace the problematic symbol ` with a “. Keep in mind that ‘ will not work because they used it inside already.After that, you need to fix line 519 and 522 as well, because they contain the weird symbol ` as well. This time you need to replace it with ‘, because in those two they used the ” inside. Now those 3 lines should be fixed and everythings works fine.
I hope that i could help you and your pictures get loaded ??
Best regards
Alpha Leviathan- This reply was modified 4 years, 9 months ago by alphaleviathan.
Forum: Plugins
In reply to: [10Web Social Post Feed] Error with IE11Forum: Plugins
In reply to: [10Web Social Post Feed] Error with IE11Hello @zhannak
its because it dissapears after i got all the information i need. Here is a test site with only the feed:
https://personalmarketing-peter-freitag.de/testseite
On IE11 i dont get the images in the feed and the following error in console:
SCRIPT1014: Invalid character
ffwd_frontend.js (517,15)SCRIPT5009: “ffwd_fill_likes_blog_style” is undefined
testseite(238,77338)Best regards
AlphaLeviathan