Sabai: It can only be used on a single domain.
Me: The answer from Sabai Apps is unclear about subdomains, however, I have used it on subdomains for testing purposes and it seems to work fine.
Learning WP Development My Way
Sabai: It can only be used on a single domain.
Me: The answer from Sabai Apps is unclear about subdomains, however, I have used it on subdomains for testing purposes and it seems to work fine.
Yes, see documentation on notifications.
The plugin currently uses 240×180:
add_image_size('drts_thumbnail', 240, 180, true);
This can be overridden by adding code to the functions.php file of your theme:
add_action('init', function() { add_image_size('drts_thumbnail', 240, 160); });
See Loco’s documentation on how to save translation files safely.
Currently, yes.
Reviews can be displayed on the detail listing page, but the separate page for each review also still exists.
Not currently, but this is planned for a future version.
Depends on the permissions you have defined.
Yes. Using the Backend Display Editor, add the field (Listing Description) to the summary display of the listing. See the documentation on customizing displays.