Chelsea Profit

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 174 total)
in reply to: WP Membership Pro #204898

Chelsea Profit
Participant

That is weird. I have reinstalled and it is functioning as expected. Thanks!

in reply to: WP Membership Pro #204896

Chelsea Profit
Participant

What is that? I am unable to see the subscribe button/section I only see the shortcode written out.

in reply to: Change who emails are from #204894

Chelsea Profit
Participant

we actually use FluentSTMP, not WP Mail. When I checked the send logs, it appeared correct https://prnt.sc/0_dFAN0hrsvV I will contact my hosting service.

in reply to: WP Membership Pro #204893

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #204874

Chelsea Profit
Participant

I just tested again on my phone using Firefox. I was able to subscribe and I received the welcome email. However, the automatic login did not work.

in reply to: WP Membership Pro #204873

Chelsea Profit
Participant

It appears so. I haven’t been able to test on tablets.


Chelsea Profit
Participant

Thank you! Is there a way to remove pagination completely?

in reply to: Elementor #204870

Chelsea Profit
Participant

Thank you

in reply to: WP Membership Pro #204799

Chelsea Profit
Participant

I have been testing and testing. Today I tried to register on mobile. It redirected to the correct page but no registration happened. please advise.

in reply to: Elementor #204779

Chelsea Profit
Participant

Does that sort for tags? I need it sorted by tags

in reply to: Shortcode to display top downloads from previous month #204778

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: Elementor #204771

Chelsea Profit
Participant

Thank you. Also, is there a way to exclude a category? ie. if I wanted to list items in Category A but NOT Category B


Chelsea Profit
Participant
This reply has been marked as private.
in reply to: Can I change the redirect URL after Register? #204763

Chelsea Profit
Participant

Thank you, yes, that is the solution.

in reply to: Elementor #204732

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: Can I change the redirect URL after Register? #204696

Chelsea Profit
Participant

Yes, I see that option. What I am asking about is when people click “Subscribe” and register for membership with us they are redirected to the user-dashoard. I would like for them to go to a different page.

in reply to: Elementor #204695

Chelsea Profit
Participant
This reply has been marked as private.

Chelsea Profit
Participant

Yes, I understand. Can I create a custom default image?

in reply to: Can I change the redirect URL after Register? #204619

Chelsea Profit
Participant

It is related to that. I have my register page going to a custom URl. When people register there I’d like for them to be redirected to another URL instead of the user dashboard.

in reply to: Template Previews not working #204603

Chelsea Profit
Participant

Yes, It was just taking aminute and I jumped the gun.Thanks


Chelsea Profit
Participant

Can I set a new default user profile image?


Chelsea Profit
Participant

Is there another way? I am not going to ask my users to sign up with a whole other website just to change their profile picture.

in reply to: Membership Renewal Notice Email #204390

Chelsea Profit
Participant

I see that you just added this! Thank you! I am not super familiar with corn jobs but if I adjust the “1” to 2,3, or whatever other number is that how may days before the renewal they will get noticed?

Installation


Chelsea Profit
Participant

Is there a shortcode to display the top downloads overall?

in reply to: Conflict with Login Logout Menu #204378

Chelsea Profit
Participant

I found an answer that works! https://www.wpdownloadmanager.com/support/topic/change-logout-redirect-url/

Add the following code to the bottom of your active theme’s functions.php file to redirect users to the homepage. You can add custom URL slug inside home_url function to redirect to a custom URL.

add_action(‘wp_logout’, ‘wpdm_logout_redirect’);
function wpdm_logout_redirect(){
wp_redirect(home_url(“”));
exit();
}

Viewing 25 posts - 51 through 75 (of 174 total)