Hi Stiofan:
OK that explains the links, thanks. Thought I was going nuts.
When I preview the listing before updating my listing I see the Multi Select inline. But when it goes outward facing it becomes the vertical list.
As user I find this very confusing as the preview I see is not what I get once I publish my listing. My customers exceptions of what their listing will look like will not have been met.
I am using 12 CPTs and some of these CPTs will have 12+ multi select fields with 100+ options. If I can’t do my lists inline the pages will be miles long. And I am always the first person to ask for something. 🙂
The thought of having to do 100+ individual CSS revisions just gags me.
This is the preview code:
<div class=”geodir_more_info geodir_more_info_even geodir_hydrolightbrands” style=”clear:both;”><span class=”geodir-i-select” style=””> Light Brands: </span>Agrosun, Apache Tech, Black Dog LEDs</div>
This is the published code:
<div class=”geodir_more_info geodir_more_info_even geodir_hydrolightbrands” style=”clear:both;”><span class=”geodir-i-select” style=””> Light Brands: </span>
- Agrosun
- Apache Tech
- Black Dog LEDs
</div>
Is there anyway to grab the preview display of the fields and dump it in the published page so I don’t have to CSS each field individually?
And if I do have to CSS each instance how do you not make the last “,” not display on the list?
thx