kick errors in php 8.2 and above:
Deprecated: Creation of dynamic property Bandsintown_JS_Plugin::$options is deprecated in /www/htdocs/website.com/wp-content/plugins/bandsintown/bandsintown.php on line 25
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/website.com/wp-content/plugins/bandsintown/bandsintown.php:25) in /www/htdocs/website.com/wp-admin/includes/misc.php on line 1438
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/website.com/wp-content/plugins/bandsintown/bandsintown.php:25) in /www/htdocs/website.com/wp-includes/functions.php on line 7108
Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/website.com/wp-content/plugins/bandsintown/bandsintown.php:25) in /www/htdocs/website.com/wp-admin/admin-header.php on line 9
]]>Hi there,
When the “Bands-In-Town” plugin is activated in WordPress, the Divi theme stops working properly. Specifically, images cannot be edited any longer in the Divi Page Builder.
It took me some time to figure out that this was caused by your plugin.
I brought this to the attention of Elegant Themes tech support. After they investigated the matter, they found that your plugin has bugs and is faulty. Also, they brought to the attention that your WordPress plugin hasn’t been updated for two years, which I found a bit surprising, considering your platforms exposure.
Please contact Elegant Theme and correct your plugin issues. I strongly suggest you also update your plugin, as it seems to be causing all sorts of compatibility issues within WordPress.
Thank you.
Hello, I am using this plugin but it is throwing a bunch of errors before displaying our list of shows. These errors also show up in the Settings page as well. The errors are “Warning: Trying to access array offset on value of type bool in?/home/www/steadfasthtx.com/WP/wp-content/plugins/bandsintown/bandsintown.php?on line?246” With the line number changing depending on the line.
Appreciate any help!
]]>Hi, please can you advise what the specific CSS is to remove/hide the ‘RSVP’ and ‘Tickets’ buttons? My buttons don’t work when link clicked and they also create a poor user experience. I have tried various options including
#bit-events th.bit-tickets {
display: none !important;
}
.bit-offers bit-button
.bit-rsvp-container
etc etc
This article doesn’t help so would really need the specific class and CSS please:
https://codepen.io/Bandsintown/pen/ZwJBgm
Many thanks
M
Hello
Thank you for this plugin that helps a lot.
On my website it works fine on all browsers, except with Internet Explorer.
I used the short code.
See on this page : https://etiennechampollion.com/concerts/
Is this an issue, or can you help me ?
Thank you again,
Jouski
]]>Hi, I have installed the Bandsintown plugin into my WordPress site. I would like to change the way the date appears to: Thu, 16 APR 2020
Please can you advise how to do this with the CSS?
Many thanks
Hi,
When I click in the ‘Past Dates’ link I get an error in the console and the dates won’t load.
Error:
Uncaught (in promise) ReferenceError: decorate is not defined at main.min.js:55
WordPress version: 5.4
PHP version: 7.3.14
Bandsintown Events plugin version: 1.3.1
Thank you.
]]>Hi
When I activate the plugin I see the following notices:
Notice: Undefined index: background_color in plugins/bandsintown/bandsintown.php on line 83
Notice: Undefined index: button_and_link_color in plugins/bandsintown/bandsintown.php on line 89
Notice: Undefined index: link_text_color in plugins/bandsintown/bandsintown.php on line 95
Notice: Undefined index: display_limit in plugins/bandsintown/bandsintown.php on line 101
Notice: Undefined index: custom_css in plugins/bandsintown/bandsintown.php on line 108
]]>
Can I display past events by default? (for when the artist has no upcoming events?)
]]>Hola. al dar clic en las entradas, aparece este error.
Hi. when you click on the entries, this error appears.
https://drive.google.com/file/d/1DN0zbxJZ_d9Sm2BZ55-ZflBGa8dLq-WA/view?usp=sharing
Error 401 Not allowed
Not allowed
Guru Mediation:
Details: cache-bog6424-BOG 1580759978 1525922613
Varnish cache server
]]>Hello people!
I just updated to WordPress 5.2.3 and didn’t realize the plugin only supported 5.1.4, my mistake.
Any ideas when the plugin will get un update? I would like to avoid downgrading WordPress.
Thank you,
]]>Hola ?Cómo puedo traducir esto?
https://drive.google.com/file/d/1TDav3Cg1QA2H9dq9ZDRqIAs5SMWzexR6/view?usp=sharing
*Probé con Loco Translate pero no encontró las cadenas*
I’m currently building a website for a member of a band. We’d like to put the band’s upcoming tour dates on the website, but only their past shows seem to be available. I’ve tested this with other bands, and those work fine. The band we’re trying to display shows for has several events coming up soon on Bandintown.
]]>Every time a new event (concert, festival, etc.) posts to BandsInTown, I get an image and offers error from Google Search Console. I assume that this means Google won’t add search results to their database, so this is way sub-optimal. Does anyone know of a fix or workaround?
]]>I’ve just noticed that the plugin has stopped loading shows. We are running the latest versions of WP and Bandsintown Events.
Jim
]]>Is it possible to change the date format?
]]>Hi, I would like to have two rows of tour dates. In my opinion, the easiest way to accomplish this is to have two columns in a page and add the shortcode twice. The second shortcode however, needs an offset to adjust the first column. Any way to accomplish this? Thanks, Mischa.
]]>Hi,
Just wondering if it is possible to set the data-artist-name= to get post title? I would like to use the HTML code widget (https://codepen.io/Bandsintown/pen/ZwJBgm)and embed into a custom post template to display artists tour dates for a selection of posts, without having to manually, change the embed for each artist name like here https://manager.bandsintown.com/support/events-widget.
]]>I am looking for an example of custom css for the bandsintown wordpress plugin.
Can anyone give me a custom css example in order to display both past gigs (max 10) and upcoming gigs together?
And some example code to remove the buttons like “Notify me” and “RVSP”?
Another challenge is to display the list of gigs with a custom background image?
but any working css example would help me on my way.
many thanks!!
]]>PHP7+ throws up the following warnings
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Bandsintown_JS_Plugin has a deprecated constructor in …… \bandsintown.php on line 16
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Bandsintown_JS_Widget has a deprecated constructor in ……….\bandsintown\bandsintown.php on line 282
These can easily be fixed
Change line18 from
function Bandsintown_JS_Plugin() {
to:
function __construct() {
and change line284 from
function Bandsintown_JS_Widget() {
to:
function __construct() {
Hi! I am a musician and use your plugin on my website. Up to the present release, I could insert the string [bandsintown_events display_limit=”5″] to show only the first 5 gigs on my homepage, while leaving the full display on my Tour page. Now it doesn’t work anymore. How can I fix this?
]]>No alert on this at all, just a different plugin name.
Had me concerned there for a minute when it looked like someone had deleted ‘tour dates’ and this was there instead.
Now to figure out why the sidebar widget is blowing out my sidebar..
It looks like you have the data-popup-background-color currently hard coded as white. It would be awesome if this could be a field in the plugin (like text color or background color).
]]>I cannot find any other widget for BIT .. will this one ever show that it is current with the latest WP version? Will this be updated to the latest BIT widget release?
]]>hi there, thanks for the WP ‘tour dates’ plugin.
i’ve been styling the output using the custom CSS box, but just wondered if there’s a definitive list/docs for the CSS classes?
and could i add a feature request – my client has asked to change the colour of [SOLD OUT] events in the list but i can’t see that there’s a specific class for this to latch onto. would it be possible to add a ‘sold out’ CSS class at some point in the future?
many thanks,
chris
I thought back in September that I updated the widget to V2, but now I see it is still at 1.14???
Will you be updating this widget to V2?
as BIT sends email “Have you updated your widget to version 2?”.
thank you
]]>Hello,
I’m not able to connect the plugin to the artist dates when the artist name has already “”. Ex : My-very-special “Artist name”
I tried with that short code but it does not work: [bandsintown_events artist=”My-very-special \”Artist name\”” display_limit=”10″]
Any other idea or work around ?
Thanks !
Hi,
will there be an update for the plugin anytime soon? To accommodate SSL sites?
The plugin DOES NOT WORK with https, and we are changing all of our sites to this, AND we have lots of bands that rely on Bands in Town, for their shows to show up on their sites.
Any help or update would be appreciated.
Thank you!
Best,
Richard
When I click the twitter share button on my cell phone it just opens the twitter app instead of displaying the pre-filled message like it does on desktop.
]]>Hi,
Is there a way to change the way the date format out puts? I’d like to have it Day/Month/Date. Thanks!
]]>