Forum Replies Created
-
AuthorPosts
-
humberlife
ParticipantHi ivanhi, I totally agree with you but seems like no one has been able to find the file. If you do please let me know.
I’m printing the label in HTML on my template file and I’m calling the custom fields individually using the function tribe_custom_field(‘name of the field’). Make sure you are not missing any capitals in the parameter. The name of the fields must be the exact same as the label of your custom field.
let me know if anything!
humberlife
ParticipantHere we go,
tribe_custom_field(‘name of the field’)
this function prints the value of an specific additional field. For more than one additional field use tribe_get_custom_fields.
If you guys find a better solution please let me know.
humberlife
Participantok, i think you can just edit your template file and get rid of the tribe_events_single_event_meta and replace it with individual tags such as:
– tribe_get_embedded_map
– tribe_events_event_schedule_details
– tribe_get_venue
– tribe_get_full_addressThe only problem with this is that I haven’t been able to find a function that prints only the additional field(s).
humberlife
ParticipantI have the same issue.
I’m trying to change the position of the map and change the html structure of the event details but I can’t find the file that does that… unless there is a way to call each detail item via template tags.
July 9, 2013 at 1:15 pm in reply to: tribe_is_event() not working properly after upgrading to 3.0. #54112humberlife
ParticipantNo worries! cheers and thanks! I’m closing the topic!
July 8, 2013 at 9:42 am in reply to: tribe_is_event() not working properly after upgrading to 3.0. #53803humberlife
ParticipantOK, I solved it.
The problem was that my events page template was calling a loop so the it was creating a sort of loop within a loop problem. This was messing up all the logic of the conditionals.
I recommend to use the basic structure that the default template comes with… I still havent been able to create my own file. As for now I’m only editing the default template file.
humberlife
ParticipantOK, I solved it.
The problem was that my events page template was calling a loop so the it was creating a sort of loop within a loop problem.
I recommend to use the basic structure that the default template comes with… I still havent been able to create my own file. As for now I’m only editing the default template file.
July 5, 2013 at 6:01 am in reply to: tribe_is_event() not working properly after upgrading to 3.0. #53414humberlife
Participantok, I opened this same topic on the wordpress.org support forum. Here: http://wordpress.org/support/topic/tribe_is_event-not-working-properly-after-upgrading-to-30?replies=1#post-4386839
July 5, 2013 at 5:58 am in reply to: tribe_is_event() not working properly after upgrading to 3.0. #53413humberlife
Participantdamn it this forum sucks at displaying code!
June 13, 2013 at 7:16 am in reply to: How do I print only a custom field's label and value separately? #51251humberlife
ParticipantHey Jonah! Thanks! i tried it and it worked like a charm!
June 12, 2013 at 8:45 am in reply to: How do I print only a custom field's label and value separately? #51178humberlife
ParticipantHi! I actually post it on the supports page of the plugin on wordpress.org
http://wordpress.org/support/topic/how-do-i-print-only-a-custom-fields-label-and-value-separately?replies=1#post-4294909would that work for you??
June 11, 2013 at 10:48 am in reply to: How do I print only a custom field's label and value separately? #51053humberlife
ParticipantI’m sorry, this is not printing the html tags…
June 11, 2013 at 10:47 am in reply to: How do I print only a custom field's label and value separately? #51052humberlife
Participant”
Building:K building
“June 11, 2013 at 10:36 am in reply to: How do I print only a custom field's label and value separately? #51050humberlife
ParticipantThis is the exact output that the tag is giving me:
labelvalue
-
AuthorPosts
