• DimedP

    (@dimedp)


    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?

Viewing 9 replies - 1 through 9 (of 9 total)
  • WPyogi

    (@wpyogi)

    Please see Responsive’s dedicated support forum at https://themeid.com/help/

    Thread Starter DimedP

    (@dimedp)

    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.

    WPyogi

    (@wpyogi)

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

    Thread Starter DimedP

    (@dimedp)

    WPyogi

    (@wpyogi)

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

    Thread Starter DimedP

    (@dimedp)

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

    Emil Uzelac

    (@emiluzelac)

    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: https://css-tricks.com/scrollfollow-sidebar/

    Emil

    Thread Starter DimedP

    (@dimedp)

    Thanks Emil

    Emil Uzelac

    (@emiluzelac)

    my pleasure ??

    Emil

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Interactive Sidebar? Static Sidebar?’ is closed to new replies.