Jon Waldstein
Forum Replies Created
-
Forum: Plugins
In reply to: [Blocks for Eventbrite] Customizing CSSHey @brendanm1
I took a look at your page and can see the theme you are using is using bootstrap CSS and they are setting the base html font-size to 10px. This plugin assumes that value would be set to a standard 16px. My goal is to eventually make this more consistent throughout different themes but it will take some time.
In the meantime all you would need to do is set your html font-size to 16px in your document head to override what bootstrap is doing:
<style> html { font-size: 16px; } </style>Forum: Plugins
In reply to: [Blocks for Eventbrite] CSS class naming issuesThank you for reporting this. I will make sure it gets fixed as soon as possible. Keep an eye out for a reply when this is resolved.
Thanks!
-jonForum: Plugins
In reply to: [Blocks for Eventbrite] PhP error? Notice: Undefined variable:@meektrix glad to hear. Enjoy!
Forum: Plugins
In reply to: [Blocks for Eventbrite] PhP error? Notice: Undefined variable:Hey @meektrix
Thanks for reporting this and the kind words.😄
I just pushed up a fix in the latest version v1.0.7.
Please go ahead and update and let me know if that fixes it for you.
Thanks!
- This reply was modified 5 years, 10 months ago by Jon Waldstein.
Forum: Plugins
In reply to: [Blocks for Eventbrite] TranslationsHey @juanbejar,
I finally got around to adding internationalization to this plugin in v1.0.6. The translations are controlled by the WP community and you can contribute to your native language here: https://translate.wordpress.org/projects/wp-plugins/blocks-for-eventbrite/
Thanks for the great suggestion and your help with this. 🙌
Enjoy! 🌎
Forum: Plugins
In reply to: [Blocks for Eventbrite] Increase text sizeThere is currently no way to increase the text from the user interface. I have a feeling this has to do with the theme you are using because I have noticed this issue on themes that set their base font as a percentage value instead of pixels.
If possible, can you please send me a link to where you have this installed? I may be able to add a new feature to the plugin depending on what I find.
Thanks!
-Jon
Forum: Plugins
In reply to: [Blocks for Eventbrite] How to customize the layout and styleHi @kenny0613 first let me give you a little context of how the styling works inside the plugin. Since this is a Gutenberg block, the plugin relies heavily on javascript for the codebase and the styling needs to play nicely inside the WP dashboard alongside other blocks. So I decided to generate the styles dynamically using a css-in-js technique that helps avoid any conflicts for people trying to use the plugin on their site with different themes & other plugins. This means there really aren’t a lot of static classnames to use.
So, to customize the style at this point, you will need to traverse the html elements from the containing element
<div id="root-blocks-for-eventbrite" class="blocks-for-eventbrite blocks-for-eventbrite-css-wrapper"></div>. Inside this div is where all the events will be displayed.Hope this helps.
Forum: Plugins
In reply to: [Blocks for Eventbrite] How integrate into ElementorHello @hiatus999,
Thanks for reporting this. I will look into this issue with Elementor to see if I can replicate the problem as you have described.
I will get back to you as soon as I can.
Thanks!
JonForum: Plugins
In reply to: [Blocks for Eventbrite] Looks promising, but does not work@alantully1958 glad to hear! 🎉
Forum: Plugins
In reply to: [Blocks for Eventbrite] Looks promising, but does not work@alantully1958 I have updated the plugin to v1.0.5 that resolves an Eventbrite api issue. Please go ahead and update the plugin and re-save your api key. Then please report back and let me know if it works.
Thanks! 🤞
Forum: Plugins
In reply to: [Blocks for Eventbrite] Translations@juanbejar thanks, I will look into adding translation support. Is this mostly for the backend/admin settings or is there anything on the front-end that would also benefit from translation?
Forum: Plugins
In reply to: [Blocks for Eventbrite] Suggestions@juanbejar thanks for the suggestion. At the moment, all current events will be shown – and if tickets are not for sale you will not see the “sign up” button. Would you like an option to only show events with tickets for sale?
Forum: Plugins
In reply to: [Blocks for Eventbrite] Looks promising, but does not work@juanbejar thanks for the suggestions. I would be happy to add new features like this. First, would you mind creating a new topic for this? That way we can track one thing at a time since this thread has already been resolved. Eventually I will have a better way to handle feature requests.
Thanks!
Forum: Plugins
In reply to: [Blocks for Eventbrite] Looks promising, but does not work@juanbejar sorry about that. I removed some functionality by accident. I just pushed an update to version 1.0.4 that adds that name filter back. Please update and let me know if it works as expected.
Thanks
Forum: Plugins
In reply to: [Blocks for Eventbrite] Looks promising, but does not work@juanbejar your welcome, glad to hear! 🎉