Title: Conflicts and Embeded Post/Page issues
Last modified: August 22, 2016

---

# Conflicts and Embeded Post/Page issues

 *  Resolved [gtm1ldy](https://wordpress.org/support/users/gtm1ldy/)
 * (@gtm1ldy)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/)
 * Hey- Finally tracked down the issue with the Form Settings not showing on our
   Dev site. We have both the Members plugin (0.2.4) and the User Role Editor Plugin(
   4.16.3) installed. Once I deactivated both, the sticky settings appeared on the
   GF Settings page.
 * Now, the second issue, most of our forms (we have about 50 with some forms that
   have over 130 fields), do not have “Post” fields, they are simply large forms.
   These pages do not show up for selection in the Embeded post/page dropdown for
   selection. The forms that do have a “Post” field, are showing up.
 * Thanks man!
 * -Mike
 * [https://wordpress.org/plugins/gravity-forms-sticky-list/](https://wordpress.org/plugins/gravity-forms-sticky-list/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [gtm1ldy](https://wordpress.org/support/users/gtm1ldy/)
 * (@gtm1ldy)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542345)
 * Line 656:
 * $args = array( ‘posts_per_page’ => 999, ‘post_type’ => ‘all’,’post_status’ =>‘
   all’);
 * We have 6400ish posts so I changed this line to:
 * $args = array( ‘posts_per_page’ => 999, ‘post_type’ => ‘page’,’post_status’ =
   > ‘publish’);
 * Now only pages with a published status appear. What are your thoughts?
 * Still can’t see any entries on the page with shortcode.
 * Also, anyway to order them by page name? They are all over the place. I’d love
   to chat with you offline on this plugin, it had huge potential!
 * Thanks for putting this together!
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542378)
 * Hey! Thanks for the kind words. I’m all for implementing suggestions from real
   users since I originally developed this plugin for use in my own projects and
   have not had much time to think about other use cases.
 * First things first. The conflict with members plugin and/or User Role Editor 
   Plugin is something I’d have to investigate. I have tested Sticky List with Members(
   0.2.4) without any issues. There is however another support thread with similar
   problems where the conflict was with the Members plugin.
 * I should also tell you that there is a fully documented version of Sticky List(
   with lots(!) of code comments) on Github, [check it out here](https://github.com/13pixlar/sticky-list/blob/master/sticky-list.php).
 * Regarding your suggested code change:
 *     ```
       $args = array( 'posts_per_page' => 999, 'post_type' => 'page','post_status' => 'publish');
       ```
   
 * There are some things to consider. First, there are users that put forms in posts
   or other custom post types, therefor, showing only pages would make it impossible
   select those forms.
 * Second, setting `post_status` to `publish` would prevent users from previewing
   the list while the post/page is still in draft.
 * I do agree that if you have lots of pages/posts the dropdown gets to long and
   that makes it hard to find the right item. Maybe we could implement alphabetic
   sorting, or categorize the items in some way. Or maybe give the user the option
   to manually enter an url.
 * Last thing. You say that you “can’t see any entries on the page with shortcode”.
   Does that meen that the list is not showing up at all, or do you see lots of 
   rows but with now entries visible?
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542386)
 * Hello again. I have released a new version (1.0.4) with the option to manually
   input the embed url (and also alphabetic sorting of post/pages in dropdown).
 * Regarding your issue of not being able to see any entries in the list, check 
   the [FAQ](https://wordpress.org/plugins/gravity-forms-sticky-list/faq/) and see
   if any suggestions there resolves your problem.
 * I’ll be happy to work with you on this to get everything working.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542557)
 * The latest version is now 1.0.6. Grab that and see if it solves your issues. 
   I’m working on version 1.1 which will include support for editing and deleting
   wordpress posts.
 * I would like to mark this topic as resolved so please post back when you get 
   the time.
 *  Thread Starter [gtm1ldy](https://wordpress.org/support/users/gtm1ldy/)
 * (@gtm1ldy)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542584)
 * Have you been able to address the issues with the members plugins?
 * Thank you!
 * -Mike
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542585)
 * Unfortunately I have not. The problem is that I cannot reproduce the error myself.
   I you have the time, could you please provide me with directions on how to reproduce
   the problem in the simplest way using a fresh install of wordpress?
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542605)
 * I’m going to mark this topic as resolved. If you are able to further assist me
   in reproducing these issue, please reopen this topic.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Conflicts and Embeded Post/Page issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravity-forms-sticky-list_9b65b3.
   svg)
 * [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-sticky-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-sticky-list/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-sticky-list/reviews/)

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)
 * [embeded](https://wordpress.org/support/topic-tag/embeded/)

 * 7 replies
 * 2 participants
 * Last reply from: [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/conflicts-and-embeded-postpage-issues/#post-5542605)
 * Status: resolved