Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m having this same problem. It used to work fine and then my client emailed me a couple weeks ago that it was no longer working correctly. Could it have anything to do with the recent plugin update?

    There is definitely a theme made and applied. The bkgrnd color is set to black, opacity 80%.

    The popup apears correctly but no overlay. I’m currently testing this problem on 404 pages:
    https://feteatete.com/uyfhcvb

    Thanks

    Thread Starter bobblah

    (@bobblah)

    Actually, duh, that tutorial is using .net

    I need a solution for a an ajax populated multi select box. select2, chosen etc. I don’t care. Is it possible anyone anywhere has a working example that can function on wordpress?

    I can’t answer your last question but I can tell you that in the past I was able to write some code in functions.php which created and updated an XML file every time a specific custom post type was added or edited. I’m not a coding expert but it wasn’t that hard to do. So you may be better off searching for a solution like that instead of trying to modify this plugin.

    Actually after some more searching I’ve figured out it’s quite easy to add a connection from the front end.

    When I submit my front end form I add this line of code:
    p2p_type( 'shows_artists' )->connect( $pid, $project_id );

    Where $pid is the new post being created ‘shows’ and $project_id is the id of the ‘artist’ posts you want to connect to.

    So now it’s just a matter of building an interface in my form to search through all the artists to connect to.

    Curious if you had any success in figuring out how to bring the Posts to Posts admin interface to the front end? I’ve looked through the forums and at least 7 people have requested this functionality. It’s something my site will really need otherwise I would have to spend many hours updating user posts on the backend.

    The plugin author has said

    Anything is possible, if you want it bad enough. ??
    Translation: it requires a lot of work.

    I’ve looked at the plugin code, I would need to study PHP quite a bit more but eventually it might be something I could figure, wouldn’t be easy for me. The site I’m doing it for is a labor of love so no budget but could be willing to pay something if anyone can do it or happy to pay for a ‘pro’ version of this plugin.

    If anyone has anyone actually done this please add some tips. If there are any suggestions about how to approach this any help is appreciated. Was wondering if there are any atypical ideas about how to get an admin box up front. Or maybe have users enter tags that a script could try and convert to connections?

    Alternatively if there are other plugins that can do pretty much the same thing let me know although Posts to Posts dos have a really great backend interface.

    Thanks

    Thread Starter bobblah

    (@bobblah)

    nevermind I used different method

    Thread Starter bobblah

    (@bobblah)

    Called a friend and he told me the solution, which is relatively simple …once you figure it out.

    You need to select the dropdown that says “Uploaded to this page” in order to view the photos attached to the page you’re viewing, there you can rearrange them and edit titles etc.

    Insert Media > Media Library > UPLOADED TO THIS PAGE

    Thread Starter bobblah

    (@bobblah)

    ABSOLUTELY UNBELIEVABLE! 5 hours wasted massing with the CSS to figure out the problem is that WordPress is adding
    tags all through the code and throwing everything off.

    I finally used css to display:none for the br tags for the forms class to fix the problem

    Totally ridiculous and money lost on this. CSS/html is insanely overrated. I would never waste so much time on such a stupid thing as layout of a form in actionscript.

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