Viewing 1 replies (of 1 total)
  • Plugin Author Iznogood1

    (@iznogood1)

    Hi t.landmann,

    I understand you use the twentytwelve THEME (not plugin as written).

    The simpliest way to use the plugin is then to modify the twentytwelve_content_nav function in the functions.php file on line 281.

    Replace the lines 281 to 293 by

    function twentytwelve_content_nav( $html_id ) {
    	if(function_exists('page_navi_slider')) page_navi_slider();
    }

    If you do not want to change the functions.php, you have to replace the twentytwelve_content_nav function in each templates files :
    Replace: <?php twentytwelve_content_nav( 'nav-below' ); ?>
    By: ‘<?php if(function_exists(‘page_navi_slider’))`
    on

    • index.php: line 28
    • category.php: line 40
    • tag.php: line 41
    • archive.php: line 52
    • author: lines 43 and 74
    • search.php: lines 21 and 28
    • tag.php: line 41
Viewing 1 replies (of 1 total)
  • The topic ‘Cant get it working’ is closed to new replies.