Just submitted version 1.05 which has a fix for Disqus included. Should be a day or two until you get the update in your dashboard 🙂
I’ll update it via ftp asap 🙂
Or, better, when i’ll find it on WP.org 😀
Okay v1.06 is now live, so I’m marking this as resolved. Thanks for your patience.
Is it possible to display disqus just under the blog post on the white field? Right now it display on the black field, not in the same place where wordpress comments display while turned on.
Thanks for the help,
Ola
Sure, it will just take some extra CSS.
First, download an empty Tracks child theme to put your changes in (so they don’t get overwritten).
Then, add the following to the style.css file:
#disqus_thread {
background: white;
padding: 3em 5.55%;
}
@media all and (min-width: 37.5em){
margin: 0 5.55%;
}
@media all and (min-width: 43.75em){
padding: 3em 11.11%;
}
@media all and (min-width: 56.25em){
padding: 3em 16.66%;
}
@media all and (min-width: 75em){
padding: 3em 22.22%;
}
That will give the disqus section a white background and the same structure as the rest of the page.
Finally, to activate your child theme with the new disqus styles:
- Visit your site’s dashboard
- Go to the Appearance menu
- Click on the “Add New” button at the top of the page
- Click on the “Upload Theme” button at the top of the page
- Click on the “Choose File” button
- Select the tracks-child.zip file
- Click the blue “activate” link