Hello from Germany,
I constantly get the following error:
PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method dtc_gigs::setup_future_hook() should not be called statically
Any idea how to change that?
]]>Not sure about WP 4.4, but definitely with WP 4.4.1, the “Add Gig” button doesn’t appear to do anything anymore. Please help!
]]>For some reason when I am on any normal page/homepage, my “recent posts” widget does NOT list the gig/posts, which is the expected/desired effect. As can be seen here:
https://www.rodrigoconstanzo.com
BUT when I enter a blog post directly, my “recent posts” widget fills with the recent gig entries, creating a messy look. This behavior is different from when in any static page.
As can be seen here:
https://www.rodrigoconstanzo.com/2015/11/dfscore-2/
Hi
Love this plugin – just what I need! I do however want to list all the archived gigs underneath the upcoming gigs, on the same page.
Is there a shortcode that does this?
If not, can I change the archive and year link to say just ‘previous gigs’ which is the hyperlink?
Thanks so much!
]]>I would like to edit the display of the list of Gigs. I see that there is a template called Basic within the Gigs Calendar folder. There is a Readme file that reads: “Gigs Calendar Templates
WARNING!
Do not edit any files in this folder. If you do, you do so at your own risk.
WordPress will delete any changes you make when you perform the automatic
upgrade for this plugin.
Instead create a gigs-templates folder in your wp-content directory and copy
the basic template there before you make any changes.
For more information, visit the official documentation page:
https://dev.blogsforbands.com/gigs-calendar-template-system/”
I have done this and have attempted to modify the styles.css file that is located within the basic template, but the changes do not seem to be displayed. I tried going to the official documentation link, but the link doesn’t work.
Thanks for any help that can be provided.
]]>Hi, I am using the Prosodia Plugin.
https://www.ads-software.com/plugins/wp-vgwort/
Together with the Gig Calendar, the plugins won’t work because of a collision of coding in gigs-calendar.php.
Both plugins activated, the posts and pages has vanished. Deactivating brings back the content.The mistake is generate by this line
AND ID NOT IN (SELECT postID FROM wp_gigs_gig)
and should changed into
AND {$wpdb->posts}.ID NOT IN (SELECT postID….
there are 3 places to change in the gigs-calendar.php
static function hide_posts($where) {
$o = get_option(‘gigs-calendar’);
if ( 0 < (int) get_option(‘gig_db_version’) && $o[‘post-filtering’] ) {
global $wp_the_query;
global $wp_query;
global $wp_actions;
/* @var wpdb $wpdb */
global $wpdb;
if ( in_array(‘get_sidebar’, $wp_actions) ) {
$where .= ” AND {$wpdb->posts}.ID NOT IN (SELECT postID FROM ” . TABLE_GIGS . ‘)’;
} elseif ( (is_single() || (function_exists(‘is_tag’) && is_tag())) ) {
return $where;
} elseif ( (!is_category() || $wp_the_query->query_vars[‘cat’] != $o[‘category’]) || defined(‘gigs-query-mod’)) {
$where .= ” AND {$wpdb->posts}.ID NOT IN (SELECT postID FROM ” . TABLE_GIGS . ‘)’;
}
}
return $where;
}
static function hide_archives($where) {
$o = get_option(‘gigs-calendar’);
if ( $o[‘post-filtering’] ) {
global $wpdb;
return $where . ” AND {$wpdb->posts}.ID NOT IN (SELECT postID FROM ” . TABLE_GIGS . ‘)’;
}
}
Changing this code in the middle of the php file eliminate the mistake. Thanks for attention and please do an update for further releases.
]]>Hi there,
I know there are custom ffield that can be popupated.
I could use one for linking FB event.
How and where should I change something to get them appear?
Thanks,
Bianca
Love this plugin, it’s my favorite of all the available calendars, but since upgrading to WP 4.1 I can not use the Gigs Calendar dashboard anymore. All it does is load a blank screen when you click on any of the tabs.
]]>I can install the plugin correctly but the admin panel doesn’t work, it only shows three lines of text (Settings, Feedback/Bugs and Credits), and none of them is clickable.
]]>The plugin is activated and I see the tables in my database, but it is no longer appearing on the dashboard panel. Any suggestions? I would appreciate any help.
]]>Site: https://www.gavindoniger.com
Error on public pages:
Warning: mysql_get_server_info(): Access denied for user ‘qudelcom’@’localhost’ (using password: NO) in /home/qudelcom/public_html/_gavindoniger.com/wp-content/plugins/gigs-calendar/gigs-calendar.php on line 872
Warning: mysql_get_server_info(): A link to the server could not be established in /home/qudelcom/public_html/_gavindoniger.com/wp-content/plugins/gigs-calendar/gigs-calendar.php on line 872
Error when attempting to access admin Dashboard (now need to disable the plugin to access admin area):
Warning: mysql_get_server_info(): Access denied for user ‘qudelcom’@’localhost’ (using password: NO) in /home/qudelcom/public_html/_gavindoniger.com/wp-content/plugins/gigs-calendar/gigs-calendar.php on line 872
Warning: mysql_get_server_info(): A link to the server could not be established in /home/qudelcom/public_html/_gavindoniger.com/wp-content/plugins/gigs-calendar/gigs-calendar.php on line 872
Warning: Cannot modify header information – headers already sent by (output started at /home/qudelcom/public_html/_gavindoniger.com/wp-content/plugins/gigs-calendar/gigs-calendar.php:872) in /home/qudelcom/public_html/_gavindoniger.com/wp-includes/pluggable.php on line 1173
Please help.
]]>The “Add Gig” button with my Gigs Calendar is not working. When I click it, nothing happens. However, the new gig is reflected with my new posts. But the gig does not appear on the calendar. The information with the post is also incomplete. I’m afraid to deactivate and re-install the plugin because there is so much information on there that I don’t want to lose. I’ve logged out, closed my browser, tried a different browser, restarted my computer, nothing. The Gigs Calendar is my site’s lifeline, someone please help!
]]>Hello, we have been using this plugin for a while on our site without any issues.
Recently we began getting the following issues:
Warning: mysql_get_server_info(): Access denied for user ‘strathbo’@’localhost’ (using password: NO) in /home/strathbo/public_html/wp-content/plugins/gigs-calendar/gigs-calendar.php on line 872
Warning: mysql_get_server_info(): A link to the server could not be established in /home/strathbo/public_html/wp-content/plugins/gigs-calendar/gigs-calendar.php on line 872
Warning: Cannot modify header information – headers already sent by (output started at /home/strathbo/public_html/wp-content/plugins/gigs-calendar/gigs-calendar.php:872) in /home/strathbo/public_html/wp-content/plugins/global-gallery/lc_update_notifier.php on line 125
Warning: Cannot modify header information – headers already sent by (output started at /home/strathbo/public_html/wp-content/plugins/gigs-calendar/gigs-calendar.php:872) in /home/strathbo/public_html/wp-content/plugins/global-gallery/lc_update_notifier.php on line 130
No other plugin is causing this problem.
Could you please advise what might be causing the issue and how to fix it?
We have tried uninstalling the plugin and reinstalling it.
Thanks.
]]>Hi,
I just installed Gigs Calendar and it works just fine. There’s just one thing I’d like to know: can I edit the order of venue, city, date etc?
Thanks!
Good evening,
After the wordpress 3.9.1 update, the admin page turns up blank.
Does anyone have a solution for this problem?
Many thanks,
Maarkj
Hi. I’m using the HTTPS plugin for WordPress, where the SSL URL has a different hostname (using the shared hosting provider’s certificate).
Let’s say:
https://www.domain.com/
https://server1.isp.com/~user/
All the gig pages settings are blank.
I did some digging.
I’m getting this error:
https://www.domain.com/wp-content/plugins/gigs-calendar/settings.ajax.php 404
For good reason. The URL should be:
https://server1.isp.com/~user/wp-content/plugins/gigs-calendar/settings.ajax.php
Please look into this; I want to keep my admin area SSL without paying for a static IP and certificate.
Thanks,
C
is there a way to post the calendar to an article instead of a page? a shortcode perhaps?
]]>Need extra features and I’m considering switching to a new events management plugin, but I would need to move all old data to keep the events archive up, and it seems there’s no way to export Gigs Calendar events into ical o csv formats.
Anybody out there has faced a similar issue, and knows please the magic trick?
Thanks!
Terrific app. Wish there was a function to repeat gig weekly, monthly, so one doesn’t have to re-enter gig every time. Any way to adapt code easily?
]]>I want to add an extra field to enter the end time of a gig. How can i do this?
]]>Hi,
This question has been asked before, I realize, but I wanted to see if anyone is experiencing the same problem as I am.
I exported a WordPress site from Tools -> Export from my own web hosting environment (with WP version 3.3.2) and then imported it into a fresh installation on a client’s web host (running WP 3.5.2). A few things didn’t come across – I had to install the theme I was using, and the couple of plug-ins I was using (a image slideshow and the Gigs Calendar) and make a few other minor changes (e.g., the order of pages didn’t get preserved and was showing up alphabetized, and I had to specify the specific page to use as the home page). Once that was done, everything was in great shape except – the Gigs Calendar had no data.
I found some previous posts that suggested the tables Gigs Calendar uses should have come across from the Export, but looking at the databases in PHPMyAdmin, there were 4 tables on the original environment with wp_gigs_ prepended to the name that did not exist in the new environment.
Another post here suggested that I should be able to export the 4 tables from PHPMyAdmin on the old environment, then import the tables using PHPMyAdmin on the new environment. Seemed to make sense. So I did that.
Back to the Gigs Calendar admin pages, there still are no Gigs or Venues showing up.
Any ideas? Is there something I have to do to get Gigs Calendar to realize the data is there now?
The idea of having to input all the data manually makes various muscles throughout my body clench severely.
Thanks in advance…
Alan
]]>Hi @dancoulter, did you considerate to make a date search? Or a calendar view? If the answer is no, could I contribute with you? Because I need one and you calendar is a great development.
Adolfo
]]>As mentioned in a 4 year old topic that was closed.
Please add a way to modify the venue of a gig after the gig was posted.
There should be no obstruction from doing this. Just add the same drop-down in the edit screen as when adding a new gig.
Just wondering how to remove that dotted border around each listed event:
]]>any chance of having an end date on gigs and automatically marking gigs as archived after the end date?
]]>Hi
Is there a shortcode for this plugin so you can display it on two different pages?
]]>Any way for me to associate a show poster or other image with each event?
]]>Hi –
We occasionally have multiple gigs at different venues on the same day. Since the time is only in the performance table, those gigs that have the same date don’t necessarily display in proper time order (and the “next gig” widget sometimes displays the later gig).
Sure would like to see this taken care of – most of the time we have just one performance at each of these gigs, but even if there were multiples, I’d say sorting gigs on the earliest performance time for each gig would be good (the odds of there being a gig sandwiched between two performances of another gig are pretty slim!)
I can see an (optional?) performance duration field being handy, too, perhaps in conjunction with a default value controllable via settings that gets auto-stuffed into each performance.
I’m actually thinking of looking into these additions myself, if you want some help with things.
Thanks!
– Fred.
]]>i see the option to display the calendar on a custom location, but i dont see any documentation on what to do to add it in a theme file or any other way to do the custom integration… a little help?
]]>I am trying to edit the settings, and everytime I click “save” the settings that I selected aren’t being saved.
]]>