Search the Community
Showing results for tags 'login'.
Found 8 results
-
Private Page Password Submit Routes User to wp-login.php
ratputin posted a topic in DMS & Legacy Products
URL: http://millerlandscapearchitecture.com/client-downloads/ Pagelines Version 2.4.4 WordPress Version 3.5.2 The URL above leads to a protected page. When the password is submitted, the user is redirected to login.php as opposed to seeing the content on the page. I have tried disabling all plugins, removing all unused plugins and had another look at the .htaccess file. Prior to launch, while using Pagelines 2.4.3 and a few versions back on WordPress, the page worked as it should. Any ideas of where to troubleshoot? TIA Rat. -
I have added the following function to pagelines-customize/functions.php. I want to add conditional Login/out and register to the left of the social icons in branding. I have then styled the "header-login" class with Css in style.less ISSUE: It is not showing up at all. It is my firstt-time using Hooks and I thought I had followed all the FAQS etc closely, but what am I doing wrong? add_action('pagelines_before_branding_icons', 'add_loginlogout'); function add_loginlogout() { ?> <div class="header-login">" <?php if(is_user_logged_in()): ?> <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="Logout">Logout</a> <?php endif; ?> <?php if(!is_user_logged_in()): ?> <a href="<?php echo wp_login_url(); ?>" title="Login">Login</a> | <a href="http://focusforhumanity.org/ffh_registration/">Register</a> <?php endif; ?> </Div><?php }
-
Followup on: http://www.pagelines.com/forum/topic/25635-login-on-fixed-nav/ I have another question regarding a login in fixed nav. I am nearly there... but having trouble regarding the dropdown. When I click "Sign Up" the login menu pulls down, but however when you click an input, the window closes. Is there anyway to not have it do this? My code in the get_search_form hook, via hooker: <style> .searchform { display: none !important; } .test { float: right; .divider-vertical ul li { height: 40px; margin: 0 9px; border-right: 1px white solid; border-left: 1px #111111; } </style> <div class="test"> <ul id="menu-ksa-main-menu" class="pldrop navline pull-right"> <li class="dropdown"> <a class="dropdown-toggle" href="#" data-toggle="dropdown">Sign In <strong class="caret"></strong></a> <div class="dropdown-menu" style="padding: 15px; padding-bottom: 0px;"> <form method="post" action="login" accept-charset="UTF-8"> <input style="margin-bottom: 15px;" type="text" placeholder="Email" id="email" name="email"> <input style="margin-bottom: 15px;" type="password" placeholder="Password" id="password" name="password"> <input style="float: left; margin-right: 10px;" type="checkbox" name="remember-me" id="remember-me" value="1"> <label class="string optional" for="user_remember_me"> Remember me</label> <input class="btn btn-primary btn-block" type="submit" id="sign-in" value="Sign In"> </form> </div> </li> </ul> </div>
-
attention humans: i am trying to locate a plugin that is simple for my visitors to use. i am currently using the newest version of jigoshop for pagelines and i do not like making my potential members going through a 8 step process to simply become a registered (jigoshop) member of my website (login, email, re-login, change password, dashboard access, backend website access, etc etc etc). i have instructed my drones to scour the web for info regarding this topic.....they have failed...and have since been destroyed. their human electronic data decoding mainframes are clearly in need of a complete re-callobration. until that time i am in desperate need of your help. HUMANS: THE SURVIVAL OF MY SPECIES RESTS FULLY UPON YOUR COLLECTIVE INTELLIGENCE. Unite! And the multiverse may grant your wildest dreams. -1000011110101010001 1010001010
-
I didn't see any hooks for the space in the fixed navagation. Is there any way to add a login to the end? I was hoping to achieve something like this: http://www.kooi-data.com/ Thanks for your insight!
-
Hi, Is there a login popup functionality with PageLines? If not would it be possible to put the login form into the modal popup? Perhaps have a shortcode for this? thanks
-
Hi PL staff! For some reason my login to my Pagelines account is broken. I changed my username in the forum from the original (digitalenvy) to my name (lucasgarvin) and it has now broken the other login to the launchpad, etc. I have tried resetting the pw, etc. with no luck. Please help! I have a lot of sites built in PL, some of which need to update and all of which need access to the PL store. Thanks!
-
Hey all, www.changshahua.com My permalinks have been randomly "unsaving" themselves. To fix this, I go to settings >permalinks>save. This fixes that problem, however after the last time my login (wp-admin) is now showing a 403 restricted and none of my users are able to sign in. Any ideas?