Update from 3.0.4.1 to 3.1.2 breaks functionality
-
I just tried to updated the plugin, and if the user is not logged in, I see the login bar with no content below it, also the login or join widgets do not work.
What must I do to make the site compatible with the new plugin? I’m taking over this site from a previous developer.
I’m using the following for the login in the header:
<div id="loginBar_Right"> <div id="loginMessages"> <?php if($_SESSION['lastQuery'] && !is_search()) { ?> <span><a href="<?php echo $_SESSION['lastQuery']; ?>"> <?php _e("Return to Search Results", "bonestheme"); ?></a></span> <span class="pipe">|</span> <?php } ?> <?php if (is_user_logged_in()){?> <span><?php wpml_link_to_element(149, 'page', ''); ?></span> <?php } ?> <?php if (!is_user_logged_in()){?> <span><a class="ajaxRegister" href="<?php bloginfo('url'); ?>/wordpress/wp-signup.php"><?php _e("Join", "bonestheme"); ?></a></span> <?php } ?> <span class="pipe">|</span> <?php if (!is_user_logged_in()){?> <span><a class="ajaxLogin" href="<?php bloginfo('url'); ?>/wordpress/wp-login.php"><?php _e("Log In", "bonestheme"); ?><span class=" arrow arrow-s"></span></a></span> <?php } else { ?> <span><a class="ajaxLogin" href="<?php bloginfo('url'); ?>/wordpress/wp-login.php"><?php _e("My Account", "bonestheme"); ?></a></span> <?php } ?> </div> <div id="loginOut"><?php login_with_ajax(); ?></div>
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Update from 3.0.4.1 to 3.1.2 breaks functionality’ is closed to new replies.