pzh20
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Cannot fully remove CPT UII see, it’s not a slug for a duplicate cpt, but I’ve always had a page call nominations and created a cpt called nominations too. When I set up a second cpt called nominations_user then tried to rename the slug that things seemed to go wrong.
How would you suggest I proceed?Many thanks
PeteForum: Plugins
In reply to: [Custom Post Type UI] Cannot fully remove CPT UII uninstalled CPT UI and reinstalled it but when I looked there was a previous post type showing in the menu from my previous attempt. I deleted it but when I tried to recreate it I got this error. It seems like some settings aren’t being removed when I uninstalled it. How can I remove these settings and start again (I have root access to the server if I need to delete records from the database)
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Duplicate fields inserted into formSent the login details. go to page https://dev.cypriotsworldwide.com/nominations-2/
Kevin, I see you didn’t get a response which is very worrying, but did you manage to get user xprofile data across? I have to try the exact same process.
Many thanks
PeteForum: Plugins
In reply to: [Frontend Admin by DynamiApps] User RegistrationThe only other function would be multi-step forms. Otherwise a very useful plugin.
Any timescale on the registration addition?
Regards
PeteForum: Plugins
In reply to: [BuddyPress Better Registration] Save and Continue Button Does Not WorkI managed to get this working by creating a new registration page and changing the biddypress setting to point to it. It was a blank page.
Give it a try.
Regards
PeteForum: Plugins
In reply to: [BuddyPress Better Registration] After login, not going through stepsOK, I got it to work by reinstalling buddypress pages. I think the registration page had been edited and was no longer a ‘buddypress’ page.
I now need it to complete the extended profile fields, step 3 seems to have some of the but not all. Also, can I remove steps 4 and 5 from the registration process?
Regards
PeteForum: Plugins
In reply to: [BuddyPress Better Registration] Save and Continue Button Does Not WorkI have this same problem. Not sure if this plugin is supported anymore, I hope it is.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] PODS Input formMany thanks, that worked fine. Now all I have to do is style it.
Regards
PeteForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Relationship to same tableThanks for this, I’ll have to have a play around.
Reagrds
PeteForum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Conditional Required fieldsThat’s what I hoped but the tutorial suggests otherwise.
Thanks Jules, I’ll give it a try .Regards
PeteForum: Fixing WordPress
In reply to: Windows Server 2012/IIS8 Permissions issuesThanks for this, I have spent so many hours searching I can’t believe there is no definitive answer.
Please WordPress, give us poor Windows users an answer!
Regards
PeteForum: Plugins
In reply to: [WP JQuery Timelinr] Supporting dd/mm/yyI replace lines 234-235 of wp_jquery_timelinr.php with
$currentDate = (substr($custom[“timelineDate”][0], 0, 4) != “”) ? substr($custom[“timelineDate”][0], 0, 4) : “1900-“;
$currentDate .= (substr($custom[“timelineDate”][0], 4, 2) != “”) ? “-“.substr($custom[“timelineDate”][0], 4, 2) : “-01”;
$currentDate .= (substr($custom[“timelineDate”][0], 6, 2) != “”) ? “-“.substr($custom[“timelineDate”][0], 6, 2) : “-01”;then lines 243-254 with
day = dateParts[2] != undefined ? dateParts[2] : ’01’, month = dateParts[1] != undefined ? dateParts[1] -1 : ’01’, year = dateParts[0] //alert (day); //alert (month); //alert (year); jQuery(‘#timelineDate’).val(jQuery.datepicker.formatDate(‘yy-mm-dd’, new Date(year, month, day)));and lines 258-259 with
list($year, $month, $day) = explode(‘-‘, $_POST[“timelineDate”]); update_post_meta($post->ID, “timelineDate”, $year.$month.$day);finally lines 294 and 295 with
$date = (substr($custom[“timelineDate”][0], 0, 4) != “”) ? substr($custom[“timelineDate”][0], 0, 4) : “1900”; $date .= (substr($custom[“timelineDate”][0], 4, 2) != “”) ? “-“.substr($custom[“timelineDate”][0], 4, 2) : “-01”; $date .= (substr($custom[“timelineDate”][0], 6, 2) != “”) ? “-“.substr($custom[“timelineDate”][0], 6, 2) : “-01”;This worked for me.
Regards
PeteAlthough I currently have a problem with EM and Headway (Page not found), I have been using them together for some time and never seen this issue.
Regards
PeteI created a new page called New Events and added [CONTENTS] to its body
Wen to Events–>Settings–>Pages–>Events List/Archive and changed the Events page to New Events
I then removed the Events page from the menu and added the New Events page
Page not found!
Set up a new page, Fred, and added garbage to the body, worked fine.
So it really looks like an Events Manager problem.
Pete
[ Please do not bump, that’s not permitted here. ]