Rich Text Editor issue
-
I’m currently updating my blog widgets with the new text editor implemented on the bundle… And here it comes the only problem i found untill now.
When i add the “new code” of Facebook APP, to display the like box with the rich text editor on my side bar, the like box doesn’t show up. Basically just a blank widgedt, with the hyperlink of my fb address displayed for few second, than white box.
While instead using the black tiny mce, it’s displayed correctly as usual.
I did some tests, deactivating black tiny mce, but yet the bow doesn’t show up in PB rich text editor.
Any viable solution ?
-
Update
Even after the last 1.4.3 update the issues is not yet solved
Regards
I’m interested too to replace the black studio widget with this one as its built in but there are still a few issues like this one.
Is it maybe because this widget adds p-tags to your content while the other one gave you the option not-to? I heard this should be implemented in the new version but I didn’t see it mentioned in the changelog.
Thanks for the hint Ovidiu. I did some test, and the <p> </p> tags doesn’t seem to be the issue
When I add the FB like snippet < div > tagged, there paragraph tags are not even added, or at least, on my end are not visible.
Anyway, the Like Box can’t be displayed yet, not even on 1.4.4 version.
Hi Andrea
Can you post the code you’re trying to add to your page. I’ll be able to use this to check what’s going on.
Hi there Greg,
Here it is the code to display the FB like box app.
On the Header.php, on Body tags
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.4&appId=483046871852958"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>And on the Widget on sidebar
<div class="fb-page" data-href="https://www.facebook.com/pages/Transsexaul-Date-Online/916401298406498?" data-width="310" data-height="250" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"> <div class="fb-xfbml-parse-ignore"> <blockquote cite="https://www.facebook.com/pages/Transsexaul-Date-Online/916401298406498"><a href="https://www.facebook.com/pages/Transsexaul-Date-Online/916401298406498">Transsexaul Date Online</a> </blockquote> </div> </div>Thanks,
AndreaHi Andrea
Braam has managed to find the cause of the issue. We’re busy looking for a fix. I’ll keep you posted.
I’m glad to hear that Greg.
Thanks π
Braam confirms this will be resolved in the next update. Thanks π
I confirm the problems is solved with 1.5 update.
Good job guys π
That’s great to hear. Thanks for confirming @andreadelriva.
The topic ‘Rich Text Editor issue’ is closed to new replies.