Title: Integrate slider panel
Last modified: August 20, 2016

---

# Integrate slider panel

 *  Resolved [vshall21](https://wordpress.org/support/users/vshall21/)
 * (@vshall21)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/integrate-slider-panel/)
 * Hello,
    I want to ingrate slider panel with this one.For example When a user 
   click on menu first panel should scroll and then the page loads via ajax on that
   panel
 * Thanks
 * [http://wordpress.org/extend/plugins/advanced-ajax-page-loader/](http://wordpress.org/extend/plugins/advanced-ajax-page-loader/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Dean Williams](https://wordpress.org/support/users/deano1987/)
 * (@deano1987)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/integrate-slider-panel/#post-3243684)
 * These are features coming soon to AAPL. They are not possible without custom 
   coding the .js file at this time.
 *  Thread Starter [vshall21](https://wordpress.org/support/users/vshall21/)
 * (@vshall21)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/integrate-slider-panel/#post-3243693)
 * Thanks for reply.Can you help me with pretty photo? its not working.i need to
   refresh page then it works i have added reload code.
 * jQuery(document).ready(function () {
    jQuery(“.gallery1 a”).attr(“rel”,”gallery1″);
   jQuery(‘a[rel=”gallery1″]’).colorbox({title: function(){ return jQuery(this).
   children().attr(“alt”); }});
 * jQuery(“.wine:first a[rel^=’prettyPhoto’]”).prettyPhoto({animation_speed:’normal’,
   theme:’facebook’,slideshow:3000, autoplay_slideshow: false,social_tools: false});
   
   jQuery(“.wine:gt(0) a[rel^=’prettyPhoto’]”).prettyPhoto({animation_speed:’normal’,
   theme:’facebook’,slideshow:3000, autoplay_slideshow: false,social_tools: false});});
 *  Plugin Author [Dean Williams](https://wordpress.org/support/users/deano1987/)
 * (@deano1987)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/integrate-slider-panel/#post-3243694)
 * Hey VSHALL,
    you do not need the .ready part as the reload function is handled
   for you when necessary, so just try:
 *     ```
       jQuery(".gallery1 a").attr("rel","gallery1");
       jQuery('a[rel="gallery1"]').colorbox({title: function(){ return jQuery(this).children().attr("alt"); }});
   
       jQuery(".wine:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'facebook',slideshow:3000, autoplay_slideshow: false,social_tools: false});
       jQuery(".wine:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'facebook',slideshow:3000, autoplay_slideshow: false,social_tools: false});
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Integrate slider panel’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-ajax-page-loader_bcd4a4.
   svg)
 * [Advanced AJAX Page Loader](https://wordpress.org/plugins/advanced-ajax-page-loader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-ajax-page-loader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-ajax-page-loader/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-ajax-page-loader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-ajax-page-loader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-ajax-page-loader/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dean Williams](https://wordpress.org/support/users/deano1987/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/integrate-slider-panel/#post-3243694)
 * Status: resolved