Hello,
You can insert YMM search box into page content with this shortcode:
[ymm_selector template="horizontal_selector.php"]
(screenshot)
The result on front-end: (screenshot)
Also you can insert it in a PHP template file as:
<?php echo do_shortcode('[ymm_selector template="horizontal_selector.php"]'); ?>
Stanislav
How do I disable the garage feature from the shortcode?
Hello,
Try to add the line:
$block->setGarageEnabled(false);
just after the line(201):
$block->setWidgetId(‘content’);
in the file:
wp-content/plugins/ymm-search/ymm-search.php
It should disable the garage feature for shortcode.
Stanislav