neecride
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] block login formOk i found
contion is log=url
echo do_shortcode('[wpmem_form login texturize=false redirect_to='. $Content['login-redirect'] . ' slog=register]');
I made a var_dump to find ??
Forum: Plugins
In reply to: [WP-Members Membership Plugin] block login formhello,
i have add function after login in my login panel (it works)
echo do_shortcode('[wpmem_form login texturize=false redirect_to='. $Content['after-login-redirect'] . ']');
<p> <label for="<?php echo $this->get_field_name('login-redirect-id'); ?>">Redirection après login : </label> <input value="<?php echo $Content['login-redirect'];?>" class="widefat" type="text" name="<?php echo $this->get_field_name('login-redirect'); ?>" id="<?php echo $this->get_field_name('login-redirect'); ?>" /> </p>
but if in case of login error I find myself on an article I may want to redirect to an error page or index
while remaining on the shortcode if there is a condition login error
I did not find on your site !!!
thank you for your time
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] glitter textyes it had to know
thank ??
Forum: Plugins
In reply to: [WP-Members Membership Plugin] block login formthank you that’s what I want !! I created a complete interface
https://kings-template.net/images/widget_login.png
you will understand I have no desire using the basic interface.
for redirection I have to use it
add_filter( 'wpmem_login_redirect', 'my_login_redirect', 10, 2 ); function my_login_redirect( $redirect_to, $user_id ) { // return the url that the login should redirect to return 'https://yourdomain.com/your-page'; }
the form redirects me to an article on error.
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] glitter textThank
i use chrome and firefox and edge
my new adress : https://kings-template.net/demo/
I took a more serious web hosting
we must look to see the effect on the text
vidéo : https://youtu.be/Ae_NkCXAu0E
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] glitter textYes
it’s the same thing in localhost I add that I am the dev template possible that I made a error
Forum: Reviews
In reply to: [CPT Bootstrap Carousel] Good jobok I added line 67 of cptbc-frontend.php file obliged to suit my design
$atts['image_class_custom']
to add a dynamic class with input text in the administration
$image = get_the_post_thumbnail( get_the_ID(), /* here class custom */, $atts['image_size'] );
it works well !