> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/motors-theme-documentation/single-listing/listing-page-details/general.md).

# General

The **General** tab within the **Listing Page Details** section allows you to customize how images are displayed and managed and provides options for category creation. These settings are crucial for optimizing the visual presentation of vehicle listings and managing categories.&#x20;

Follow **WP Dashboard > Listing Page Details > General** to reach the tab:

<figure><img src="/files/x365wO0OXGY7ChS0L9a1" alt=""><figcaption><p>Overview of the General tab of the Listing Page Details</p></figcaption></figure>

## Optimizing Image

Under the **Optimizing Image** section you can enable the **Image Cropping** function:

<figure><img src="/files/pbpAOwaxcPTvf337dUVd" alt=""><figcaption></figcaption></figure>

* **Image Cropping** - this option allows you to enable or disable image cropping for uploaded images. When enabled, it ensures that images are automatically resized to fit the predefined dimensions, which helps maintain uniformity across the listings.
* **Width for Cropped Images -** set the desired width (in pixels) for images that will be cropped.
* **Height for Cropped Images -** set the height (in pixels) for the cropped images.&#x20;

{% hint style="info" %}
These dimensions will be applied to all images uploaded by users or dealers, ensuring a consistent visual display across the platform.
{% endhint %}

### Max Image Size

<figure><img src="/files/jkq7c7l1Gw0ADqUfFpwI" alt=""><figcaption></figcaption></figure>

In the Image Size Limit section, set the maximum size for images uploaded on the [Add Listing page.](broken://pages/QlhvRJM0XlP3m9GYgNOH#add-listing)

<figure><img src="/files/mXZ2mwvhE22UBuu9CG6G" alt=""><figcaption><p>Error Displaying while uploading bigger image</p></figcaption></figure>

{% hint style="warning" %}
**Note:** The indicated Image Size Limit should match the server's PHP limits. Otherwise, the [Listing Creation page](/motors-theme-documentation/motors-plugin-settings/pages.md#listing-creation-page) may freeze or the listing can be uploaded without images.

We recommend increasing **upload\_max\_filesize** and **max\_file\_uploads** according to the indicated Image Size Limit.
{% endhint %}

### Enable Category Creation for Dealers

<figure><img src="/files/1ARssJYHAvQNppgEmhkx" alt=""><figcaption></figcaption></figure>

You can allow users (dealers) to add a new category on the [Add a Listing page](broken://pages/QlhvRJM0XlP3m9GYgNOH#add-listing) if the category they need isn't available:

<figure><img src="/files/IsDH49XCN1tNrisiAuQ0" alt=""><figcaption><p>The process of Category Creation while adding a new listing</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stylemixthemes.com/motors-theme-documentation/single-listing/listing-page-details/general.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
