• Cześć –

    mam pewien „problem techniczny” do rozwiązania:

    chciałbym mieć ów kalendarz nie w „/events” (jaki jest w ustawieniach), a potem na zasadzie kliknięcie linku do kalendarza,

    ale w spersonalizowanym:
    „mojastrona.com/stronarodzic/stronadziecko/”
    czyli od razu użytkownik widzi go na stronie „stronadziecko” (mam menu rozwijne) [bez klikania w link]

    czy to jest możliwe?

    a jeśli tak, to w jaki sposób:
    1) edytor > wtyczka.php
    2) edytor > functions.php
    co i gdzie należy włożyć, w jakim pliku, w jakich sekcjach pliku?

    pzdr.

    – –
    dziękuję i pozdrawiam

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter And1rzej

    (@and1rzej)

    częściowo problem rozwiązany przez wtyczkę:

    https://wordpress.org/plugins/the-events-calendar-shortcode/

    ale tylko częściowo, bo nie ma graficznej reprezentacji kalendarza:
    wszystkie [shortcody] mają atrybuty „list”

    ————-
    * Basic shortcode: [ecs-list-events]
    ————-
    * cat – Represents single event category. [ecs-list-events cat=’festival’]
    —————-
    * cats – Use plural when you want multiple categories [ecs-list-events cats=’festival, workshops’]
    —————-
    * limit – Total number of events to show. Default is 5. [ecs-list-events limit=’3′]
    ———–
    * order – Order of the events to be shown. Value can be 'ASC’ or 'DESC’. Default is 'ASC’. Order is based on event date.
    [ecs-list-events order=’DESC’]
    ——————————–
    * date – To show or hide date. Value can be 'true’ or 'false’. Default is true. [ecs-list-events eventdetails=’false’]
    ————————
    * venue – To show or hide the venue. Value can be 'true’ or 'false’. Default is false. [ecs-list-events venue=’true’]
    ———————-
    * excerpt – To show or hide the excerpt and set excerpt length. Default is false. [ecs-list-events excerpt=’true’] //displays excerpt with length 100
    excerpt=’300′ //displays excerpt with length 300
    ————————–
    * thumb – To show or hide thumbnail image. Default is false. [ecs-list-events thumb=’true’] //displays post thumbnail in default thumbnail dimension from media settings.
    —————-
    * You can use 2 other attributes: thumbwidth and thumbheight to customize the thumbnail size [ecs-list-events thumb=’true’ thumbwidth=’150′ thumbheight=’150′]
    – – – – — – — – – –
    * message – Message to show when there are no events. Defaults to 'There are no upcoming events at this time.’
    —————
    * viewall – Determines whether to show 'View all events’ or not. Values can be 'true’ or 'false’. Default to 'true’ [ecs-list-events cat=’festival’ limit=’3′ order=’DESC’ viewall=’false’]
    ————
    * contentorder – Manage the order of content with commas. Default to title, thumbnail, excerpt, date, venue. [ecs-list-events cat=’festival’ limit=’3′ order=’DESC’ viewall=’false’ contentorder=’title, thumbnail, excerpt, date, venue’]
    ———
    * month – Show only specific Month. Type 'current’ for displaying current month only
    [ecs-list-events cat=’festival’ month=’2015-09]
    [ecs-list-events cat=’current’ month=’2015-09′]
    ———–
    * past – Show Outdated Events. [ecs-list-events cat=’festival’ past=’yes’]
    ————————
    * key – Order with Start Date [ecs-list-events cat=’festival’ key=’start date’]
    ————–

    If you like this plugin please rate it on WordPress.org

    Thread Starter And1rzej

    (@and1rzej)

    z tego, co widzę ta wtyczka nie ma możliwości graficznej reprezentacji kalendarza:

    „Sorry I have no plans to add a calendar view to the plugin. „
    [wordpress.org/support/topic/possibility-to-show-calendar?replies=4]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘The Events Calendar, personalizacja wyświetlania kalendarze’ jest zamknięty na nowe odpowiedzi.