Forum Replies Created
Author | Posts |
---|---|
April 17, 2015 at 1:42 pm in reply to:
Notice on unfilled Map 41586 | |
The map is not mandatory. If the user doesn’t fill it then the error comes up. | |
April 17, 2015 at 12:51 pm in reply to:
Notice on unfilled Map 41581 | |
That exactly what I using. | |
April 10, 2015 at 3:09 pm in reply to:
Taxonomy drop down not updating 41052 | |
CHANGE’ false’ -> wp_set_post_categories( $post_id, $category_ids, false ); My hook was overwriting the taxonomy because ‘false’ means that it is updating/overwriting and ‘true’ just adds to the taxonomy. | |
April 10, 2015 at 2:21 pm in reply to:
Output Form without inputs 41047 | |
This reply has been marked as private. | |
March 2, 2015 at 5:09 pm in reply to:
No Form ID 37992 | |
This reply has been marked as private. | |
March 2, 2015 at 4:28 pm in reply to:
No Form ID 37991 | |
Problem: Posts created with the Free version have no _wpuf_form_id in wp_postmeta Meaning I cannot edit them in the Pro version. If I add the _wpuf_form_id in wp_postmeta and set it to [wpuf_form id=”477″] form will that be a good solution to be able to edit the post created with the free version. | |
March 2, 2015 at 4:08 pm in reply to:
No Form ID 37990 | |
http://productelf.com/dashboard-2/ I put the form ([wpuf_form id=”477″]) here along with the dashboard for testing. I created everything already the problem is that all the posts that were created before I updated to PRO are not editable because they have no form id attached in the database. | |
March 2, 2015 at 3:56 pm in reply to:
No Form ID 37986 | |
i sent it over. thanks | |
March 2, 2015 at 3:29 pm in reply to:
No Form ID 37980 | |
It was already set correctly | |
February 26, 2015 at 1:18 pm in reply to:
Hook into Dashbaord 37707 | |
nevermind…found it in docs http://docs.wedevs.com/adding-columns-to-dashboard-table/ I love this plugin! Great Job! |