8845 comments found.
hi how can I change the shape of green box including price? I mean now it has one border vertical and another with slope. Can I change it to both vertical? regards
Hi,
Could you please clarify your question in screenshots? Many thanks!
How can I send photo here?
You can send theme via using https://app.prntscr.com/en/index.html . It allows you to send a link for your screenshots.
regards
Please use custom CSS like below:
.stm-listing-single-price-title .price:before { width: 0; }
.car-listing-row .listing-car-item-meta .price:before { width: 0; }
.listing-list-loop .content .meta-top .price:before { width: 0; }
regards
first is in compare page and second is in dealer public profile page.
You can try to use a custom CSS like:
.car-listing-row .listing-car-item-meta .price { margin-left: 0px; }
thanks. it won’t affect on responsive and mobile version?
It shouldn’t))
thanks for confirmation.
how to remove Search inventory tab ?? that show next to new cars , used cars
Hi,
You can remove it under Listing tabs module settings -> Search Inventory. There is a checkbox for enabling/disabling this tab.
regards
Hi,
it is possible to put system comment under each listed vehicule ? Like airbnb for example …
Thank you 
Hi,
Could you please clarify your question in screenshots? Many thanks))
regards
Look at the screenshot and tell me if it’s possible to do that or not 
Thank you very much
It’s possible via editing the Listing content or customizing Add a Car module (if you want to include this field for Front page Dealers/Users). Thank you for your attention))
regards
Ok thank you
So, i’ll purschase
Best regards
Hi,
Were I can change the Membership Agreement and how I change the link?
Thank you!
I want to know also if in the pricing plan I can use AED ?
How I can Configured the plans, becouse now is not working!
Hi,
You can change the pricing for becoming a dealer under Appearance -> Customize -> Listing -> User/Dealer options and you can set your currency settings under Paypal settings. PS: Pricing tables are not bundled with users and it’s a simple VC module for displaying information.
regards
Hi, where i find the purchase code to activate VComposser and RevolutionSlider?
Sorry, is not needed i know.
But have a question, i cant find a Pricing Table section on my V Composser. Any help?
I found! sorry about posts!
You are welcome))
Schedule a Test Drive is not functioning, how to activate?
for bookly, the message as below: To send scheduled notifications please execute the following script hourly with your cron: php -f /home3/icreview/public_html/jbnewcar.com.my/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/utils/send_notifications_cron.php
how to do it?
Hi,
Could you please clarify which kind of error it’s giving? PS: You can enable Test Drive button for Inventory and single car pages under Customize -> Listing section.
Also You can find some general information on how to set up cron job in cpanel here: https://documentation.cpanel.net/display/ALD/Cron+Jobs. In such cases it is better to contact your hosting provider.
regards
Hi I have stumbled upon another problem. This problem fundamentally negates the usefulness of this theme. When adding a car as a dealer in the classified demo. There is no way for a user to add a new make or model and they also can’t add a year which makes it useless.
I understand that as an admin I can create the taxomonies in the backend with the make /model relationship as well as create a list of years. But this means manually having to create every possible year and then every possible make/model combination. So that they appear in the drop downs. Because the filter doesn’t remove taxonomies with no values it means the front end filters will be populated with every taxonomy making the filter process bloated and time consuming for the user searching.
This is unintuitive and leads to a potential situation where we haven’t thought of a make or model and the user then can’t add their vehicle because the option isn’t there.
The way you have used the taxonomies and parent relations also means importing any data using the methods provided with this theme are useless as none of them are capable of applying a parent taxonomy to another taxonomy type. Perhaps this side of the theme needs a rethink as doing it this way makes adding new vehicles very user unfriendly and laborious.
Do you have any advice to overcome this issue?
Add a Car page doesn’t allow to create any taxonomies or terms. because it may cause for occurring useless taxonomies (spams) in the theme. Therefore theme allows to create such important field only for admin.
Also thank you for your suggestion about taxonomies structure. We will check out this feature and your suggestions with our developers))
regards
Hi ok thanks for the response.
It does negate the usefulness as a classified site though for allowing users to add new years etc. As there option may not be available and because it is a required field they cant progress past that point. But I understand the need to prevent spam taxonomies and duplicates. I guess that is a limitation of the design and implementation of this system.
Perhaps a way around this would be for the admin to add all the taxonomies options possible for example all the years from 1980 -2016.
Then have the filter sidebar on the frontend listing page hide all taxonomy options if they are empty . ( So as not to clog the site with filter options that would return a 0 results page and make it easier for the user to navigate ) similar to the way wordpress can hide empty categories? Would that be possible? Right now I the filter doesn’t hide empty taxonomies at least not that I can see.
The other part of the solution would be to maybe have an additional check box at the top of the users upload page that removes the required fields should a user not find the details they need in the drop down fields (because we haven’t added that model/make/date yet) and displays a simple text block that lets the dealer/sealer enter the make model and year they require and lets them complete the rest of the vehicle upload without selecting those element.
This info can then be seen by the admin who can then go and create the required taxonomies and assign them to the vehicle.
Would be interested to here your thoughts on this. As this theme is really good but there seem to be a few usability issues that make it difficult to manage and could be improved to make it exceptional.
We have displayed even empty taxonomy terms according to customers needs. But if you wish it’s possible to hide empty categories via customizing some modules/scripts.
Also we will check out and try to realize your suggestion related on required fields. Thank you))
regards
Hi I see in your changelog history you have mentioned that featured listings was added a while back but I can’t find the option to make a listing featured. I have imported the demo classifieds info.
I’ve also noticed that there is a bug on your demo site when viewing the inventory page on a mobile device. On refreshing the listings page the content for some of the items seem to overlap. This also happens when using the ajax filters. From what I can tell it is a problem with the isotope script calculating the image dimensions before they have loaded so it has the incorrect height value. Imagesload.js is suppose to fix this problem but I don’t think it is implemented correctly in the theme.
It seems the isotope issue is more pronounced on the dealership demo, but also occurs on the classified listings demo
Hi
It seems Imagesload.js wont solve the issue as the lazy load purposely delays the final image loading so imagesload assumes the placeholder image which is loaded first is the final image and isotope bases it’s calculations on that image.
However I managed to fix the isotope issue by declaring a height and width on the images in listing-list-directory-loop.php I set it to 796 width and 466 height which is the size wordpress crops the thumbnail used to. This ensures that the placeholder image before the lazy load image is loaded occupies the same space in the layout as replacement image so that isotope can calculate the position based on that height.
It seems to stop the overlaps on mobile and allows for responsive images. Not sure if it is the best solution but it seems to work. In case anyone else is experiencing similar overlap issues on mobile.
Still haven’t figured out the featured post function but it appears to be tied to the favourites button which isn’t what I thought a featured post would be. I assumed featured posts should be set via the backend and not via the end users selection. But that doesn’t seem to be the case. Any clarity on this would be great as I may be missing something.
Thanks
Hi,
You can enable Featured Cars under Special Cars section for each listing post. Special Cars on default layout is Featured Cars on Classified layout))
Also we will check the issue with isotope scripts in our end once again. Thank you for your clarifications.
regards
Hi thank you for the response. I see their is a new version available today is the Isotope script issue still there ? It still appears on the demo site which I have just found out doesn’t use the updated theme but is still on version 1 (at least in the dealership demo) Thanks again
Do you plan on updating the demo site with latest version of the theme? Just seems like it would be a good place to see all the css changes that are implemented and any script changes as a reference point.
Yes, last version contains these fixes)) and we update demo sites only with WordPress main updates) Thank you.
Hi, can i add my Thai custom fonts on this theme via back end or I have to add the file and my css on my own
Hi,
You can use extra plugin or styles in order to include your own font families.
regards
Hello , how can i check the admin backend / wordpress panel ?
Hi,
Unfortunately, there is no such feature in our end. Thank you for your attention.
regards
I got an email for update, but I have been clicking to download updates it only took my back to my download section on themeforest. I do I download and install update. Secondly The Location Map is not loading
Hi,
Here is a related tutorial – https://stylemixthemes.com/manuals/consulting/#update . Please try to use 2nd and 3rd methods. Updating should solve problem with map.
regards
I was able to update but the map problem persisted, how do I resolve this?
Have you set your Google API Key – https://stylemixthemes.com/forums/topic/google-map-api-key-missing-error/ ?
How do I change the colours of the icons in the motor theme from #cc6119; to #ec3573. That will stay once I have updated your theme. Initially what I did was copy the assets/css/ folder into the child theme from the motors folder hoping that it would over ride the styles. This didn’t work. Then I copied the following CSS command into the child theme style.css file.
.header-main .header-address .stm-icon-pin { position: absolute; top: 0; left: 0; font-size: 34px; color: #ec3573; }
That didn’t work either. Is there a way that I can over ride the styles without losing them after an upgrade.
Thanks
Hi,
Please create a ticket with your site credentials via https://stylemixthemes.com/support/ and our support members will help you with this problem.
regards
Been trying to put STM dealer list & STM special offers on the blog sidebar, but it inserts a whole section that doesnt fit in the widget.
Hi,
Please create a ticket with clarifying screenshots via https://stylemixthemes.com/support/ and we will check it for you.
regards
Hi, is there any way to add skype address in contacts?
Hi,
Yes of course. You can add skype address via Icon Box module. Please contact with us if there will be any questions else.
regards
Hi, Thanks, My requirement is to add skype call and chant script I got from skype. even if i add through other way it comes after the contact box.
Is there a way to add skype call option in each team member, this will give good look.
Please mention this issue in your ticket – https://stylemixthemes.com/support/ and our members will check it for you.
regards
Hi I have put google API and now maps, ... works. before I could see auto fill/auto suggestion by google, when I type any word/location in input field, but now it does not work. please advise
Hi,
Please check your API settings and HTTP referrers (web sites). If it won’t solve the problem, you need to check which kind of error it’s giving in your Site Console. Every error has its own link for description and solutions.
regards
Can I change the language of every field and values to be Thai language ? Since it is a Thai Website. and How to do that.
Hi,
Yes, you can translate it via PoEdit platform. Here is related tutorial – https://stylemixthemes.com/manuals/motors/#setup7 .
regards
Can I change the 3 values that shown under the car thumbnail ? In car dealership demo, it doesn’t show ‘Year’ (of buying)
Moreover, can I change the Mi into Kilometres ? Since it’s common in Thailand.
and also the type of Gear : Auto, Manual
These 3 values are important for my customers.
Hi,
Yes of course. There is an option to change them under Customize section of the theme.
regards
Can I use some functions like ‘Browse by Make and Browse by Type” which is in Directory demo in Car Dealership demo ?
Hi,
Unfortunately, that option is available only in Directory & Listings layout. But you can add such feature via customizing the theme. Thank you for your attention.
regards
Is cuztomizing the theme difficult? I am not that good at programming but moving some codes, styling is okay for me. I am just a newbie web designer.
If there will be any problems with customizing the theme, our maintenance support team can help you with it – https://stylemix-wp-support.com/ . PS: It’s not a free service.
regards
Can the details bar on the right of any listing (http://motors.stylemixthemes.com/listings/kia-soul-brand-new-model-2016/) be altered to include any categories? For example, if I wanted to change it from car features to furniture features, would that be easy within the theme options?
Hi,
Yes of course. You can change them via editing listing categories. Here is related tutorial – https://www.youtube.com/watch?feature=player_embedded&v=XjcZMgA8LF4 .
regards
Perfect – thanks! Great work based on everything I’ve seen.
Hi we have updated the last version google map is still not working..? What we have to do to make it work?
Hi,
Have you put your Google API key – https://stylemixthemes.com/forums/topic/google-map-api-key-missing-error/ ?
Ok it worked perfectly also we are having this error
http://autoinfo.co/vetura/?body=sport-carFatal error: Cannot unset string offsets in /home/autoinfo/public_html/wp-content/themes/motors2.3.6/inc/listing-filter.php on line 728
when we click on the body style of the cars in the main page… where can be the problem?
Please note that you can use a Category either for standard filter or for Checkboxes. So please disable/enable one of them for your categories via Listing -> Listing Categories.
regards