• Hi! I’m using Listify Theme for the listings and I’m using WCFM for front-end features however there is a strange bug from the preview listing WHEN the Listify Booking widget is inserted on the sidebar this happens.

    WITH BOOKING WIDGET FOR SINGLE LISTING PAGE (WRONG LAYOUT)
    Screenshot: http://prntscr.com/rkgvsm

    Somehow the preview frame is not inserted on WCFM Container.

    WITHOUT BOOKING WIDGET FOR SINGLE LISTING PAGE(Correct LAYOUT)
    Screenshot: http://prntscr.com/rkgwjr

Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    HI,

    Well, for listify theme it will be best to default “Add Listing” form, without WCFM dashboard wrapper.

    Please add this line to your site and take a look –

    add_filter( 'wcfm_is_allow_manage_listings_wcfm_wrapper', '__return_false' );

    Add this code to your child theme’s functions.php
    In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Listify Booking Widget Breaks WCFM Preview Listing’ is closed to new replies.