jquery sliding widget
-
Hi Im pretty much new here, im working on my new blog and ive encounterd a problem basically i want a Sliding top Widget but i dont know how to integrate jquery with wp tags into the header.php i already made a folder called includes where the jquery is, in my theme directory. if anyone knows pls help thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Sounds like you’re self-hosted, try the forums over at: http://wordpress.org/support/
*http://support.wordpress.com/com-vs-org/
-
If you are talking about this blog, http://maltewestedt.wordpress.com/ , then you cannot do jquery here, and we do not have access to any of the underlying theme files.
http://support.wordpress.com/code/
-
No its not http://maltewestedt.wordpress.com/ im currently working on my new theme in localhost i made a copy of the default and started changing it. already downloaded jquery but wordpress alredy uses jquery so it might conflict with ur other jquery files so i had to make a folder called includes in my theme directory thats as far as i got lol now i dont get how to integrate it wiht my theme inable to have sliding widget.
-
We don’t have access to the php here, or the directories. I am not quite sure what jquery is, but it sounds increasingly like you’re out of luck.
-
-
At wordpress.COM you cannot upload or use themes from outside wordpress.COM. At wordpress.COM we are not allowed to edit themes here.
http://support.wordpress.com/themes/adding-new-themes/
http://support.wordpress.com/themes/editing-themes/That means all your hard work will be wasted if you plan on using it on http://maltewestedt.wordpress.com/ .
If you plan on using it on a self-hosted blog on a third-party hosting site, then you are in the wrong forum and need to be over at http://wordpress.ORG/support.
-
ok guys i got it sorted out now this what i did in the header.php head section >
<script src=”<?php bloginfo(‘template_url’); ?>/js/jQuery.js” type=”text/javascript”></script>
<!– Sliding Widget effect –>
<script src=”<?php bloginfo(‘template_url’); ?>/js/Slider_Widget.js” type=”text/javascript”></script><script type=”text/javascript”>
jQuery(document).ready(function(){
jQuery(“#slider”).easySlider({
auto: true,
continuous: true,
});
});</script>
</head><div id=”headerWidget”>
<div style=”position: relative;”>
<div id=”slider”>- <div class=”TopWidgetImg2″ title=”Hello Blue”></div>
- <div class=”TopWidgetImg” title=”Hello Blue”></div>
- <div class=”TopWidgetImg2″ title=”Hello Blue”></div>
- <div class=”TopWidgetImg2″ title=”Hello Blue”></div>
</div>
</div>
</div> -
This does people here at wordpress.COM zero (0) good because we cannot edit the underlying theme files here.
-
oh ok i dident know earlyer that this wasent for selfhosted wordpress blogs but thanks for the tip to go to http://support.wordpress.com/com-vs-org/
-
- The topic ‘jquery sliding widget’ is closed to new replies.