• Resolved maxwellschneider

    (@maxwellschneider)


    Is it possible to create listings with completely blank pages like it is in AgentPress? Obviously I want there to be content on my listing, but I want to start off with a blank page and have full control over what the pages look like, without all of the stuff that IMPress adds to start.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maxwellschneider

    (@maxwellschneider)

    To clarify, I want to be able to use the sorting features of the plugin like taxonomies and locations. But I want the listings themselves to look like regular pages.

    Plugin Author agentevolution

    (@agentevolution)

    You can create a listing under Listings -> Add New. If you leave all the data fields blank it will create an empty page. You would need to hide the Details tab with some custom CSS and then could use the regular editor to create the content you want. You could even remove the Description tab with CSS if you didn’t want the tab look. You can remove both with:

    .ui-tabs-nav {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Listings with blank pages’ is closed to new replies.