Could I jump to say the 300th post in the sequence?
]]>Just a ‘Clear previous entries’ button would do for the user
]]>I have been using WP-Members for a while now and it’s been perfect however recently (after a server crash and rebuild from back-ups) it has been asking for the username and login on every protected page rather than remembering the user until they log out.
Example: There are 4 areas users can login to. Area1, Area2, Area3 & Area4 – there are also a number of protected pages under each area. When a user clicks Area1 they enter their username and password (which is how it should be) and then they have access to that area. When they come to click on a page (under Area1) they are again asked for their username and password rather than it being remembered for all pages under Area1.
The question is, why would it keep asking each time? Does WP-Members store the in use username/password combo somewhere until the user logs out?
I have tried using the Admin username and password but again this still asks for every page. I have also set-up a new user (in case the existing users have a problem) but again, this asks everytime.
Help on this would be greatly appreciated as I have tried all the settings and am trying to avoid re-installing WP-members unless absolutely necessary.
Thank you.
Mark.
https://www.ads-software.com/plugins/wp-members/
]]>I’m new to wordpress and i tried to configured the forget link on customer login in appointment request popup. Please suggest me. It’s urgent..
https://www.ads-software.com/plugins/wp-booking-system/
]]>I have noticed that it is not possible for a user to choose a login password when they submit account information. In my attempts of creating an account, I have to report that I have lost my password to get my frist password (even though the user never had one in first place). Isn’t there a way for the user to define their login password at the same session when creating their first account?
Look forward to hearing from you.
Kind regards,
Yunis
https://www.ads-software.com/plugins/wp-job-manager/
]]>Thanks
Hannah
https://www.ads-software.com/plugins/wise-chat/
]]>how to fix it?
https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
]]>Regards,
Mareva
https://www.ads-software.com/plugins/login-sidebar-widget/
]]>I recently coded my ownn theme for this site: grupo-berlin.de. Nearly every Site is a Custom Template with
<?php
/**
Template Name: Various Names
*/
?>
at their top.
Every template is named: radscheit-XXX.php
When I setup pages with one of my templates it works fine. When I visit the same page a few hours later the page forgot its template name and nothing but header and footer is displayed. I’m using Advanced Custom Fields and WPML.
All of my templates are very similiar:
<?php
/**
Template Name: Leistungen
*/
?>
<?php get_header(); ?>
<div class="container" id="contentbereich">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php if (get_field('main-headline') && get_field('2nd-headline') && get_field('copy-text') && get_field('grafik')): ?>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="uberschrift-grey"><?php the_field('main-headline'); ?></h1>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h3 class="halbfett">
<?php the_field('2nd-headline'); ?>
</h3>
<div class="row">
<div class="col-md-4">
<?php the_field('copy-text'); ?>
</div>
<div class="col-md-8">
<img src="<?php the_field('grafik'); ?>" class="img img-responsive"/>
</div>
</div>
</div>
</div>
<?php else: ?>
<p class="rahmenoben"><?php _e('Es sind keine Posts hinterlegt.'); ?></p>
<?php endif; ?>
<?php endwhile; else: ?>
<p class="rahmenoben"><?php _e('Es sind keine Posts hinterlegt.'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
Does anyone have an idea?
Thanks in advance
]]>