Discussion on Motors - Car Dealer, Rental & Listing WordPress theme

Discussion on Motors - Car Dealer, Rental & Listing WordPress theme

Cart 23,485 sales
Recently Updated
Well Documented

StylemixThemes supports this item

Supported

This author's response time can be up to 2 business days.

8846 comments found.

How can I prevent the CAR TITLE from being generated by itself? It should be manual entry

ok found it

Hi,

You need to remove the category slugs from the Theme Options > Inventory Settings > Grid/List Card section.

Cheers

Hello, on my site, when updating the theme from 5.0.3. to 5.0.6. all site settings change to standard, the send ad button disappears, https://wampi.ru/image/ROe2PIZ there is no way to configure the button. https://wampi.ru/image/ROeWGHQ What could be the problem? How to solve it? My topic CLASSIFIED LISTING

Hi,

Have you updated the core plugins? if so please submit a ticket and provide access to your website dashboard. Our support team will kindly assist you.

Cheers

Do not buy this theme. awful theme. The developer is very uninterested. The theme has a lot of technical problems. You can’t edit it the way you want. do not buy from this seller.

Hi,

I have to say this isn’t the case. We are improving the theme features in every new release. Could you please clarify the problem that you faced with the theme?

Cheers

Where do I add or remove feature when dealer adding a listing – https://prnt.sc/1bzo48r Ex- I want to add push to start to there others Colum

Hi,

You need to edit the STM Add a Car element in the Add a Car page – https://prnt.sc/1d0zvjc

Cheers

With the latest update, my menus are not visible on mobile devices, as the links are now dark as is the background. How can I correct it? I am using Car Dealer 2

Thank you very much for your help

Hi,

The mobile menu gets the color settings from the Theme Options > Header > Menu section. Please ensure that you have set white color for menu items. Also, you can change the mobile header background color in the Theme Options > Header > Main section.

Cheers

hello folks, i just found out that i didn’t buy the right theme for the project i have in progress. would it be possible to credit me or send me the link for the refund please. I bought it yesterday and never used or downloaded. your theme I had in favorites for surely a future project. thank you for your understanding and sorry for the inconvenience

Hi,

You are entitled to send refund requests directly from your Envato profile. Please do not download the item.

Cheers

I just want ADD YOUR ITEM to only be able to quote one price. Now there are three fields Price * ($) Sale Price ($) Custom label instead of price How can I deactivate the Sale Price ($) Custom label instead of price I can’t find it

Hi,

You can disable them directly in the STM Add a Car element settings under the Price tab.

Cheers

ok

I see that you have the option to create custom headers. Is it possible to have a pick up and return date header like this website? And are there other payment options besides paypal?

https://www.sixt.com/#/

Hi,

The theme doesn’t contain custom headers functionality by default. You can use the predefined header styles only. Moreover, you can use all payment methods allowed by WooCommerce.

Cheers

When adding my own Javascript to the functions.php file, it gets deleted after a day? Why is this? When I try to add it into the Theme Editor “Custom JS” it brings errors and wont read the script.

Hi,

The Theme Editor is the default feature of WordPress and it strongly relies on the security rules of the Server. You need to use the Child theme for these kinds of modifications and apply your custom code via Cpanel or FTP client.

Cheers

Hello, I’ve got support ticket on your support service but you didn’t still response. Can you check it? Ticket ID is #Z11374

Hi,

Your ticket has been already assigned to the support agent. We need some time to investigate the issue on your website. Our support agent will reply to your ticket ASAP.

Cheers

Hi, I have another one. Could you check? #Z11610

Our support team will reply to your ticket soon.

Cheers

How to import makes and models to Listing Six? ;/ I try using documentation but it is not working…

Hi,

The Import Makes & Models plugin doesn’t work in Listing Five and Six layouts. For those layouts, you need to import the whole inventory via WP All Import plugin.

Cheers

Hiya, i’ve seen the new “BLINK SEARCH” feature, but can’t understand what it is or what it does, i’ve seen your example page, but still don’t know what it is, could you explain please, cheers guys… :-)

