• I installed the My page order plugin and it appears to work well in the administrative screens. When I drag my pages into the order that I want and tell it to set the order it appears to do so and it changes how they appear in the dashboard/pages screen. It does not however change how they are ordered when I view the page. I am using the Picture Perfect theme with a sliding menu. my web address is http://www.schandorfffamily.com. I know you have probably already answered this question for others by I couldn’t tell if that answer applied to me and the theme I am using. If I do need to change the code please be specific about where to change it because I do not have much PHP experience.
    thanks for a good plugin and the help.

    Tim

Viewing 4 replies - 46 through 49 (of 49 total)
  • Hi Andrew,

    awesome, its working. Thank you very much for your help.

    regards,
    marc

    Andrew,

    I just emailed the header.php info to you. Thanks so much!

    Woody

    Hi,
    I have the same problem. I am using an Elegant Theme (ArtSee) and I’ve looked through all the other posts on this subject but I can’t find the code to change. here is the header.php code
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php elegant_titles(); ?></title>
    <?php elegant_description(); ?>
    <?php elegant_keywords(); ?>
    <?php elegant_canonical(); ?>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <!–[if IE 7]>
    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo(‘template_directory’); ?>/iestyle.css” />
    <![endif]–>
    <!–[if lt IE 7]>
    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo(‘template_directory’); ?>/ie6style.css” />
    <![endif]–>
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
    <?php wp_head(); ?>

    </head>
    <body>
    <div id=”wrapper2″>
    <div id=”header”>
    “>
    <img src=”<?php bloginfo(‘template_directory’); ?>/images/logo.gif” alt=”logo” class=”logo” />

    <!–Begin Search Bar–>
    <div id=”search-wrap”>
    <div id=”panel”>
    <div class=”search_bg”>
    <div id=”search”>
    <form method=”get” action=”<?php bloginfo(‘home’); ?>” style=”padding:0px 0px 0px 0px; margin:0px 0px 0px 0px”>
    <input type=”text” name=”s” value=”<?php echo esc_html($s, 1); ?>”/>
    <input type=”image” class=”input” src=”<?php bloginfo(‘template_directory’); ?>/images/search.gif” value=”submit”/>
    </form>
    </div> <!– end #search –>
    </div> <!– end #search-bg –>
    </div> <!– end #panel –>
    <p class=”slide”>
    <?php _e(‘search’,’ArtSee’); ?>
    </p>
    </div> <!– end #search-wrap –>
    <!–End Search Bar–>
    <div style=”clear: both;”></div>

    <!–Begin Pages Navigation Bar–>
    <div id=”pages”>
    <?php $menuClass = ‘nav superfish’;
    $primaryNav = ”;

    if (function_exists(‘wp_nav_menu’)) {
    $primaryNav = wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘echo’ => false ) );
    };
    if ($primaryNav == ”) { ?>
    <ul class=”<?php echo $menuClass; ?>”>
    <?php if (get_option(‘artsee_home_link’) == ‘on’) { ?>
    <li class=”page_item”>“><?php _e(‘Home’,’ArtSee’) ?>
    <?php }; ?>

    <?php
    if (get_option(‘artsee_swap_navbar’) == ‘false’) {
    show_page_menu($menuClass,false,false);
    } else {
    show_categories_menu($menuClass,false);
    }; ?>
    <!– end ul.nav –>
    <?php }
    else echo($primaryNav); ?>
    </div> <!– end #pages –>
    <!–End Pages Navigation Bar–>
    </div> <!– end #header –>

    <div style=”clear:both;”></div>

    Plugin Author froman118

    (@froman118)

    jean,

    I can’t really provide support for premium themes. “show_page_menu” is some function specific to this theme and I don’t know what it does or how to configure it. Your best bet is asking for support on ElegantTheme’s site, the navigation bar needs to sort by the “menu_order”.

    https://www.elegantthemes.com/forum/

    Andrew

Viewing 4 replies - 46 through 49 (of 49 total)
  • The topic ‘[Plugin: My Page Order] not changing the order on the site’ is closed to new replies.