DezD
MemberForum Replies Created
-
Hi Prasanna
many thanks for getting back to me, much appreciated.
I have created the php file as your suggest with the following coe:
<?php
function graphene_display_slider(){
graphene_slider();
add_action('wp_footer', 'graphene_scrollable');
}
function custom_enqueue_scripts(){
if ( ! is_admin() ) { // Front-end only
wp_enqueue_script( 'graphene-jquery-tools' ); // jQuery Tools, required for slider
}
}
add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' );
function graphene_display_slider(){
if (is_single() || is_front_page()|| is_home()){
graphene_slider();
add_action('wp_footer', 'graphene_scrollable');
}
}
?>This does not remove the slider from the home page: http://www.blog.bigfish-littlefishuk.co.uk/ though. What am I doing wrong?
Hope to speak soon.
Thanks again
Deryn
Hi Kenneth
Thanks for the quick reply, I shall have a read of that post and see if it is what I need which I guess will be excerpts of posts with links to the full posting.
Kind regards
Deryn
