Forums

Interactive Sidebar? Static Sidebar? (10 posts)

  1. DimedP
    Member
    Posted 2 months ago #

    How can I make my sidebar scroll down with the page? I am using responsive theme. Also can someone tell me if spiders are good or bad and if I should delete them or let them crawl?

  2. WPyogi
    Volunteer Moderator
    Posted 2 months ago #

    Please see Responsive's dedicated support forum at http://themeid.com/help/

  3. DimedP
    Member
    Posted 2 months ago #

    Wpyogi:
    There is no open discussion for this problem in that page and it won't let me open a discussion because of my location.

  4. WPyogi
    Volunteer Moderator
    Posted 2 months ago #

    Really, wow, okay, then can you post a link to your site - I'll be happy to look at it for you.

  5. DimedP
    Member
    Posted 2 months ago #

  6. WPyogi
    Volunteer Moderator
    Posted 2 months ago #

    Hmm, it looks like this may be a bit complicated - because of the responsive nature of the theme - setting fixed positioning on the sidebar will make it not work right on smaller devices. However, Emil (the theme developer) knows more about how this theme works, so he may have a solution for you - and he does check these forums - so I'll tag this thread so he'll see it.

    If you want to try this and see how it works, under Appearances >> Theme Options >> Custom CSS Styles, try adding this:

    #widgets {
        position: fixed;
        width: 26%;
    }

    But like I said, I think this won't work on smaller devices :( .

  7. DimedP
    Member
    Posted 2 months ago #

    No, that won't work. It only messes up the home page.

  8. Emil Uzelac
    Theme Review Admin
    Posted 2 months ago #

    Spiders, assuming that you're referring to Search Engines are good, unless you don't want people visit your site. If so, let them be :)

    For the slider I would recommend Meteor Slides, rather than what you currently have.

    ThemeID does not restrict countries, so you're good there. We do however use Akisment and StopForumSpam as well.

    For the scrollable sidebar see: http://css-tricks.com/scrollfollow-sidebar/

    Emil

  9. DimedP
    Member
    Posted 2 months ago #

    Thanks Emil

  10. Emil Uzelac
    Theme Review Admin
    Posted 2 months ago #

    my pleasure :)

    Emil

Reply

You must log in to post.

About this Topic