1. I have seen a plug-in that can add engines on the website, but I want the categories to be displayed all the time. I use the modified .php and it doesn’t work. I would like to ask how to do it? Or can it be changed to the title I wrote?’Category/Make/Model/Year/(Engine)’.
    2. In addition, since I am on the Chinese page, I know that it may be possible to use translation. I would like to ask where I can change the text in the menu to the text I want.
    3. In addition, there is another question, where do I change the style of my search button, after I click make/model/year/engine, my search button will change from a small box to a theme style, I would like to ask if it is possible Change it to the same. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter power1parts

    (@power1parts)

    Also want to know Does the horizontal style can put everything on the same line? Example: make/model/year/engine/search button

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    There is no “Category Make Year Engine” version for now.

    But it is possible to modify the “Category Make Model Year” version and add the “Engine” field to it.

    Download and use as an example the “Make Model Year Engine” version.
    Search for the “engine” word through all the files. So that you will see which lines of code should be modified to add and extra field.

    > possible to use translation

    There are instructions of how to translate this plugin in the readme file:
    https://hottons.com/demo/wp/ymm/README.html#translate

    > change the style of my search button
    You can change the style in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.css

    .ymm-selector.ymm-box .ymm-extra .ymm-search table td.ymm-td-button  {width:1px;white-space: nowrap;padding:0 0 0 9px;}
    .ymm-selector.ymm-box .ymm-submit-any-selection {margin-top:0;}

    for horizontal YMM Widget:

    .ymm-selector.ymm-horizontal .ymm-extra .ymm-search table td.ymm-td-button  {width:1px;white-space: nowrap;padding:0 0 0 9px;}
    .ymm-selector.ymm-horizontal .ymm-submit-any-selection {margin-top:6px;}

    You can send a link to your website to my email [email protected] so I can see how it looks now.

    > horizontal style can put everything on the same line

    Try to apply the “Search button inline with drop-downs and mobile view” modification:
    https://hottons.com/ymm_modifications_other

    Stanislav

    Thread Starter power1parts

    (@power1parts)

    THANKS YOU VERY MUCH!!! It’s great that all problems can be solved.

    But I found that there seems to be other problems that need to be solved

    The modification site’s ‘No automatic search’ code doesn’t seem to be working?
    I am currently using the m/m/y/e plug-in, I will change to the version you replied today.

    I also want to ask why I return to the homepage of my webpage after clicking the option I need, no matter how many times it will display the model that I selected for the first time, How can I let the program when browsing the homepage show unselected state.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is it feasible to make a Category/Make/Model/Year/(Engine)’ is closed to new replies.