INN / umbrella-currentorg

umbrella repository for current.org
https://current.org
GNU General Public License v2.0
0 stars 1 forks source link

Choose a listing type/plan before categories #97

Open joshdarby opened 5 years ago

joshdarby commented 5 years ago

Go to 1. Go to: https://current.org/directory-of-services/?wpbdp_view=submit_listing RESULT: asks you to choose categories first EXPECT 1: should choose a plan type first (Basic, Enhanced, Leading Business) THEN choose categories.

joshdarby commented 5 years ago

Spun off from #92.

joshdarby commented 5 years ago

This should be doable through JS. All we should have to do is rearrange the elements on the page after it's rendered.

Although a PHP approach would be preferable so users aren't seeing elements being switched around when the page is loaded, but we aren't able to edit the submit a listing page template.

joshdarby commented 5 years ago

What I've found out so far:

joshdarby commented 5 years ago

New thought: why not dequeue wpbdp-submit-listing.js (the file causing all of the limitations), copy over what we need to a new file, and go from there?