Forum Replies Created
-
AuthorPosts
-
April 23, 2014 at 9:21 am in reply to: Get rid of "You have venues for which we don't have Geolocation" warning #140528
efromdc
ParticipantThat did the trick. Thanks!
April 9, 2014 at 8:45 am in reply to: Events Calender Widget: Can I replace the date icon w the events featured image? #130016efromdc
ParticipantFully aware of the themers guide.
1. I dont know which file to edit to get started thats specific to the widget display
2. The themers guide does NOT say how to limit the image output size
3. Been trying to make this work for about a week an so far no luck.
A bit of hand holding please?April 5, 2014 at 3:15 pm in reply to: Get rid of "You have venues for which we don't have Geolocation" warning #128572efromdc
ParticipantNote that I am running 3.4.1 so if the code is for your latest version, I need you to give me the code for MY version. I can NOT update to the latest at this time. Need the fix for my version. Thank you.
April 5, 2014 at 3:12 pm in reply to: Get rid of "You have venues for which we don't have Geolocation" warning #128570efromdc
ParticipantPlacing this code snippet into rooturl/functions.php breaks my site.
I need a solution please ASAP as this is driving apeshyt…April 4, 2014 at 6:18 am in reply to: No license field in settings so I can't add my license… #128010efromdc
ParticipantThat was the correct answer and thank you.
Follow-up: What is the rollback procedure? If I install and the changes prove incompatible (such as me altering a few things in the background), can I simply re-install an older version of the plugin? Or does this update alter fields to the point of making a rollback impossible…?Thank you…
April 4, 2014 at 6:16 am in reply to: Get rid of "You have venues for which we don't have Geolocation" warning #128005efromdc
Participant50% of my data will NEVER have geolocation data. So I dont want the warning up there because it takes up space 50% of the time.
Please reply with the php code to shut the warning off under ALL circumstances.
April 4, 2014 at 6:14 am in reply to: Get rid of "You have venues for which we don't have Geolocation" warning #128003efromdc
ParticipantI didnt explain this correctly
I dont want the warning under ANY circumstance. AT ALL.
Please do not reply and say “generate map data and it goes away.” I want the message completely gone 100% of the time under ANY circumstance.Can someone tell me the php to turn the message off please?
Thank you…
February 28, 2014 at 8:11 am in reply to: Resizing featured image on output: tribe_event_featured_image( null, 'small' )? #110813efromdc
ParticipantDid as instructed and that doesnt work. All images are still not 100×100 / thumbnail.
Please advise…
efromdc
ParticipantNo worries. Thanks.
February 14, 2014 at 9:08 am in reply to: (Solved) Month display doesnt display "view all" under each day. Should it? #104509efromdc
ParticipantNever mind. When I forked the code, I fixed it along the way…
February 14, 2014 at 9:00 am in reply to: (Solved) Follow UP (cant re-open original): fields for date and featured image #104502efromdc
ParticipantI forked the plugin. I have the events excepting remote images now.
February 14, 2014 at 8:56 am in reply to: (Solved) Supress Event Description or Excerpt from /events #104500efromdc
ParticipantNever mind. I tried it and it works pretty well…
February 14, 2014 at 7:20 am in reply to: (Solved) Supress Event Description or Excerpt from /events #104486efromdc
ParticipantYou know…I thought about this a bit more. You answer was perfect, but I think I want a slightly different approach: YOu code snippet implies that “$excerpt” is defined SOMEWHERE. I’d like to change the output from $excerpt = ” to $excerpt = substr($excerpt, 0, 50); so as to just display the first 50 characters.
Would that achieve the new desired outcome?
February 14, 2014 at 5:47 am in reply to: (Solved) How can I set a pre-defined venue via php? #104444efromdc
ParticipantI actually implemented this a few hours before you replied:
$venueQuery = get_page_by_title( $venue, OBJECT, ‘tribe_venue’ );
if ($venueQuery) {
update_post_meta( $postID, ‘_EventVenueID’, $venueQuery->ID; );
}
else {
$venueData = array();
$venueData[‘Venue’] = $name
$venueData[‘post_type’] = ‘tribe_venue’;
$venueData[‘Country’] = $country;
$venueData[‘Address’] = $street;
$venueData[‘City’] = $city;
$venueData[‘State’] = $state;
$venueData[‘Zip’] = $zip;
$venueData[‘ShowMap’] = true;
$venueData[‘ShowMapLink’] = true;
$venueData[‘Phone’] = $phone;
$venueData[‘URL’] = $url;
$event[‘Venue’]=$venueData;February 8, 2014 at 3:59 pm in reply to: Selecting a specific date…is showing dates PAST the date specified #102390efromdc
ParticipantNah, I can live with that.
Relatedly on http://socialalerts.com/washingtondc/events/upcoming/1. How can I reduce the size of the images. Lets say I want them to be 100×100? I dont want to PHYSICALLY resize them via php function…just want to display them as 100×100
2. How can I remove the description / excerpt? As it there was a “<!–more–>” tag right before the first letter of the description/excerpt? I want it on the actual event detail page of course…just not on the summary page of events
Thanks!
-
AuthorPosts
