Theme Author
Tom
(@edge22)
Hi there,
GP doesn’t do anything not to support it. Does the plugin say it’s compatible with all themes?
If so, it should work perfectly.
If not, we’ll find a solution 🙂
Thread Starter
Stephen
(@stephenreeves)
G’morning Tom,
Thank you for the reply.
A completely correct answer is probably beyond my skills. I do have the plugin working and it is rendering data but the appearance is fairly different than the rest of my template.
Basically, I create a blank page and then select the Eventbrite template for that specific page. The header, menu, background image all render correctly. The EB info does render but it’s all transparent with the exception of the buy links. Where as on other pages GP has a
I’m still trying to determine if that is a product of GP+EB or just EB.
FWIW, here’s the link to the plugin FAQ with info for Theme Devs: https://ww.wp.xz.cn/plugins/eventbrite-api/faq/
Theme Author
Tom
(@edge22)
Can you link me to a page using the plugin so I can see which elements are missing? It should be an easy fix 🙂
Thread Starter
Stephen
(@stephenreeves)
Here ya go:
http://every-day-ready.com/?page_id=536
The area behind the logo and event headers are transparent.
I’m working with the EB Api team to figure out why the URLs do not work.
Thanks for any assistance you can provide.
Theme Author
Tom
(@edge22)
Easiest way to fix the visuals is adding this CSS:
.eventbrite-event {
background: #FFF;
padding: 40px;
}
It would be cool to know if they have any hooks where themes can add their elements like WooCommerce does. I’m more comfortable with adding hooks than I am adding specific custom page templates for plugins.
Thread Starter
Stephen
(@stephenreeves)
Where would I add that .css?
Thanks again for your support and patience.
Theme Author
Tom
(@edge22)