• Resolved wickje

    (@wickje)


    I am using the Autofocus theme, not sure if people are familiar with that one, but when I select the theme in my dashboard it say widgets are supported so I go to configure them. I place desired widgets in one of the 2 sidebars it shows are available, then nothing shows up on the front page of my site or in the posts.

    Is there something else I should be doing? I couldn’t seem to find any way to turn the sidebars on or off, they just seem to not be there when I look at my site.
    Any suggestions…?

Viewing 4 replies - 1 through 4 (of 4 total)
  • This theme is sort of bootstrapped in the sense that the sidebar widget is missnamed. Everything in your sidebar actually goes to the bottom of you 404 and archive pages.

    Huzzah!
    Please mark resolved.

    mine doesn’t even show up there…any thoughts?

    donald91

    (@donald91)

    You need to add the <?php get_sidebar ?> to the page.php, single.php and home.php to add the sidebar on every page.
    you also need to go into the style.css and look for the last lines:
    .home .entry-meta, .page .sidebar, .category .sidebar, .archive .sidebar, .search .sidebar, #access .skip-link, .archive-meta {display:none;}
    There you have to delete the display:none.

    I explain, with photos, exactly how to easily activate or to make the sidebar widgets appear beside posts in the Autofocus WordPress theme in my blog entry here:

    https://infinitemagicphoto.com/2010/12/adding-the-sidebar-widgets-in-the-autofocus-wordpress-theme/

    I hope this helps you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No sidebar on AutoFocus theme’ is closed to new replies.