• Resolved mariaskeldon81

    (@mariaskeldon81)


    I used to add some buttons after the post excerpt in the posts carousel widget through a customization in php add_Filter(‘lae_posts_carousel_entry_excerpt’ ‘my-function-name’);

    But with the plugin update, it doesn’t work anymore. Could you tell me which plugin file I should add to the theme to do the rewrite?

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    We removed the filters because they are cumbersome to use and harder to get how they work. Instead, we now have template files that many of the wordpress users are familiar if they have done any customizations to their themes.

    All you need to do is to override the template file wp-content/plugins/addons-for-elementor/templates/addons/posts-carousel/content.php. You do that by copying this file over to mytheme/addons-for-elementor/addons/posts-carousel/ folder and then adding whatever code or HTML that you need.

Viewing 1 replies (of 1 total)
  • The topic ‘Customizing posts carousel widget’ is closed to new replies.