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.
-
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.
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.
is there a fix?
Sure, you can filter
eventbrite_ticket_form_widgetto change the iframe to your liking; you can find where it gets used here: https://plugins.trac.ww.wp.xz.cn/browser/eventbrite-api/tags/1.0.5/inc/functions.php#L361Since 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.
or, a code I can use in page instead to display page so I can then choose ” no sidebars ” option.
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-25and you can precede the CSS selectors with that unique class to limit the change to only that page.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.
Closing this; let us know in a new thread if you have any remaining issues that sacredpath’s CSS doesn’t cover.
The topic ‘iframe and sidebar’ is closed to new replies.