Forum Replies Created
-
AuthorPosts
-
Bartel
ParticipantHi Geoff,
yes I got the settings right. So I installed the Filter add-on again while using theme2015. The opening by default worked if I changed the settings a couple of times. Then, I switched to my child theme, and it was ok.
This happened 3 times; now the agenda is finsihed http://prntscr.com/8awkj5 and I hope the filter bar is staying. If it’s happening again I guess I have to get a refund but I got good hopes it’s turning out well.
Thank for your help.
Regards, MyraAugust 31, 2015 at 2:22 am in reply to: Urgent.. styling issues & recurring events not in list #1000364Bartel
ParticipantHi George,
I solved the styling issues with css; the recurring events were planned in the future (how this happened I dont know) so I solved this easy.
Regards, Myra
Bartel
ParticipantOk, I switched to default event page (instead of default page template) that might worked. Now, the filter bar is showing 🙂 But not opening by default: http://prntscr.com/89xrfq
I already tried deleting the css already, but I switched to the main theme so definitely all my css in my child theme was inactive. But that didnt change anything.
I now deactive the filter bar for now again.
Regards, Myra
Bartel
ParticipantSolved it with excerpt option on the single page 🙂
Bartel
ParticipantHi Geoff,
I also have this problem; on every event, the text showing up on a different positions, while the classes are the same. http://prntscr.com/89ni6w
If I change the one event to make it right, the other shifts as well.. it keeps messing up.
This is the css I have now:
.tribe-events-list h2.tribe-events-list-event-title { margin-left: -110px !important; float: left !important; } .tribe-events-list .tribe-events-event-image img { float: left !important; } .tribe-events-loop .tribe-events-event-meta { float: left !important; margin-left: -235px !important; clear: inherit; margin-top: 45px!important; }Thanks for looking into it.. please look at the disappeared filter bar as well….
Regards, Myra
Bartel
ParticipantThanks Brian!
I found the excerpts code in that file but what do I need to change to make html work?<!-- 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() ?> <a href="<?php echo esc_url( tribe_get_event_link() ); ?>" class="tribe-events-read-more" rel="bookmark"><?php esc_html_e( 'Find out more', 'tribe-events-calendar' ) ?> »</a> </div><!-- .tribe-events-list-event-description --> <?php do_action( 'tribe_events_after_the_content' );Bartel
ParticipantHi Geoff,
Thanks for your reply! I’ve read the article and made the tribe-events folder in my theme. Will this also work in a child theme, or won’t it be gone when updating the theme?
But I think it’s the wrong template. Because I dont need it in the single page (I’ve hidden the image there) but in the list. So I changed list/single-page.php and it worked!! 🙂
But now, my filter bar on the left is missing!
When you go to the page, you see him for a second and then he’s gone.
I deleted the tribe-events folder in my theme, but that didn’t help.
Then deleted all css; no change.Can you have a look at http://intimate-moves.nl/agenda/
It used to look like this: http://prntscr.com/89mm7rRegards, Myra
Bartel
ParticipantHi, I got this to work: http://prntscr.com/89g1sk
🙂
Bartel
ParticipantHi, I now deleted foad right, because it messed up the singele events.
So, still the question, how can the meta data get next to the image?
Bartel
ParticipantI’ve removed the code and that solved it.
I’m a little confused now what the reason was to put it there in the first place, but I guess its ok now.Cheers, Myra
Bartel
ParticipantHi Brian,
thanks for the quick reply. I tried that, but it doesn;t solve it.. http://prntscr.com/8975in
Bartel
ParticipantHi Brian,
Entry Title: Yes, i have that line of code in my wp-config like this: http://prntscr.com/895ov2 is that ok?
But still the first entry title is missing: http://prntscr.com/895pme
Regards, Myra
Bartel
ParticipantThank you, I will contact my theme (Jupiter).
The code worked for translation of “events”. But in the browser tab (and page title) also the Dutch word for Upcoming (Aankomende) is displayed, I want this to be “Agenda”. So, the total should be “Agenda workshops”
In the po/mo files “Upcoming events” is translated to “Agenda workshops”. But it doesn’t show in the browser tab (and page title). How can I change the word “Aankomende”? http://prntscr.com/83pygj and http://prntscr.com/83q0vo
Another issue:
I notice that the entry title of the first event in the list is missing. I looked, it seems the size is 0x0px. http://prntscr.com/83q1wz Font size and line height are ok. Any ideas?Cheers
Bartel
ParticipantHi Brian,
OK, thanks, I see it in the tab! This is nice. But how do I change the text; i’d like events (evenementen in Dutch) changed in workshops.
So which conditional should I use for the main event page http://intimate-moves.nl/agenda/ ? Is that List View page:
if( tribe_is_past() || tribe_is_upcoming() && !is_tax() ) { // List View Page echo 'were on the list view page';}and where can I type the word? I’ll contact Jupiter where to put this code.
Cheers
Bartel
ParticipantHi Brian,
thanks, I pasted it in an empty functions.php in my child theme (correct, right?) but it does nothing.
Regards, Myra
-
AuthorPosts
