• Resolved clarose098

    (@clarose098)


    https://www.vsamarquette.org

    On my News page the sidebar jumps to the bottom. I double checked my widths on imgs and divs and that doesn’t seem to be the problem.

    The sidebar works on the custom pages that aren’t utilizing the blog feed.

    Also, my background images are properly loading, but on my homepage my imgs using src are not.

    I think my jquery isn’t loading either, but I can’t double check that until I can find the proper pathway for the images.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter clarose098

    (@clarose098)

    I fixed the problem with the images and jquery- I needed to use this instead for images:

    <img src="<?php bloginfo('template_directory'); ?>/images/slide_image_2.jpg" width="910" height="167" alt="vsa_art_slider_2" />

    for jquery:

    <script type="text/javascript"
       src="<?php bloginfo("template_url"); ?>/js/cycle.js"></script>

    Still having problems with sidebar jumping to bottom on NEWS page.

    Thread Starter clarose098

    (@clarose098)

    I figured out my sidebar problem: I switched when I called my sidebar php. Once I moved it above the query the sidebar fixed itself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Jumps to Bottom when blog loads.’ is closed to new replies.