Forum Replies Created
-
AuthorPosts
-
persyst
ParticipantMy Time Zone is set as “New York”. The event below shows the scenario I’m talking about. I have made this event for “All Day” September 15 and 16 and at this moment it says “This event has passed.” on the page even though it is still Sept. 16.
persyst
ParticipantShould I use something like the code below instead? If so, could you tell me which lines to include when pasting this in?
Thanks
<style>
h1.hidden {
display: none;
}
</style>
</head>
<body><h1>This is a visible heading</h1>
<h1 class=”hidden”>This is a hidden heading</h1>
<p>Notice that the hidden heading does not take up space.</p></body>
</html>persyst
ParticipantThanks Brian, I made the following changes with the checkbox and added in:
<div style=”display:none”> </div> to hide the boxes and text, but I had to add this in four times as shown below, to hide all the boxes and text. Is there a cleaner way to do this than what I did. Also, while this did hide everything on the Add Community Event page, the map does not actually get displayed on the event page when viewing. Do I need to put the “display:none” fields in a different location?<?php if ( !tribe_community_events_is_venue_edit_screen() ) { ?>
<tr id=”google_map_link_toggle”>
<td>
<div style=”display:none”><label for=”EventShowMapLink”>
<?php _e( ‘Show Google Maps Link’,’tribe-events-community’ ); ?>:</div>
</label>
</td>
<td>
<div style=”display:none”><input type=”checkbox” checked=”checked” id=”EventShowMapLink” </div> name=”EventShowMapLink” value=”1″ <?php checked( get_post_meta( $event, ‘_EventShowMapLink’, true ) ); ?> />
</td>
</tr><!– #google_map_link_toggle –><?php if( tribe_get_option( ’embedGoogleMaps’, true ) ) : ?>
<tr id=”google_map_toggle”>
<td>
<div style=”display:none”><label for=”EventShowMap”>
<?php _e( ‘Show Google Map’, ‘tribe-events-community’ ); ?>:</div>
</label>
</td>
<td>
<div style=”display:none”><input type=”checkbox” checked=”checked” id=”EventShowMap” </div> name=”EventShowMap” value=”1″ <?php checked( tribe_embed_google_map( $event ) ); ?> />
</td>
</tr><!– #google_map_toggle –><?php endif; ?>
persyst
ParticipantHi Brian,
The back-end works as you described. I would like the front-end (community events) to work the same way. Would it be possible for you to please spare me the torture of reading through that back-and-forth-convo from the Community Events posts, and tell me exactly how to have the Map Boxes “checked” by default on the “Add Community Events” page?And as an additional option, I would like to remove the map boxes completely from the “Add Community” page, but still have them defaulted to being “checked”.
Thanks
persyst
ParticipantGreat, yes I see that it is working now. Thanks.
persyst
ParticipantYou are correct that pasting cypherspot.com in Facebook works, but that is because I have that same Logo/Calendar image on the homepage.
However, if I paste this event link directly into Facebook:
http://cypherspot.com/event/funkmosphere/2014-08-28/
I do not get the option for my default (Logo/Calendar) image.persyst
ParticipantI installed WordPress SEO and set the default image to:
http://cypherspot.com/wp-content/uploads/2014/07/calendar2.png
but it says below the box “This image is used if the post/page being shared does not contain any images.”When I try to share this particular event that does not have a “Featured Image”
http://cypherspot.com/event/funkmosphere/2014-08-28/There are three image options and none of them are the default image I chose.
persyst
ParticipantBarry,
The link you provided fixed it for me.Thanks
persyst
ParticipantI tried switching between all three templates (Default Page, Default Events and Builder), but I’m still getting the hashtag return as before.
Do you know what page or code of the Calendar I should screenshot to show the theme Dev with regards to what he’s saying below?
“Perhaps you could even just send me a screenshot of the edit page screen so I can see how it is set up.”
persyst
ParticipantThanks for the info regarding the programmers. I’ve also communicated with the, The Theme Foundry, creators of the Make theme I’m using on my website.
Is there anything you can tell me with regards to they’re reply to me shown below?
“I cannot identify anyway that Make is breaking the Events Calendar. What I think is happening is that the function that is supposed to be attached to the click event is not firing.
The event is essentially defined as:
$('#tribe-events').on('click', '.tribe-geo-option-link',function (e) {}The problem that I am seeing is that no
#tribe-eventselement is present on the page. In other words, this function is being defined for not existent elements that are then not attaching to the correct event.There are two possible explanations for this:
1. There is a bug in the Event Calendar code that is causing this to happen. I can’t really help much here because I’m really unfamiliar with the code base.
2. Depending on how you are setting up your page, it is possible that Make is stripping some markup that is essential to the functioning of the plugin.To get a better understanding of #2, can you explain how you’ve set up this page? Perhaps you could even just send me a screenshot of the edit page screen so I can see how it is set up.”
persyst
ParticipantThat worked! Thanks!
persyst
ParticipantCan you please tell me which file I’m supposed to add this to?
persyst
ParticipantOk sounds good. Thanks for your assistance.
persyst
ParticipantI actually just tried changing the Registered User Role to “Contributor”, and it seems to work.
I am now able to:
1) allow Registered Users to create events with no back-end access,
2) create events as Admin, with the ability to transfer authorship to a Registered Users.Does this sound correct?
persyst
ParticipantCould you please explain how Modern Tribe intends for the Author drop-down to be used in a functional way without outside plugins or customization?
-
AuthorPosts
