• Hi,

    Thanks for that great plugin. It’s very useful for me to turn a post into an event.

    I am trying to change the item schema like this :

    <%child% class="event_item %class%" data-color="%color%" style="%style%"><a href="%event_link%">%event_thumbnail%<h2>%event_title% </h2></a>%event_price%%event_date%%event_cat%%event_location%%event_excerpt%</%child%><!-- .event_item -->

    But when I save, the new code is not saved.

    Screenshots:

    > I write this : https://prnt.sc/CF3LCiGgzVmN and then I save

    > After saving, the field is empty and nothing change on the list : https://prnt.sc/1nZaLwIf7pR9

    I hope you will be able to help me with this.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author enzomangiante

    (@enzomangiante)

    Hello, it’s totally normal, schema is common to all blocks.

    Try to fill the timeline schema with your item schema and save. It will work.

    In a future release schemas will be unique for each block. Thanks for your feedback.

    Plugin Author enzomangiante

    (@enzomangiante)

    At this time, if you really need to edit the item schema in one place, you can use the shortcode as this

    [events_list item_schema="<%child% class=\"event_item %class%\" data-color=\"%color%\">
    <a href=\"%event_link%\">
    %event_thumbnail%
    <h5>%event_title%</h5>
    </a>
    %event_date%
    %event_cat%
    %event_location%
    %event_excerpt%
    </%child%>"]
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Container and item schema’ is closed to new replies.