Okay
  Public Ticket #2037342
Layout
Closed

Comments

  • irony88 started the conversation

    Good evening,

    I like your plugin but something doesn't work. I've set 4 events to test it but it doesn't work correctly on safari / firefox / iexplorer. I can't open the external link for each event. But if I open the same site from Safari on my iPhone or from an Android-phone there is no problem and all works correct. 


    - I can't change the rows to set it on 4 rows. I mean, I can set it but there is no change on the front end.

    - Is there a way to replace the second line (check attachment) with the place of the event?

    - Is it possible to see 4 rows per 3 lines on one page? I mean 4 x 3 or also 3 x 3, but centered?

    - How can I choose this : https://www.walcher.bz/event-directory/ as main event page to put it here:  https://www.walcher.bz/events/ ?

    If you need I can give you the admin account to login

    Thank you very much

    Best regards

    Thomas Furlanetto

  •  785
    Zhivko replied

    Hi,

    Go to Dashboard -> St. Event Calendar -> Custom style and add following css:

    .printfriendly.pf-aligncenter {
        display: inline-block;
        marign:0 auto;
        width: 100%;
    }

    This block is overlapping the calendar and that's why the grid is not clickable.


    If there's not enough space in the wrapper to fit 4 boxes the number will be reduced to 3 or less.


    To show 3x3 add to your shortcode following attributes:

    [stachethemes_ec boxgrid_per_click=3 grid_per_click=3]

    To replace box grid date with location open file assets/js/front/stec.js

    on line 4026 there's this line:

    .replace('stec_replace_date', date + ' ' + timezoneOffsetLabel)

    replace it with:

    .replace('stec_replace_date', event.location)

    Could you elaborate your last question?


    Stachethemes Developer