• Hi Stanislav,

    Does YMM have a shortcode that can get used in other areas on a site other than just as a widget?

    Curtis

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    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?

    Plugin Author Pektsekye

    (@pektsekye)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘YMM Shortcode’ is closed to new replies.