• Resolved MatrixMedia

    (@matrixmedia)


    hi i am using the latest version of the plug-in in the latest wordpress version.

    as the title suggests, I can’t override the skins …

    … copied the skins to my child theme
    wp-content/my-theme/modern-events-calendar-lite/app/skins/default_full_calendar
    or
    wp-content/my-theme/modern-events-calendar-lite/app/skins/monthly_view,
    but in the front-end, nothing changes.

    I also tried putting this in the funcions.php,

    add_filter ('mec_activation_import_events', '__return_false');

    but nothing to do …

    tips?
    thanks
    regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hi @matrixmedia,

    It seems you missed creating the “webnus” folder.
    wp-content/my-theme/webnus/modern-events-calendar-lite/app/skins/grid/render.php

    Also, the full calendar is not the own shortcode, actually, it is an aggregated shortcode.

    So you should find the main shortcode skins (e.g: list, grid, tile, weekly, …) and then customize them.

    Note 1: You can customize the tpl.php file.

    Note 2: Regarding the monthly_view, you can find the skin name in additional the render.php file.

    Regarding the “add_filter” you want to add to MEC, please let us know the line and path of the MEC, we will add it into the plugin.

    Best Regards

    Thread Starter MatrixMedia

    (@matrixmedia)

    Hello,
    Thanks for the quick response.

    All clear and now all working.

    Grace again
    Greetings

    Plugin Contributor webnus

    (@webnus)

    Hello @matrixmedia,

    You’re welcome,

    If you are happy with our product,
    please don’t forget to leave a 5-Star rating for MEC Plugin: https://www.ads-software.com/plugins/modern-events-calendar-lite/

    Let me know if you have any other questions.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Overriding MEC Skin Templates’ is closed to new replies.