I have problem with my customers logging in in my wocommerce store. I cannot register a customer. When I register as a customer it loads endlessly when I click “register”.
I then made a customer user manually in wordpress and tried to log in with this user. When I click “log in” the same problem happens. The button just loads endlessly for several minutes without anything happening.
It works fine on iPhone. Why is it a problem on PC?
]]>BBrizy shared folder
]]>I love it!
]]>First thanks for your amazing work and for reading me !
I have a problem, i think i’m not the first to have it. I have the last version of Ultimate Member, but I still have the problem of endless loop on the members page.
I’m planning to have my website finished asap to start to promote it next monday, I hope the issue could be fixed until then.
Here is my members page : https://lesplainesdusilence.com/members/
Thanks !
]]>https://www.ads-software.com/support/topic/endless-loop-in-checkout/
]]>i’ve looked in the forum but i couldn’t find a solution
Thanks in advance
]]>I need to use the shortcode [jobpost] in the content filter.
My code:
`
function wpd_do_stuff_on_404($content){
global $wp;
$path_start = substr( parse_url(home_url( $wp->request ), PHP_URL_PATH), 1, 4 ) ;
$current_res_code = http_response_code ();
if( $path_start == ‘jobs’ ){
$content = ‘[jobpost]’;
}
return $content;
}
add_filter( ‘the_content’, ‘wpd_do_stuff_on_404’, 9 );
but this causes an endless loading screen. I tried it with a different shortcode from contact form 7 for example and it worked fine. I also tried it with do_shortcode(‘[jobpost]’) without any success.
Could you help me out here? Can I query jobs in some other way with location, type and category?
Thank you.
]]>