kalebweeter14
Forum Replies Created
-
I disabled my only plugin that does those things. WP Rocket. My host, Kinsta, also allows for cache clearing.
Forum: Themes and Templates
In reply to: Course Grid Below Course ListThis is a learndash page. The course data besides the course grid, because I added that manually, will automatically show up on the page but is not visible in editor or elementor. I have placed the course grid at the bottom of the page already.
- This reply was modified 3 years, 11 months ago by kalebweeter14.
Forum: Themes and Templates
In reply to: [OceanWP] Certain Pages Load SlowlyI changed my hosting and it solved everything. I went from bluehost to kinsta.
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectI solved it on my own. I changed the Login menu item url to the place I wanted it to go. It worked out because in order to get to the page I wanted them to go an automatic login popup had to show up.
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectThis code is not working to no matter what I do. It either sends the user to the cart or checkout page or breaks the website. I gave you the permalink. I am a complete beginner to seeing code. Give me a solution that I can simply copy paste.
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectEdit: Nevermind I was pasting the code from the email notification.
- This reply was modified 3 years, 11 months ago by kalebweeter14.
- This reply was modified 3 years, 11 months ago by kalebweeter14.
- This reply was modified 3 years, 11 months ago by kalebweeter14.
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectHere is the code I’ve used and inserted into the plugin code snippets
function woo_login_redirect( $url, $request, $user ){ if( $user && is_object( $user ) && is_a( $user, 'WP_User' ) ) { if( $user->has_cap( 'administrator') or $user->has_cap( 'author')) { $url = admin_url(); } else { $url = home_url('my-account/your-courses'); // HERE GOES THE REDIRECTION URL } } return $url; } add_filter('login_redirect', 'woo_login_redirect', 10, 3 );
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectI wanted it to redirect to Straightforwardpiano.com/my-account/your-courses
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectI am using Woocommerce Login
Forum: Themes and Templates
In reply to: [OceanWP] Hide Featured ImageThat worked thanks
Forum: Themes and Templates
In reply to: [OceanWP] Hide Featured ImageForum: Themes and Templates
In reply to: [OceanWP] Gravatar on Woocomerce Page /my-account/courses/This worked thanks
Forum: Themes and Templates
In reply to: [OceanWP] Gravatar on Woocomerce Page /my-account/courses/You would not be able to see the issue unless you were logged in, but here’s an image https://ibb.co/YThsVSz
Forum: Themes and Templates
In reply to: [OceanWP] Not Able to do Login RedirectForum: Themes and Templates
In reply to: [OceanWP] Hide Featured ImageAnd I removed the image because of this issue so it’s not there
- This reply was modified 3 years, 12 months ago by kalebweeter14.