Forum Replies Created
-
AuthorPosts
-
Karri
ParticipantHi.
I checked all the modules and it doesn’t seem to be about them.
I did however managed to get it working. I’m still waiting for confirmation from the client, who can test with all the user accounts.
For some reason I just deleted on location and all seemed to work. It was created by one of the users. I was unable to reproduce the bug in development or in production environment :/
Here’s one more for you to look at. The screen capture shows how events are displayed on my 13″ surface pro with latest Chrome, Edge, FF etc… so it’s not browser related.
The first table column should be significantly widers? Not sure if anything can be done to this though, it’s probably a wordpress issue.
Karri
ParticipantWell the community events is not even installed.
Only individual users. I didn’t go through all the plugins yet, but the most obviouse ones I did:
User Role Editor and Change Author. Those were not the problem. There’s not that many plugins installed in general and I highly doubt that the issue could be about the others.Different user roles have added more locations to the list, but it seems like that not even all the roles have the same locations selectable. So it seems like that users can only select those locations that they have in their “my locations” etc. tab in the locations settings… not sure about the english version, but the tabs are “all, my own, published, cornerstone content”.
Karri
ParticipantHi!
I’d like to upgrade to multisite license. I just got info from the client and future plans, so we’ll need this for atleast one other site within the multisite install.
Can you invoice me for the multisite, minus the original pro license?
Karri
ParticipantOh, thanks so it’s that easy.
I managed to get to template on the drawing board, but there’s some odd
things with the styles.In your tutorial:
It seems like the wrapper is set as “.tribe-events-venue-widget”, but in
the template it’s “.tribe-venue-widget-wrapper”. So by default the widget
looks like this (calling it via. shortcode):[image: Inline images 1]
So I’m guessing there’s no styles directed to the widget at all. I’m
pointing this out for future updates to work as desired! Is there some
other styles for the pro?*Here’s the widget template php:*
post_count ): ?>
-
have_posts() ): ?>
the_post(); ?>
<li class="”>
is_featured( get_the_ID() )
&& get_post_thumbnail_id( get_the_ID() )
) {
/**
* Fire an action before the venue widget featured image
*/
do_action( ‘tribe_events_list_venue_before_the_event_image’ );/**
* Allow the default post thumbnail size to be filtered
*
* @param $size
*/
$thumbnail_size = apply_filters(
‘tribe_events_venue_widget_thumbnail_size’, ‘post-thumbnail’ );
?><a href="”>
|
<a href="”>
_________________________________________________
*Karri Karttunen*
Oleva Oy | http://www.oleva.fi
Vanha talvitie 11 C, 00580 Helsinki / Finland
[email protected] | +358 50 303 5392 -
AuthorPosts
