Developers -- How to create new layouts for WPL widgets?
To create a new layout for WPL widgets, copy and paste one of the existing layouts and rename it a custom name. For example: if you want to create a new layout for the Carousel widget, create a new file in this path: /wp-content/plugins/real-estate-listing-realtyna-wpl-pro/widgets/carousel/tmpl/custom_my_layout.php
Then in the Carousel widget options, you can select the new layout:
Then you can open this layout and apply your changes. You can also override this layout in your theme.
Note: Always select a custom name for your added layouts. If you name your layout to a general name like gallery.php it will be overridden in the future if we add a new layout with the same name to WPL core.
Note: Don't do this method when you're using WPL Basic because your custom file will remove in the next update of WPL basic. You shouldn't put any custom file inside of a WordPress plugin generally because of the update scenario of WordPress.