Forum Replies Created
-
AuthorPosts
-
April 17, 2014 at 5:51 am in reply to: Can you modify when events are relegated to 'previous' status? #134751
Barry
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
Barry
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
Barry
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
Barry
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
April 17, 2014 at 5:45 am in reply to: Week days only in events that span more than one week? #134731Barry
MemberApologies Steve, I completely omitted to describe our custom recurrence option which probably does provide a nice fit for your needs. You could specify the days of the week you wish the event to occur on, and make it recur for x weeks:

So that might actually meet your needs quite nicely 🙂
Sorry for the confusion!
Barry
MemberHi: I’m not seeing many events/any duplicates there – have you since cleaned them up? No problem if so, I just wanted to double check that I was looking in the correct place.
April 16, 2014 at 8:26 pm in reply to: Is it possible to add different HTML above and below each month in gridview? #134418Barry
MemberInteresting idea!
Definitely possible, yes. Some code like I’ve provided below (which you might add to your theme’s functions.php file) shows the basic ideas behind a customization like this:
add_action( 'tribe_events_after_header', 'calendar_monthly_motif' ); function calendar_monthly_motif() { if ( ! tribe_is_month() ) return; $date = new DateTime( tribe_get_month_view_date() ); $month = $date->format( 'M' ); $imagery = array( 'Jan' => 'http://ckinknoazoro.files.wordpress.com/2011/06/random.jpg', 'Feb' => 'http://1.bp.blogspot.com/-cD0mdqrG1VU/T2e1Uqzjo3I/AAAAAAAAASI/4Oki1HXl_WY/s1600/random.jpg', 'Mar' => 'http://images2.fanpop.com/images/photos/5700000/Random-random-5719756-1280-800.jpg', 'Apr' => 'http://www.reactiongifs.com/wp-content/uploads/2012/12/funny-pug-dance.gif', 'May' => 'http://www.mrwallpaper.com/wallpapers/Zebras-Sunrise-Africa.jpg', 'Jun' => 'http://ts4.mm.bing.net/th?id=HN.608002103181576372&pid=1.7', 'Jul' => 'http://24.media.tumblr.com/tumblr_m44i5rg2x11qzx780o1_400.gif#funny%20dance%20gif%20280x164', 'Aug' => 'http://i.telegraph.co.uk/multimedia/archive/02156/snookered_2156306b.jpg', 'Sep' => 'http://67music.net/wp-content/uploads/2011/11/Sons-of-Malarkey-CD-Release-Party-001.jpg', 'Oct' => 'http://mushypony.com/wp-content/uploads/2010/10/smiling-llama-header.jpg', 'Nov' => 'http://ts4.mm.bing.net/th?id=HN.608037794359673753&pid=1.7', 'Dec' => 'http://2.bp.blogspot.com/_hiSjtpb8YyM/S7Stxq0FKAI/AAAAAAAABbo/ZgFQBl3_25Q/s1600/juicy+lucy2.JPG', ); if ( isset( $imagery[$month] ) ) echo '<img src="' . esc_url( $imagery[$month] ) . '" style="max-width: 100%" />'; }Naturally you’d need to tweak things here and you’ll probably also find the following resources useful along the way:
I hope that helps 🙂
Barry
MemberYes, definitely – it actually uses whatever you have set as the featured image for the events in question, so setting a featured image (sometimes called a post thumbnail) in the event editor is the easiest way to achieve this – it only provides the placeholder graphic when it can’t find a featured image.
Does that help?
Barry
MemberI’m sorry you’re facing difficulties here 🙁
Are you using a plugin for the trilingual aspect at all (and which plugin if so)?
My suspicion is that, when the ajax request is sent it doesn’t include the URL query used to indicate the chosen language, so the request comes back in the default language instead.
Barry
MemberHi Vera: I responded to your previous question here … are you unable to see that? If so please let us know as we have experienced a number of technical glitches on the forum lately.
Barry
MemberI’m sorry you’re facing difficulties here.
I’m afraid that, at this time, we cannot offer support where there is a problem caused by WPML. We are aware that there is a lot of demand for better integration between the two and both our team and the WPML crew are prepared to make improvements here – but right at this time there’s not much we’re going to be able to offer, regrettably.
With that said it could be worth approaching WPML for support in case something obvious jumps out at them?
Barry
MemberHi – sorry you are experiencing difficulties.
I do see the following error in the console, so based on what you are telling me my guess is MD Page Builder also adds Google Maps support:
Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors.Would it be possible for you to touch base with the plugin author and ask if there is a means of readily disabling map support in relation to that plugin? If for instance they can provide a snippet to help you do that we can probably complete the puzzle, as it were, and provide some additional code such that their own Google Maps integration is only disabled on event pages like this one.
Let me know if that would help 🙂
April 16, 2014 at 4:51 pm in reply to: error in guestbook after update from 3.4 to 3.5.1 of the events calender pro #134280Barry
MemberHi Chris,
Sorry for the difficulties.
So far as I can tell in a regular installation that function will never be called with just one parameter (which is what seems to be happening in your case). I wonder if your theme or another plugin might be doing this inadvertently?
I see you already tried deactivating all other plugins and switching to a default theme – can you confirm what if any effect that had on this issue?
Additionally, though it certainly won’t solve the basic problem, do remember that it is a best practice not to display error messages on a live site (and depending on how things are configured for you you may need to seek advice from your host on disabling that).
Barry
MemberHi – thanks for your questions.
The CSV importer is a fairly new piece of functionality so there may be some gaps, such as you have identified. It would certainly be possible for us to look at adding support for extra fields and I’d encourage you to post a feature request (or add your support to any suitable existing requests along these lines).
Thanks!
Barry
MemberHi Tom – sorry you’re experiencing difficulties.
We don’t actually deliver technical support here on the pre-sales forum, so I’d ask that you post this on our free support forum or, if you need more in-depth or more timely help, purchase a license and post here on our PRO support forums.
Thanks!
-
AuthorPosts
