Title: ddrr's Replies | WordPress.org

---

# ddrr

  [  ](https://wordpress.org/support/users/ddrr/)

 *   [Profile](https://wordpress.org/support/users/ddrr/)
 *   [Topics Started](https://wordpress.org/support/users/ddrr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ddrr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ddrr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ddrr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ddrr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ddrr/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] conflict with wordpress and yoast](https://wordpress.org/support/topic/conflict-with-wordpress-and-yoast/)
 *  [ddrr](https://wordpress.org/support/users/ddrr/)
 * (@ddrr)
 * [8 years ago](https://wordpress.org/support/topic/conflict-with-wordpress-and-yoast/#post-10369517)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar Shortcode & Block] read more button on bottom](https://wordpress.org/support/topic/read-more-button-on-bottom/)
 *  [ddrr](https://wordpress.org/support/users/ddrr/)
 * (@ddrr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/read-more-button-on-bottom/#post-6789458)
 * In addition to what ulrich.stettler said I also had to include the button in 
   the contentorder to have it show up:
 * `'contentorder' => 'title, thumbnail, excerpt, date, venue, button',`

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