Hello TagDiv team,
Thank you for the theme. It is superb. It is worth every cent. I installed it yesterday. I’m still working towards the final design.
The main issue I have right now is that I installed side notes by livefyre plugging for wordpress and it isn’t working. My website is CalgarianVanguard.com
I would greatly appreciate if we could find a way to make it work. For me having this inline commenting system, is a big part of my project.
Thank you for your time.
Kind regards,
Daniel Rodriguez
P.S: I don’t know if it might be of help but here are the documentation of sidenotes for developers. I really don’t know where to start to make this work. I’m studying journalism at university and I have 0 knowledge in coding at the moment. I’m learning a bit everyday.
It is weird. In some articles side notes show up, and in others not. :/
In this article you can see side notes (http://www.calgarianvanguard.com/?p=14), but not in this one (http://www.calgarianvanguard.com/?p=17).
Hello Lucian,
I talked back and forward with Livefyre team, and it was an issue with the plugin. Now sidenotes are working on the website.
However, I’m having a styling issue with sidenotes and full width post that I’ve added text padding.
Is there a way to make the text padding, and sydenotes to work together?
You can see the issue in this post .
Cheers,
Daniel
Hi,
I’m not sure what your issue is with the sidenotes. If you refer that the sidenotes remain at the left of the post if you are using the post content padding you can fix that like this: http://screencast.com/t/voRUtMsB
Use this css:
.postid-413 #livefyre-sidenotes-header-wrapper {
padding-left: 17.5% !important;
}
Note that this will be applied only to that specific post, you will need to adjust it if you want to make changes to other posts.
Thanks
Hello Lucian,
Sorry but once more I’m not explaining myself properly. If you check this post out you will be able to see at the end of each paragraph a comment bubble. When I use text padding in an article those bubbles are not showing up like in this post .
I asked the guys at livefyre adn their response was: “it appears Sidenotes is working just fine on that site as far as we can see. As I suspected, it looks to be an issue with your styling. The engineer I spoke with suggested you try adjusting your DOM selectors for full-width pages and fixing the CSS that is drawing a border around our editor textarea.”
Is there a way we can fix the styling in the theme so sidenotes can work well when padding for the text is used?
Kind regards,
Daniel
Hi,
@dl_rod
This comment section looks like this: http://screencast.com/t/NZYzOqbeh because of the layout you are using for that post and doesn’t have anything to do with the padding format applied to the post content so if you switch that post to the full width layout: http://screencast.com/t/OCeIRTRkYzAI will also have the large bubbled comment section: http://screencast.com/t/joQym8TblU
Thanks