Discussion on Mobimax - Auto Parts WordPress Theme + WooCommerce Shop

Discussion on Mobimax - Auto Parts WordPress Theme + WooCommerce Shop

Cart 1,393 sales
Recently Updated
Well Documented

enovathemes supports this item

Supported

1177 comments found.

When adding cars to Mobimax dashboard and clicking on that car for to search for parts. it does not return valid results. The “search by car” also does not have the same search params as the car search legacy widget.

Hi, please send the link with logins to enovathemes@gmail.com will help

Hello, I’m trying to figure out why the make/model/year/trim “add vehicle” options displays as they should according to their organization. But, the make/model/year/trim search widget does not return the same options.

Is something wrong with your email? I already got 3rd time mail delivery problem

Yes, email problem resolved. Emailed again regarding this problem. This search still does not work….or at least in any useable or intelligent way. Why would products show as tagged to “2012, 2013, 2014” and NOT “2012” and “2013” and “2014” etc ? Why does the same year (for example 2012) show up multiple times in the search filter like: “2012-2013”, “2012-2014” and “2012,2013,2014” etc requiring you go through them one by one to find your trim?

I wrote by email, maybe you have a backup email

Slider revolution is not working and cannot be changed from wpbakery. Pls help me. https://img.upanh.tv/2022/09/15/Untitled.png

yes, I using theme version 5.0

Send the link with logins to enovathemes@gmail.com will inspect

I sent an email, please check

After completely installing and using your theme, when I used the query monitor plug-in to monitor the speed of the website, I found that the opening speed of the website was 9s ~ 12s. Therefore, I disabled the enovathemes add ons plug-in, and the website speed can be very fast in 2 ~ 3S. Do you have any relevant solutions for this? Otherwise, we have to change a faster theme

Query Monitor

Hi, optimize the website with caching plugins, adding plugin powers all the functionality

We have tried all the plug-ins. Is there a more specific scheme?

Use the wp optimize plugin, async Javascript plugin, autoptimize make sure you have fzip compression enable, object cache enabled http2 support on server, and caching rules for site assets enabled

pre-sale question:

I’ve seen that some other customers had issues with the year/trim structure, therefore I want to make sure that what I want to achieve is indeed possible within your theme. case:

make X, model Y

trim1 years 2010-2020

trim2 years 2011-2020

trim3 years 2012-2021

a) customer selects make X -> model Y -> year 2015; will all the trims be shown in the dropdown?

b) customer selects make X -> model Y -> year 2011; will both (and only) trims 1 and 2 be shown in the dropdown?

c) customer selects make X -> model Y -> year 2012; will only the trim 3 be shown in the dropdown?

I’ve noticed that sometimes you say you offer a different child functions file for such cases; why is that file not included in the package by default?

Thanks you!

Hi, the data filter is very accurate, the July issue we discovered during work is repeated trim info that WordPress drops as can’t have two terms with same name, and we created special child theme that is more optimized one and solves all the problems we discovered

Can you provide any information about how/where the vehicles – added by users to their profile – are stored in the DB? Is there any way to display the vehicles saved to someone’s profile?

Hi,

Anytime the user saves the vehicles from my vehicles widget it is saved in his profile, and it can be viewed from the my-account page of user

Hi

1- How do we edit the SHOP page? 2- How can we translate add vehickle items with Loco?

Best Regards

Hi, shop page is dynamic, you can configure it from theme options >> shop and from appearance >> widgets

To translate theme strings configure the mobimax theme and enovathemes-addons plugin language files

The drivetrains on vehciles isn’t showing up when I create new vehicles.. Whyy is this? I had the theme author help with a few custom functions.. but Could you look into that for me?

Hi, seen yor email, will write you back soon

where can I test the mobile application?

There is no mobile application, only mobile version

can it be used for multiple providers?

There is no mobile application, only mobile version

Trying to use the rest api to unload products but vehicle is not saving. Need this for a POS admin system. Any suggestions?

The REST api can no longer be used to upload a product with vehicle details?

Got it to work by adding the following snippet

add_action( ‘woocommerce_rest_insert_product_object’, ‘attach_variation_images_on_product_update_via_rest’, 10, 3 ); function attach_variation_images_on_product_update_via_rest( $post, $request, $true ) { $product = wc_get_product( $post ); $StringModels = $product->get_attribute( ‘model’ ); $ArrayModels = explode(’|’,$StringModels); wp_set_object_terms($product->get_id(), $ArrayModels, ‘product-vehicle’); }

Thanks for your help. Bigup from Jamaica

Hello,

Before purchasing this theme I have some questions:

1. I have a long list of car year, make, and model (about 1000). Can I import a csv file that will contain all the proper tags and filtering data?

2. How would I add or modify what is shown in the make, model, year dropdown menu options after initial import?

3. When I select “Make”, why is the “Model” always the same on your demo sites? Example: I select Audi and it is showing the make for completely different car makes.

4. Can I remove “Engine” from the car search? I only want Make, Model, and Year.

5. Will I be able to import all my auto part products with title, description, tags, price, category, inventory, additional information, etc?

