Forum Replies Created
-
AuthorPosts
-
venthi76
ParticipantSnapshot of the code can be viewed here as i was having hard time to post it as code – https://www.dropbox.com/s/em4fwgxfj6bxk16/content.jpg?dl=0
-
This reply was modified 8 years, 3 months ago by
venthi76.
venthi76
ParticipantHi,
Gone through the template file at /photo/content.php and I believe the Title and Link is called via the following link below copied from content.php

The problem is I am not sure how to edit since the the linking is not done via normal “a href” but via the function. Appreciate if you can assist.
Thanks.
venthi76
ParticipantNoted but just one query. The category going to be different at events from different category. How to capture this in the code as I cant fix it to one term. Please assist.
`if ( class_exists( ‘Tribe__Events__Main’ ) ) {
add_filter( 'tribe_related_posts_args', 'example_exclude_category_from_related_posts' ); function example_exclude_category_from_related_posts( $args ) { if ( ! is_array( $args ) ) { return $args; } $args['tax_query'][] = array( 'taxonomy' => Tribe__Events__Main::TAXONOMY, 'field' => 'slug', 'terms' => array( 'barbecue' ), 'operator' => 'IN', ); return $args; }}`
‘terms’ => array( ‘barbecue’ ), – how do i change this to capture the array the particular event belongs to.
-
This reply was modified 8 years, 3 months ago by
venthi76.
venthi76
ParticipantThis reply is private.
venthi76
ParticipantThis reply is private.
venthi76
ParticipantThis reply is private.
venthi76
ParticipantHi Victor,
That’s indeed solved the issue and the ads can be displayed as intended. Just one issue, when viewing on mobile, the ads seems overlap on top of some of the events.
Please checkout my next private reply on one of the sample link and view it on mobile please.
Thanks.
venthi76
ParticipantGreat, thanks for the details.
venthi76
ParticipantHi,
Another question. Referring to one of screenshot taken from your site for Event Aggregator -https://theeventscalendar.com/content/uploads/2016/09/Preview-and-save-import.png
What does the Refine column for. Can i download events from a page to a particular Category?
venthi76
ParticipantNoted and looking forward for your reply.
venthi76
Participantventhi76
ParticipantHi,
Our permalinks on wordpress set for “Post Name: https://mywebsite.com/sample-post/”
However, this does not resolve hiding the word “category” in url or any option to change it. Kindly assist.
Thanks.
venthi76
ParticipantHi Jaime,
That sounds like a good suggestion. However, does the snippet example you give really change the word “category” in URL https://mywebsite.com/events/category/name/ as from the explanation given in https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/ sounds like more for changing keyword in website itself and not URL string.
Please advice.
Thanks.
venthi76
ParticipantHi,
Any update on my queries please?
Thanks.
venthi76
ParticipantThis is my second query that need your assistance. How to change the word “category” in the url to something else, say “things-to-do” etc.
-
This reply was modified 8 years, 3 months ago by
-
AuthorPosts
