ikarus76
Forum Replies Created
-
Yes, but then I already use the birt_date in my code. I have to change it there too. So it is not possible to make the calendar optional and let the user enter date number…
I will have to change my code.
Thank you for your fast reply and
best regards,
MichaelHi,
the problem is, that I already reference the ‘birth_date’ field. I can’t add a custom field with the name ‘birth_date’.I don’t know, how the layout of my theme influences the layout of the columns. The columns are nested in multiple divs… It should be possible to modify the row of the form divs to allow re-alignment, if the screen is smaller. without hacking the css properties.
Why does the Form not realign its columns itself? If I shrink the browser, I have the same issue.
Hi.
I had similar issues. I found out, that the game post types are not deleted/trashed if the tournament is deleted/trashed. After manually deleting all game post types, it worked. I added a trash hook to trash the games of the tournament too.If the file gets uploaded but hangs on processing, the problem is the directory seperator on windows. As a quick fix you should change in the file \plugins\ultimate-member\includes\core\class-uploader.php on line 162 the $this->core_upload_dir to $this->core_upload_url.
if the position is different in other versions, function is:
public function get_upload_base_url() { $wp_baseurl = $this->wp_upload_dir['baseurl']; $this->upload_baseurl = set_url_scheme( $wp_baseurl . $this->core_upload_url ); // MS: core_upload_dir->core_upload_url return $this->upload_baseurl; }regards,
Michael- This reply was modified 7 years, 5 months ago by ikarus76. Reason: code tags fixed