Pau

Forum Replies Created

Viewing 12 posts - 76 through 87 (of 87 total)
  • Author
    Posts
  • in reply to: display date, venue, city on events feeds #1113694
    Pau
    Participant

    Hi again
    so, let’s say in this single event
    http://79.170.44.126/ref-spainculturescience.co.uk/event/the-history-of-a-staircase-by-the-spanish-theatre-company/

    We want to change the header as follows:

    TITLE
    date
    venue / city
    (remove price)

    in reply to: display date, venue, city on events feeds #1113658
    Pau
    Participant

    yes, views, including widgets

    Ok, part one of the question is answered: I have to go one by one and edit lots of files!

    Would it be possible to know which lines of code to add? Or are they all different too?

    Also, final question: when I edit all these php files, should they all go together in the new “your-theme/tribe-events/” folder, or shall I recreate all subfolders? I’m a little confused about this

    Thanks for your help and patience

    in reply to: event list widget edit views / style #1112608
    Pau
    Participant

    Thanks Geoff, all worked very well, just one thing
    the link to access the file to edit was:
    wp-content/plugins/events-calendar-pro/src/views/pro/widgets/modules
    not
    /wp-content/plugins/events-calendar-pro/src/views/widgets/modules/single-event.php

    does that makes sense?
    Many thanks

    in reply to: Event category drop-down widget #1112154
    Pau
    Participant

    Ok thanks, I’ll find an alternative method, using any existent drop-down widget and entering category links by hand
    🙁

    in reply to: Event category drop-down widget #1112121
    Pau
    Participant

    Sorry, to be very specific, I’m using color-coded categories using TEC Pro + The Events Calendar Category Colors plugin

    What I want to achieve is a widget on sidebar showing all event post type categories with their respective code color

    Is that doable?

    Thanks again

    in reply to: display thumbnails on the Events List widget #1110935
    Pau
    Participant

    In my case I added this snippet of code on the functions.php:

    function custom_widget_featured_image() {
    global $post;

    echo tribe_event_featured_image( $post->ID, ‘thumbnail’ );
    }
    add_action( ‘tribe_events_list_widget_before_the_event_title’, ‘custom_widget_featured_image’ );

    But still not clear how I end up there, and why thumbnails display in a different manner at both sites, so, work in progress…

    🙂

    in reply to: display thumbnails on the Events List widget #1110658
    Pau
    Participant

    Sorry

    The code is for the TEC non PRo and Im not sure what you mean for “the events in the second website actually have featured image set”?

    I apologise in advance, but can you point it out?

    🙂

    in reply to: Slideshow showcasing TECPRO post types on homepage #1110396
    Pau
    Participant

    the end

    in reply to: Slideshow showcasing TECPRO post types on homepage #1110394
    Pau
    Participant
    in reply to: events landing photo display #1107563
    Pau
    Participant

    Hi, I figure it out!

    So simple as number of post in archive pages was limited on Divi settings. It is no more.

    Thanks

    in reply to: events landing photo display #1107362
    Pau
    Participant

    I did live-view the page with Twenty Fifteen theme and indeed shows better the landing events page with photo view

    But Im not prepared to stop using Divi, so is there any fix for this issue?

    It is quite sad to read on the forums the amount of people trying to make Divi and TEC Pro work together.

    Being Divi a great theme and TEC a great plugin, it would make sense to know how to make it work

    Thanks

    in reply to: Display Calendar Homepage #1105859
    Pau
    Participant

    Ok, thanks

    Let’s see: http://217.199.187.196/chatspalace.com/event-rocket-test-delete/

    I’ve created this text page on my developer site

    Is there any possible way of customizing this calendar view (or the list one) so it shows, say thumbnails and excerpts?

    Otherwise, we are reaching a dead end here. And could you hint when the new feature aims to be released? As I can see im not alone holding my breath here
    🙂

    thanks

Viewing 12 posts - 76 through 87 (of 87 total)