• Resolved uncletoma

    (@uncletoma)


    Great and amazing theme, but seems not support Disqus.
    After install it on my blog, comments on all posts are closed and Disqus wasn’t work.
    Coming back to previous theme, but i like yours.
    Please, fix it ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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 ??

    Thread Starter uncletoma

    (@uncletoma)

    I’ll update it via ftp asap ??
    Or, better, when i’ll find it on WP.org ??

    Theme Author Ben Sibley

    (@bensibley)

    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

    Theme Author Ben Sibley

    (@bensibley)

    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:

    1. Visit your site’s dashboard
    2. Go to the Appearance menu
    3. Click on the “Add New” button at the top of the page
    4. Click on the “Upload Theme” button at the top of the page
    5. Click on the “Choose File” button
    6. Select the tracks-child.zip file
    7. Click the blue “activate” link
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disqus’ is closed to new replies.