clarose098
Member
Posted 1 year ago #
http://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.
clarose098
Member
Posted 1 year ago #
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.
clarose098
Member
Posted 1 year ago #
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.