Displaying pages in the slider and displaying the slider on all pages

  • Admin

    Syahir Hakim

    #18677

    Try removing the first two functions (graphene_display_slider() and graphene_scrollable()) from your child theme and just insert this:

    function graphene_display_slider(){
    graphene_slider();
    add_action( 'wp_footer', 'graphene_scrollable' );
    }

    EducatedSavage

    #18678

    Yay! It works! I did a LOT more fiddling (including crashing my site three times – woohoo!) and got it working, thank you Josh and Syahir! I now have a beautiful slider in my sidebar and I managed it much more elegantly thanks to the action hooks menu! I think it’s absolutely beautimus!

Viewing 2 posts - 11 through 12 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.