Hi, i enabled the blink search option today, but it did not do what i expected it do do so wondered if you could confirm… when i enable the option and then on the front end selected a car make, it only showed the cars with that make on the list, then when you click on any car, the search box does now appear at the bottom of the single listing page, but this shows every single car, not just the ones with the same make. So i thought with this option enabled if i search for cars with say a particular make and fuel type then when the cars were filtered, i clicked on any of the cars shown, the search box at the bottom would show the other cars with same make and fuel type, but it don’t, it just shows every car in my inventory, am i doing something wrong? :-)

Hi, the Blink search feature works exactly as you described. You can check it on our demo websites as well – https://motors.stylemixthemes.com/

If you have problems with the option, please submit a ticket and we will check the issue on your website.

Cheers

Hello, does your theme pass the google core web vitals criteria?

Hi,

The theme isn’t optimized for the Core Web Vitals. Let me know if you have additional questions.

Cheers

Do you intend to update it for this cause?

This process requires more resources and time than we can afford at this moment.

Cheers

Hi, I am looking to change the search on the “parts” version of Motors theme, currently I have “select Make” “Select Model” “Select Year” “Parts Number” – I want to remove “Parts Number but on deleting it from the attributes, “Parts Number” remains part of the front end search. I cant seem to access the Stylemix ticketing system as my license is already registered for some reason, must have done this earlier.

Hi,

Please try to log in using the “Login with Envato” button on our support website. This will synchronize your current Envato profile with your support profile. So you can submit a ticket.

Cheers

a lot of things fucked up after updates to newest version of theme…

Hi,

Could you please clarify the version of the theme before the update?

Cheers

5.04 was ok.

We have tested the update process from the 5.0.4 version and couldn’t detect any conflict. Please submit a ticket on our website and we will debug the problem on your website.

Cheers

Try in vain to translate the two words Featured and Featured (pending). Tried to translate this with Loco Translate but does not accept the translation. In which file are these two words Featured and Featured (pending) in the theme

Hi,

Please ensure that you have updated the translation files of the theme. Here you can review the detailed instructions – https://docs.stylemixthemes.com/f-a-q/how-to-translate-or-change-the-strings-of-the-theme-and-plugins#updating-translation-files

Cheers

Sorry if my previous query was somewhat confusing, perhaps the translator complicates things somewhat. My problem is that I updated to the latest version and the product page has changed. Before it was without a sidebar and the three columns occupied the entire width of the page. Now the sidebar is hidden, but its white space is still in place and my product photos look smaller than before. Hope you can help me solve it. I am using Car Dealer Two. Thanks in advance.

Hi,

Please try to use this custom CSS:

body.post-type-archive-product .col-md-3 {
    display: none;
}
body.post-type-archive-product .col-md-9 {
    width: 100%;
}

body.post-type-archive-product .col-md-9.col-md-push-3 {
    left: 0;
}

Cheers

helllo Do you have the APPS?

Ok Does it work with the wordpress?

It works only with the Motors theme and requires advanced knowledge in mobile development.

Cheers

Hi, I have 3 questions. 1, I want to change this please see this image. https://ibb.co/N2T2nbk 2, I want people to add their own price on search not only the ones i add on the categories. https://ibb.co/B6LVZpm 3, Can i add the favorite icon on hover in the inventory? it’s only showing compare icon: here: https://ibb.co/fQRW9MD

You need to click on the “manage” icon – http://joxi.ru/xAeoDQ9UbpR77m

Cheers

That only lets me add a price, i want people to search for their own price something like this https://ibb.co/YTkW3XF on the homepage search bar,

The STM Listing Search tabs element doesn’t support that kind of filter by default. I recommend you to put 0 as a minimum value and 1 million or more as a max value. After, display the Price as a slider.

Cheers

£ 12’150 cannot change the currency can enter the name and save in Price Currency Name and Price Currency it always remains the standard currency £ on the website

Which version of the theme did you use before the update?

Cheers

The theme has MotorsVersion: 4.9.9

We have released 7 updates after the 4.9.9 version. We recommend you install the recent version of the theme to the test website and apply your settings in the Theme Options to avoid the issues with basic features of the theme.

Cheers

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey