• Hi,

    Love the new update, however I had to roll the plugin back as it was causing a conflict inside the wordpress editor – it makes it impossible to edit the url, when you click the edit button nothing happens. It also conflicts with yoast plugin eliminating inside editor the prioritizing of categories option.
    I hope you can fix it so I can update it back.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Thank you for your feedback.

    We’ll look into the issues you mentioned and see what needs to be done.

    Best
    YOP Team

    I had a similar problem with another plugin (Popup Builder) today, where I could not add images in the editor or switch editor modes as long as YOP Poll was activated.

    As far as I could see it was a conflict with the Javascript files.
    My (temporary) quickfix was to restrict enqueueing of the scripts in the backend to the YOP Poll page in the backend by using

    if($_GET["page"] == "yop-polls") {
    [...]
    }

    around the line
    add_action( 'admin_enqueue_scripts', array( &$this, 'load_dependencies' ) );
    in the file /admin/admin.php.

    Maybe something like this could help?

    Plugin Author YOP

    (@yourownprogrammer)

    @ddrr thank you for your suggestion.

    We will implement this for the next release.

    Best
    YOP Team

    I’m having this same issue.

    Is there an ETA for an update that fixes this.

    YOP Polls is the plugin I like best, but if I can’t use it and YOAST at the same time I’m going to have to switch to a different poll plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘conflict with wordpress and yoast’ is closed to new replies.