arnecasteleyn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Failed to open streamOk, so i screwed arround a bit… now the long list of error’s has gone but now i get this:
Fatal error: Allowed memory size of 54525952 bytes exhausted (tried to allocate 12288 bytes) in /mounted-storage/home78a/sub007/sc43053-KTUM/cms/wp-admin/includes/deprecated.php on line 155
i searched on this allready but it seems to have something to do with some plugins… when i put the folder from plugins on plugin.hold i dont get any errors. is there some work arround for the first problem and now this one?
Forum: Fixing WordPress
In reply to: Failed to open streamBump, help pls, i’m clueless… cant find anything on the subject online… pls someone assist me! its very frustrating!
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Using WordPress default login widgetok, so i just used these shortcodes, it removed to login, made a simple button in my theme design and now it works like a charm! no hooks needed!
cheers!
[wp-members status="out"] 2 this content displays when a user is not logged in. 3 [/wp-members]
and
′[wp-members status=”in”]
2
this content can only be seen by logged in users.
3
[/wp-members]`Forum: Plugins
In reply to: [Plugin: WP-Members] Log In Formok, so i just used these shortcodes, it removed to login, made a simple button in my theme design and now it works like a charm! no hooks needed!
cheers!
[wp-members status="out"] 2 this content displays when a user is not logged in. 3 [/wp-members]
and
[wp-members status="in"] 2 this content can only be seen by logged in users. 3 [/wp-members]
Forum: Plugins
In reply to: [Plugin: WP-Members] Log In Formi found this piece of code, but i have no idea where to put it… anyone can help me please?
The simplest way to approach that would be to use the wpmem_login_form filter to return the WP login form using the wp_login_form function with echo turned off:
add_filter( 'wpmem_login_form', function(){ return wp_login_form( array('echo'=>false) ); });
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Using WordPress default login widgetSorry, i’m a bit of a noob in the code department. but i’m looking for the same thing. where exactly do i change or add this function and in what file?
this is the website: https://cms.aglaja.be/?page_id=1983
Forum: Plugins
In reply to: [Plugin: WP-Members] Log In Formow btw, the plugin is https://www.ads-software.com/plugins/wp-members/