Forum Replies Created

Viewing 10 Topics - 1 through 10 (of 10 total)
Author Posts
April 17, 2015 at 1:42 pm in reply to: Notice on unfilled Map 41586
Ernest Ernest

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
Ernest Ernest

That exactly what I using.

April 10, 2015 at 3:09 pm in reply to: Taxonomy drop down not updating 41052
Ernest Ernest

CHANGE’ false’ -> wp_set_post_categories( $post_id, $category_ids, false );
TO ‘true’ -> wp_set_post_categories( $post_id, $category_ids, true );

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
Ernest Ernest This reply has been marked as private.
March 2, 2015 at 5:09 pm in reply to: No Form ID 37992
Ernest Ernest This reply has been marked as private.
March 2, 2015 at 4:28 pm in reply to: No Form ID 37991
Ernest Ernest

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
Ernest Ernest

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
Ernest Ernest

i sent it over. thanks

March 2, 2015 at 3:29 pm in reply to: No Form ID 37980
Ernest Ernest

It was already set correctly

February 26, 2015 at 1:18 pm in reply to: Hook into Dashbaord 37707
Ernest Ernest

nevermind…found it in docs

http://docs.wedevs.com/adding-columns-to-dashboard-table/

I love this plugin! Great Job!

Viewing 10 Topics - 1 through 10 (of 10 total)