• I’ve got a problem concerning the sidebar with my blog, https://thinkproductive.co.uk/b4/ All sidebar components show up on the home page. However, when looking at a single post some images, links and bottom of boxes disappear.

    I have checked the Index.php file and they are both using the same sidebar.

    Can anyone please help me rectify this problem? Many thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • for instance, the graphic at the bottom of the widgets
    <img src="../images/sideboxfoot.png" alt="">
    needs an absolute file path.

    this is probably the same for all the other images.

    this could be done with bloginfo('template_path') – assuming that the images are in the /images folder of the theme.

    for instance:
    <img src="<?php bloginfo('template_url'); ?>/images/sideboxfoot.png" alt="">

    Hello, I’m not good with wordpress but I was browsing your site and I noticed the footer is messed up on the clients page, just a heads up.
    I like your layout though ??

    GrahamW0009

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar problems’ is closed to new replies.