Not showing widget in elementor
-
Hello, after installing the plugin, the widget option is not shown in elementor at all.
-
Hello,
Try to add it with shortcode:
[ymm_selector]
Stanislav
Good news, in elementor, the widget appears in classic widgets area in elementor, If I add it with shortcode dont I miss out on a lot of design and user friendliness I hope?
And where can I modify the names from Year to XYZ, Make to XYXX and Model to XXXXYZ? Is there was a way to simply select
Thank you
Edit, basically what I am after is.
Required would be something like YMM plugin but a bit more well designed.
3 or 4 drop down fields, shows search result based on those fields.
Field 1. Name of Brand Field 2. Customizable Number and Text 3. Type of Product
Click Search and it takes you to a page, now products can be added either by category or manually.
Horizontal search bar is required to stay on top of page that can be customized.
PS: also is there any way to show the button right next to the YMM Search 3rd field instead of it shown under it? Thank you. This might just do it.
Hello,
You can rename “Make”,”Model” and “Year” in the files:
wp-content/plugins/ymm-search/etc/config.php
wp-content/plugins/ymm-search/view/frontend/templates/product/view/tabs/restriction.php> to show the button right next to the YMM Search
There is a modification for it:
“Search button inline with drop-downs and mobile view”
https://hottons.com/ymm_modifications_otherStanislav
Thank you, thats fantastic documentation, is there anyway to add characters other then numerical when it says year?
I get this error when wanting to enter just these 3 fields.
Mercedes (Make) (4 Cylinder) Model XYZ Part Name (Year)..
Thats all I need really.
YMM restriction was not saved. Correct format is four columns in a row (three commas). Then a new line. Example:
Daihatsu, Altis, 1990, 2005
Toyota, Caldina, 1997, 2008
Toyota, Camry, 1993, 2000All models of one make:
Daihatsu, , 0, 0All makes and models:
, , 0, 0Hello,
> to add characters other then numerical when it says year
You can use a “Make Model Engine” version:
https://hottons.com/ymm_modificationsThen rename the fields as you need.
Stanislav
Great, and are you able to tell me (I must have missed it somehow)
I only want 3 available selections, in some products its possible, on other products its showing a selection of categories, I cant seem to find this in the documentation? can you point me to the right direction on these settings?
Ah, seems there is a category drop down option under the YMM section.
- This reply was modified 8 months ago by MisterH.
Another question kindly if you will.
Lets say I have
Field 1 – Brand BMW
Field 2 – Engine Type 4 Cylinder
Field 3 – Product Type (I have 4 different products for this arrangement for example)
How would I write this so the person can select the product type?
Also would it be possible for this plugin to adapt to the css styling of the theme? In this case OceanWP.
Thank you and holiday greetings!
PS: The instructions on the code edits are a bit vague.
It would be clear if you were to simply say Add Code / Remove Code / Paste on these lines.. For example the code that allows the search button to be on the same level
wp-content/plugins/ymm-search/view/frontend/templates/horizontal_selector.php lines 68, 70 wp-content/plugins/ymm-search/view/frontend/web/main.css lines 23-24, 38-41, 43-51 Disable category drop-downs and search text field in: WordPress dashboard -> YMM Search -> Configuration
For example lines 68,70. So we just add 2 small bits there thats clear.
What about lines 23-24? Paste in place or replace the lines 23 – 24. See these things should be addressed., its unclear.
Hello,
> Field 3 – Product Type
If you cannot save product type as make and model data maybe you can create a product attribute for it.
There is a modified version of this plugin that displays a dropdown select with attribute values:
“Attribute drop-downs after selecting make and model”
https://hottons.com/ymm_modifications> to adapt to the css styling of the theme
You can edit the CSS styles of this plugin in the file:
wp-content/plugins/ymm-search/view/frontend/web/main.css> The instructions on the code edits are a bit vague
The instructions are for developers. Most of the modifications are just an example of how to do it. And most of them will conflict with each other.
If you have a clean (not modified) plugin you can replace the entire files.
In other cases you should find and replace only the modified lines.Stanislav
- The topic ‘Not showing widget in elementor’ is closed to new replies.