johnsimpson_uk
Forum Replies Created
-
Hi MarcGuay, did you get this working? The file above are all the – symbols suggesting you remove this from the old file and replace with the + code?
thanks
Jdoes it work with the pro version?
Any ideas when you will be able to fix this Scott?
thanks
Johndid that work for you splitmango? I tried this and it doesn’t add the email to campaign monitor, I have just tried it again on the most recent version of cf7 and it still doesn’t work for me?
Hi guys, I managed to fix the plugin disappearing issue, that was due to wpcf7_admin_url being depreciated so replaced it with admin_url on around line 274 of cf7-campaignmonitor.php…. that fixed the plugins disappearing but it still doesn’t add in the email to campaign monitor, really need to get this resolved so if you find a solution (other than rolling back to an old version, please let me know)
Forum: Plugins
In reply to: Admin Menus / Sub Menus with Custom Post TypesHi
I have got a little further from yesterday but still struggling,
I have changed route a little but its still not right really…
Basically rather than creating a menu manually when adding custom post type, I am not set ‘show_in_menu’ argument – which creates menu for me.
I then use this menu for other custom pages using add_submenu_page and use ‘edit.php?post_type=%%post_type_name%%’ as a parent slug.
(taken from another forum here… http://stackoverflow.com/questions/20025481/wordpress-custom-taxonomy-link-not-highlighted-under-custom-admin-menu)
This keeps the menu open when going between the different custom posts but the only problem with it now is that I have an “Add New” button in the side menu under my first custom post…. is there a way to stop this showing?
Forum: Hacks
In reply to: Custom Posts with additional featuresoops sorry π
Forum: Hacks
In reply to: Custom Posts with additional featuresguys this is great thanks I don’t class myself as a beginner but I’m no expert either so I will have a shot at it but if I am really struggling would you be interested in doing this (paid of course).
Forum: Hacks
In reply to: Custom Posts with additional featureshaving spent hours today looking into this, it seems i should be able to do what I’m looking for, exactly how I’m not sure but it looks like I need to use the add_post_meta function with an array to include multiple values….
however i don’t know how to add in a button to a custom post which will trigger the add_post_meta to add in another row?
can anyone help?
Forum: Hacks
In reply to: Custom Posts with additional featurescan anyone else help?
Forum: Hacks
In reply to: Custom Posts with additional featuresHi afr0, thanks for your response,
I wanted to get away from using the tinymce / WYSIWYG as the customer will likely mess the table up and cause problems, also there would be no way to prevent the display of the out of date items without deleting them manually and I need to have them kind of archived on the admin page… I thought about just using the wordpress revisions as the archive but the customer doesn’t want that. They want to be able to see previous entries.