Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Embed comment Wordpress glitchy
Gogito
New
So, I've enable embed comment and everything seems to be working except that it doesn't look right.
0
Comments
Welcome to the community!
That's an issue with the Bootstrap theme, it doesn't support embedded comments yet:
https://github.com/kasperisager/vanilla-bootstrap/issues/96
If you could post a link to your site, we could take a look, it may just be a few lines of CSS you'd have to add.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Ok
Here it is
http://mmo4teen.com/making-money-online-monthlyyouth/
Anyone ?
You need to provide a test user account. Guests can't comment, so can't see the issue.
Oh
Try
User: 1
Pass: 123456
Or you can login with facebook or twitter
Has anyone figure it our yet ? I can't seem to find what css is controlling it.
This gets quite messy, I'd rather wait for @Kasper to implement styling for embedded comments.
I propose a different solution - revert back to the default style for embedded comments:
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
How do I implement that ?
That's a plugin called "EmbedDefaultStyle". Save it to
/plugins/EmbedDefaultStyle/class.embeddefaultstyle.plugin.php
and then you can activate it in the dashboardI tried it but when I activate it, I get "error". Can you upload the ready-made version of it. Like in zip form thatonly needs to be extract to the folder.
I have had the same problem and I have created a patch for it, allowing you to select a specific theme for everything embedded.
It's not in the main repo (yet?), but you can find the whole thing here: https://github.com/CatLabInteractive/vanilla
Please note that I could not put this in a plugin; it's a patch.
Please, always post the actual error messages you get.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
After looking into this, this is not a sufficient solution. You need to unregister the current theme's hooks file from the plugin manager. Then you need to register the new theme's hooks file if you want to change to a theme that has one.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I know, but it should be sufficient for the discussion/embed view if the base theme is bootstrap
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks a lot, it worked.
I've just checked again and it seems not to be working with mobile, what should I do to make it work ?
Add
"MobileFriendly" => true,
to the PluginInfo array (insert after line 6 for example)My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks a lot @Bleistivt, it worked perfectly.
Well, I've checked again and now it's not working with mobile anymore. @Bleistivt Can you help me again ?
On second thought, I guess I'm gonna work with the actual CSS of bootstrap to fix this, my css skill has imporved a bit thanks to you guys