Support Forums - Classified Ads Script Osclass

Osclass theme support => Alpha Osclass Theme => Topic started by: piter on March 26, 2019, 12:51:29 PM

Title: Add a new listing page layout
Post by: piter on March 26, 2019, 12:51:29 PM
I think that page on which a new listings is added is a bit messy and sorted in non-logical order.
Informational block order as it is now:

- Category / title / description / price / type
- Lokalisation
- Photos
- T&C and Privacy agreement
- Payments Pro options block
- Custom fields

The first three informational blocks (category, lokalisation, photos) order is acceptable but I think that photos are more important and this field should be placed before localisation options.

But last three logical blocks order is a mess.
Why custom fields which are related to listings description and so much informational are very last?
Why payments options which are always the last step to choose before listing confirmation are not last?
And why privacy agreements are placed in the middle of the page in a complete illogical position?

To make a new listing page more with usability in mind I would sort it all this way:

- Category / title / description / price / type
- Custom fields
- Photos
- Lokalisation
- Payments Pro options block
- T&C and Privacy agreement

@MB Themes, please tell how to change those blocks order? It can be done by changing the code/hooks order. But please give me a hint what file and what portion of the code needs be amended.
Title: Re: Add a new listing page layout
Post by: MB Themes on March 26, 2019, 02:16:23 PM
@piter
Theme is customized to osclass that has some default structure and basic functionality, use hooks etc, therefore positioning of some elements may be "not the best"
Title: Re: Add a new listing page layout
Post by: piter on March 26, 2019, 02:40:11 PM
I do understand it.
Can you please tell which file I need to look into to change elements placing on 'add a new listing' page?
Thanks
Title: Re: Add a new listing page layout
Post by: MB Themes on March 26, 2019, 05:00:38 PM
Item-post.php
Title: Re: Add a new listing page layout
Post by: piter on March 27, 2019, 09:26:56 PM
thanks, I've done it the way I want