Forum Replies Created
-
AuthorPosts
-
Marianna
ParticipantNico, hi!
I’m not sure what text was before the update – something like “Events” in russian.
Yes, I am using the Atlantis theme, I customized the theme myself but had a question on breadcrumbs and the developers helped me to fix it.
It would be great if you could contact the Atlantis developers!
My envato account: http://themeforest.net/user/marianna8Best regards,
MariannaMarianna
ParticipantGood day, Nico 🙂
I tried to find it in my PHP but unsuccessfully.
This bug appeared right after the update 3.11. I have not updated or changed other plugins or WP theme for a long time. Would appreciate any help from you!
Marianna
ParticipantDear Barry,
Thanks a lot for this helpful information!
I’ve almost managed the shortcode view http://smolnikov.club/spearfishing/
But I’ve got one more question. How to manage the appearance like here http://smolnikov.club/events/ so that the image will be on the left, and title and description on the right?My code in the new single-event.php file:
<div class=”tribe-mini-calendar-event event-<?php esc_attr_e( $mini_cal_event_atts[‘current_post’] ); ?> <?php esc_attr_e( $mini_cal_event_atts[‘class’] ); ?>”>
<div class=”list-info”>
<?php do_action( ‘tribe_events_list_widget_before_the_event_title’ ); ?><h2 class=”entry-title summary”>
” rel=”bookmark”><?php the_title(); ?></h2><?php do_action( ‘tribe_events_list_widget_after_the_event_title’ ); ?>
<?php do_action( ‘tribe_events_list_widget_before_the_meta’ ) ?><div class=”duration”>
<?php echo tribe_events_event_schedule_details(); ?></div><div class=”tribe-events-event-image”>
<?php echo tribe_event_featured_image( null, ‘medium’ ) ?>
</div><!– Event Content –>
<?php do_action( ‘tribe_events_before_the_content’ ) ?>
<div class=”tribe-events-list-event-description tribe-events-content description entry-summary”>
<?php the_excerpt() ?>
</div><!– .tribe-events-list-event-description –>
<?php do_action( ‘tribe_events_after_the_content’ ) ?>***
Besides I added the following CSS code – so that the footer widget doesn’t show images, maybe it will help somebody:.tribe-events-adv-list-widget .tribe-events-event-image {
display: none;
} -
AuthorPosts