6. How will my products link with the car search filtering when I enter year, make, and model?

Thanks,

Hi, checking now

Hi enovathemes, I can’t find Account Registration and Password Forgot pages. How do I get them without having to do a demo import? I don’t want to mess up all the work I’ve already completed.

Hi, you can find thse page links in the my account page with not logged in user

I’m lost. I’ve been customizing the code by adding to the MobiMax child theme’s functions.php file. I had finished testing a block of code successfully and took a dinner break. When I came back, I started on something new in the file. At a certain point, I tried to test a change by bringing up a product page. That’s when I noticed a new problem.

Every user page on the site is displaying like the entire page is a single vertical column. Photos are displayed actual size or full window width. The scroll wheel moves the text slightly left or right instead of vertically. (I’d add a screenshot of the window if I knew how and could.)

Any suggestions where to look? I have no clue what happened or where the problem lies. I’ve cleared caches, restarted my test server, renamed the functions.php file in the child theme so it wouldn’t load, and nothing changes. Admin pages seem to be unchanged though.

Please, any thoughts on this would be appreciated! Don’t know if I can make the server remotely accessible though, in case you ask for access.

Addendum; I turned wp debug logging on and found 4 unique errors:

[13-Jul-2022 10:11:16 UTC] PHP Notice: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/enovathemes-addons/shortcodes/shortcodes.php on line 3517

[13-Jul-2022 10:11:16 UTC] PHP Notice: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/enovathemes-addons/shortcodes/shortcodes.php on line 3524

[13-Jul-2022 10:11:16 UTC] PHP Notice: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/enovathemes-addons/shortcodes/shortcodes.php on line 3534

[13-Jul-2022 10:11:16 UTC] PHP Notice: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/enovathemes-addons/shortcodes/shortcodes.php on line 3540

Here are the actual lines from the file:

3517 $logo_src = $logo [0];

3524 $logo_src = $logo [0];

3534 $sticky_logo_src = $sticky_logo [0];

3540 $sticky_logo_src = $sticky_logo [0];

I don’t know if this is relevant to problem, but I figured it was worth noting.

Hi please send the link with admin access to enovathemes@gmail.com for inspection

does not support wp6

Hi, it supports, what issues do you have

Hello, how can I bulk import the Make, Model, Trim information from a csv database that I have?

Thank you

But did you check if all the trims are added, if i understood correctly these are same trims but different years

No different trims, same models, different years, it glitches up in the system

In any case, could you please send the link with admin access to enovathemes@gmail.com for inspection

Before acquiring the template, I would like if I can import the vehicle data through a csv and how.

I don’t see you purchased the theme

Before acquiring the template, send an information to your email. I need you to answer me.

Ok checking

I want to create more popups as well as activate/deactivate and alter the one in the mobimax demo data. This is the “25% discount” popup with the two CTA buttons.

How do I find that popup to study it, both in the admin pages and to find the source code for it? Is it a page? A header? something else? And where is the code for it stored? I’ve been searching and can’t even find a name for it. Also, thanks for all the responses while I struggle through all this.

Hi, check it in the wp dashboard >> headers >> popup header in the backend view – the last element. In general if you search in the wp bakery elements menu the popup you will see that element, but use it only in the backend

Hello! Does it work with LSPHP 8.0 and Wordpress 6.0? I am using VPS with Ubuntu 20.04 and LiteSpeed. Thanks!

Hi, WP6 yes, PHP8 – we did not test, but in general not yet all the plugins and themes are ready for that, we are following the updates to make sure we switch to php8 when it is time. So you can use with php7.4 for sure

RTL Supported ?

Not by default

need to make it RTL ?

You can make it RTL if you are familiar with css

Hi I have been “REALLY” struggling with my site, for almost 1 year, I do not deny the fact that you guys supporting me, to tell you the fact I have reportedly installed a minimum of three times to find whether solve the issues. The first issue I am not sure why the database is Sooo slow to load in the back end..! I have over 70,000 vehicle data – starting from 2005 – to 2021 so My first question is, Is this data too much for this theme to handle? if so I do not need to wrestle with this and I am exhausted..! Please make it easy, you do not have an easy way to upload files via MySQL, so I need to hire people to do that..! Even after doing that Now the issue is the data is not populating or dragging forever…! SO PLEASE MAKE THINGS EASY..! HOW TO MAKE MY SITE WORK FASTER WITH YOUR THEME WITH ALL MY DATA. please check the link https://www.screencast.com/t/yZVRy1SdEF – appreciate your quick response

Hi, my friend, I understand you have issues, see the thing for theme there is no way to create SQL direct import, as there is only 3 ways to import to database directly: with phomyadmin or with serverside scripting or with command line.

I can’t say how much data the WordPress can handle, theme does not create anything special in terms of database, it uses WordPress database structure

And the only way to speed up the website if you already have professional server is optimization plugins

Can you explain “if you already have professional server is optimization plugins”

I mean if you have professional server with good performance the only extra options for you to speed up website is using caching and optimization plugins

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