Title: iframe and sidebar
Last modified: August 24, 2016

---

# iframe and sidebar

 *  Resolved [Easy Web Scripts](https://wordpress.org/support/users/buxton161/)
 * (@buxton161)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/iframe-and-sidebar/)
 * It seems the plugin in pushing sidebar to bottom of page, and events show in 
   an iframe with scrollbar.
 * How may this be corrected.
 * [https://wordpress.org/plugins/eventbrite-api/](https://wordpress.org/plugins/eventbrite-api/)

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

 *  Plugin Author [Automattic](https://wordpress.org/support/users/automattic/)
 * (@automattic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128199)
 * Hello,
 * Do you have a link so we can take a look? Are you using the built-in templates,
   or custom ones?
 * Yes, the ticketing information is displayed straight from eventbrite.com in an
   iframe.
 *  Thread Starter [Easy Web Scripts](https://wordpress.org/support/users/buxton161/)
 * (@buxton161)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128201)
 * XIN Magazine Theme
 * Rather not post our clients link.
 * The iframe is too small, and sidebar has been pused to bottom.
 * Where may I edit width and length of iframe?
 * And to add no scroll html code.
 * Thank you.
 *  Thread Starter [Easy Web Scripts](https://wordpress.org/support/users/buxton161/)
 * (@buxton161)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128316)
 * is there a fix?
 *  Plugin Author [Automattic](https://wordpress.org/support/users/automattic/)
 * (@automattic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128335)
 * Sure, you can filter `eventbrite_ticket_form_widget` to change the iframe to 
   your liking; you can find where it gets used here: [https://plugins.trac.wordpress.org/browser/eventbrite-api/tags/1.0.5/inc/functions.php#L361](https://plugins.trac.wordpress.org/browser/eventbrite-api/tags/1.0.5/inc/functions.php#L361)
 *  Thread Starter [Easy Web Scripts](https://wordpress.org/support/users/buxton161/)
 * (@buxton161)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128457)
 * Since I cannot choose ” No side bars ” in template as I need to choose plugin
   in this dropdown, is there a way to remove site side bar in plugins: inc/functions.
   php for this page only?
 * Thank you.
 *  Thread Starter [Easy Web Scripts](https://wordpress.org/support/users/buxton161/)
 * (@buxton161)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128458)
 * or, a code I can use in page instead to display page so I can then choose ” no
   sidebars ” option.
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [11 years, 1 month ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128460)
 * Hi Easy Web Scripts, if you are talking about hiding the theme sidebar on a page,
   this can typically be done with CSS. Not being able to see your site, this is
   just a guess based on a normal standard installation.
 *     ```
       #sidebar_full, #sidebar_one, #sidebar_two {
           display: none;
       }
       #content {
           width: 100%;
       }
       ```
   
 * If you look at the HTML for the page you wish to remove the sidebar on, in the
   opening body selector you should see a page id body class that would looks something
   like this `page-id-25` and you can precede the CSS selectors with that unique
   class to limit the change to only that page.
 *  Plugin Author [Automattic](https://wordpress.org/support/users/automattic/)
 * (@automattic)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128468)
 * Hi, if you’re still having issues and you can give us a public URL, we can help
   with any additional CSS like the above.
 *  Plugin Author [Automattic](https://wordpress.org/support/users/automattic/)
 * (@automattic)
 * [11 years ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128475)
 * Closing this; let us know in a new thread if you have any remaining issues that
   sacredpath’s CSS doesn’t cover.

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

The topic ‘iframe and sidebar’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eventbrite-api_94776b.svg)
 * [Eventbrite API](https://wordpress.org/plugins/eventbrite-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eventbrite-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eventbrite-api/)
 * [Active Topics](https://wordpress.org/support/plugin/eventbrite-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eventbrite-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eventbrite-api/reviews/)

## Tags

 * [iframes](https://wordpress.org/support/topic-tag/iframes/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 9 replies
 * 3 participants
 * Last reply from: [Automattic](https://wordpress.org/support/users/automattic/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/iframe-and-sidebar/#post-6128475)
 * Status: resolved