Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
June 26, 2015 at 10:51 am in reply to: Password Protected Eventbrite Event Showing Up in iframe #973242
Michael
ParticipantSo, now I’m using the Content Protector plugin to password protect only the iframe. But the iframe is still displayed even if it’s wrapped in the Content Protect shortcode. I understand that it has to do with do_action(), but I don’t know how I can change it for what I want.
<?php $password = get_post_custom_values('password'); if(!empty($password)){ echo do_shortcode("[content_protector password=". "'".$password[0]."']". do_action( 'tribe_events_single_event_after_the_meta' ). "[/content_protector]"); } else { do_action( 'tribe_events_single_event_after_the_meta' ); } ?>June 26, 2015 at 10:49 am in reply to: Can't pick ticket sales start and end on the latest release #973240Michael
Participantseems like it was my computer being weird.
Michael
ParticipantSame problem.
June 18, 2015 at 6:02 pm in reply to: Password Protected Eventbrite Event Showing Up in iframe #971189Michael
ParticipantI just loaded the page on mobile (iphone 6), and it worked there. But it does not work on amy desktop browsers.
June 18, 2015 at 1:21 pm in reply to: Password Protected Eventbrite Event Showing Up in iframe #971074Michael
ParticipantThis reply is private.
June 18, 2015 at 1:20 pm in reply to: Password Protected Eventbrite Event Showing Up in iframe #971073Michael
ParticipantIt’s the event that is password protected.
Do you mean my eventbrite log in info, or just ID of the event?
You can see the eventbrite event page here:
https://www.eventbrite.com/e/open-mic-at-klimat-lounge-tickets-17332308401
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
