Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28804

    Hi, I am experiencing some js or ajax conflicts with the Simplepress plugin, when voting in a poll the poll goes blank after voting instead of displaying the answers. Also, when trying to post in the forum with Chrome if you open and close the “attachments” button the attachements panel overlays the text editor causing the text editor to be blank. I can confirm none of these issues occur with the default wordpress theme…

    url: http://goo.gl/3zLgLq

    login name: write

    password: password

    #138690

    I didn’t test the front end of Simple Press with Enfold yet and it’s possible that not all functions/features are fully compatible. At the moment I don’t have enough time to look into it because we work on theme/framework improvements which are important for us but I’d recommend to ask the plugin authors for help: http://simple-press.com/support-forum/

    The attachment issue is probably related to a missing css file – I get following error message when I close the uploader:

    Failed to load resource: the server responded with a status of 404 (Not Found) http://jessesneider.com/wp-includes/js/tinymce/themes/advanced/skins/thebigreason/content.css

    The poll works for me and it also submits the vote. I didn’t notice any javascript conflicts or ajax error messages. I only noticed that it doesn’t display a “thank you” message but as soon as you reload the page the vote is there and it displays the voting results.

    #138691

    So the poll issue was not caused by enfold, however, I still have the attachment issue after fixing the CSS error…. It only occurs in google chrome when trying to post in the forum if you open and close the “attachments” button the attachments panel overlays the text editor causing the text editor to be blank… I can confirm this issue does not occur with the default wordpress theme… I have contacted simplepress but since the issue is not occurring with the default wordpress theme it has something to do with enfold…

    #138692

    Hi,

    This will fix it. Add this on your custom.css or Quick CSS:

    #spMainContainer .spInlineSection {
    z-index: 0;
    position: relative;
    }

    Regards,

    Ismael

    #138693

    That fixed it! Thank you for your help a bunch :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Conflict with Simplepress plugin’ is closed to new replies.