Forum Replies Created
-
Hi @alexandryne
I had this same issue today on a new server. I solved it by downgrading php from 7.1 to 5.6.
You could do that too or request your hosting provider to do that for you (it’s a flick of a switch).
regards
Hi,
I have a similar issue, however not buddypress upgrade related. I can get to the backend only by using a direct page e.g. /wp-admin/themes.php . Maybe that works for you too? Unfortunately I have still not figured out what the problem is, but like this it works for me.
I suspect it is a custom menu. Because the search is on the left when anonymous.
Solved: this is the final version I got on superslider (and added a css class “third” where I removed the max width)
`
Registreer
<form action="/registreer” name=”signup_form” id=”signup_form” class=”standard-form” method=”post” enctype=”multipart/form-data”>
<input type="text" name="signup_username" id="signup_username" value="” />
<input type="text" name="signup_email" id="signup_email" value="” />
<label for="”>
<input type="text" name="” id=”” value=”” />
<label for="”>
<textarea rows="5" cols="40" name="” id=””>
<label for="”>
<select name="” id=””>
<label for="”>
<select name="” id=”” multiple=”multiple”>
<a class="clear-value" href="javascript:clear( '’ );”>
<label for="_day”><select name="_day” id=”_day”>
<select name="_month” id=”_month”>
<select name="_year” id=”_year”>
<p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-“>
<?php printf( __( 'This field can be seen by: %s‘, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?> Change<div class="field-visibility-settings" id="field-visibility-settings-“>
<p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-“>
<?php printf( __( 'This field can be seen by: %s‘, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?><input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />
<input type="submit" name="signup_submit" id="signup_submit" value="” />`
question remains: why doesn’t the registration form show
Hi @themightymo
that does work. I removed everything between the form tags and added “DOES THIS TEXT SHOW UP” and it does see http://www.croeze.net
tnx @mercime This worked, with a slight change:
`
#forums-dir-list table.forum {
margin: 10px 0 10px;
}
`