Bartel

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Meta data next to image instead of on top #1000365
    Bartel
    Participant

    Hi 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, Myra

    in reply to: Urgent.. styling issues & recurring events not in list #1000364
    Bartel
    Participant

    Hi 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

    in reply to: Meta data next to image instead of on top #999948
    Bartel
    Participant

    Ok, 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

    in reply to: Link in event doesn't work #999819
    Bartel
    Participant

    Solved it with excerpt option on the single page 🙂

    in reply to: Meta data next to image instead of on top #999743
    Bartel
    Participant

    Hi 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

    in reply to: Link in event doesn't work #999725
    Bartel
    Participant

    Thanks 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' ) ?> &raquo;</a>
    </div><!-- .tribe-events-list-event-description -->
    <?php
    do_action( 'tribe_events_after_the_content' );
    
    in reply to: Meta data next to image instead of on top #999707
    Bartel
    Participant

    Hi 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/89mm7r

    Regards, Myra

    in reply to: Filter bar only? #999491
    Bartel
    Participant

    Hi, I got this to work: http://prntscr.com/89g1sk

    🙂

    in reply to: Meta data next to image instead of on top #999489
    Bartel
    Participant

    Hi, 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?

    http://prntscr.com/89fyuk

    in reply to: Changing event page title (archives) #999469
    Bartel
    Participant

    I’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

    in reply to: Changing event page title (archives) #999270
    Bartel
    Participant

    Hi Brian,

    thanks for the quick reply. I tried that, but it doesn;t solve it.. http://prntscr.com/8975in

    in reply to: Changing event page title (archives) #999194
    Bartel
    Participant

    Hi 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

    in reply to: Changing event page title (archives) #995326
    Bartel
    Participant

    Thank 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

    in reply to: Changing event page title (archives) #994935
    Bartel
    Participant

    Hi 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

    in reply to: Changing event page title (archives) #994658
    Bartel
    Participant

    Hi Brian,

    thanks, I pasted it in an empty functions.php in my child theme (correct, right?) but it does nothing.

    Regards, Myra

Viewing 15 posts - 1 through 15 (of 17 total)