• Is there documentation to explain how to set up the styling to look exactly like the screenshots you have posted?

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    The default styling applied when you use the shortcode should be a close approximation. I no-longer have the exact set of stylesheet rules from those screenshots, so I can’t provide them directly.

    If you’re using the PHP method of embedding the listing then you’ll need to also enqueue the stylesheet with either wp_enqueue_style or with the plugin helper with code in your functions.php similar to:

    add_action( 'init', 'a_z_listing_force_enable_styles', 99 );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Styling’ is closed to new replies.