Forum Replies Created
-
AuthorPosts
-
twi
ParticipantHi, thank you for this.
I have added the below to my php snippet plugin but it did not change Venue to Location. Am I doing something wrong?
function tribe_custom_theme_text_with_context ( $translation, $text, $context, $domain ) {
// Put your custom text here in a key => value pair
// Example: ‘Text you want to change’ => ‘This is what it will be changed to’
// The text you want to change is the key, and it is case-sensitive
// The text you want to change it to is the value
// You can freely add or remove key => values, but make sure to separate them with a comma
// This example changes the label “Venue” to “Location”, and “Related Events” to “Similar Events”
$custom_text = array(
‘Venue’ => ‘Location’,
);}
twi
ParticipantPerfect, thank you for your help on this.
twi
ParticipantHi,
It does not. It hides it on the main events page but not on the click through event – http://twi.gaslamp.digital/event/black-belt-negotiator-eic-dubai/
Regards
Andy
twi
ParticipantHi Andras
That worked great, last thing, is there a way to hide the grey bar from the actual click through of the event – http://twi.gaslamp.digital/event/black-belt-negotiator-eic-dubai/
Regards
Andy
twi
ParticipantHi Andras
Thank you for your reply.
The issue here is that if I do this it will apply this change for the whole site.
My issue is because your plugin does not actually create a page, I can’t just hide this from the one page because I can’t edit it. Does this make sense?
Regards
Andy
twi
ParticipantHi Courtney
This is the issue when I do this. It only expands the width of the content area and not the banner.
http://twi.gaslamp.digital/events-old/
Regards
Andy
twi
ParticipantHi Courtney
The reason for using the shortcode was so that we had the ability to add a banner image at the top of the page.
Using the original method we didn’t have this option even though the look and feel was exactly what we were looking for.
Because /events-old was an auto-generated page by the plugin we didn’t have control over adding the banner image at the top as this was not a page we could physically edit if that makes sense?
Can you think of a way to use the old method and get a banner image at the top? this would be great to be able to do this.
Regards
Andy
twi
ParticipantHi Courtney
Apologies for the delay in getting back to you.
That works in bringing the content up but it now loses the search bar – http://twi.gaslamp.digital/events/
Why would this disappear?
The page also still doesnt look like the old page I created with the default Events calendar plugin before we purchased pro.
Regards
Andy
twi
ParticipantThis reply is private.
twi
ParticipantThis reply is private.
twi
ParticipantHi Courtney
I have made this change but as you will see the link works but is actually showing the code – http://twi.gaslamp.digital/event/become-a-black-belt-negotiator-eic-dubai/
Any reason for this?
Regards
Andy
twi
ParticipantHi Courtney
Thank you for your email.
Is the the section I need to edit?
<p class=”tribe-events-back”>
“> <?php printf( ‘« ‘ . esc_html_x( ‘All %s’, ‘%s Events plural label’, ‘the-events-calendar’ ), $events_label_plural ); ?>If so what do I replace it with to add a link? for example the link would need to be – http://twi.gaslamp.digital/events/
Regards
Andy
twi
ParticipantHi Courtney
I have clicked the share system info button in the help section.
The landing events page (please ignore the look) is here – http://twi.gaslamp.digital/events/
If you then click the find out more on the event you will then go to the event and if you click all events it will then take you to the old auto-generated events page (/events-old)
Regards
-
AuthorPosts
