*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
How do you select a category in the main search?
« on: February 21, 2020, 02:36:08 PM »
As on the main page, in the search, select a category and location rather than entering a search query and location?

*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
Re: How do you select a category in the main search?
« Reply #1 on: February 25, 2020, 08:28:29 AM »
How to solve this problem? Here is the code for the search:

Code: [Select]
<form action="<?php echo osc_base_url(true); ?>" method="GET" class="nocsrf" id="home-form" >
          <input type="hidden" name="page" value="search" />
          <input type="hidden" name="sCountry" id="sCountry" value="<?php echo Params::getParam('sCountry'); ?>"/>
          <input type="hidden" name="sRegion" id="sRegion" value="<?php echo Params::getParam('sRegion'); ?>"/>
          <input type="hidden" name="sCity" id="sCity" value="<?php echo Params::getParam('sCity'); ?>"/>

          <div class="line1">
            <div class="col1">
              <div class="box">
                <div id="query-picker" class="query-picker">
                  <input type="text" name="sPattern" class="pattern" placeholder="<?php _e('What are you looking for?''beta'); ?>" value="<?php echo Params::getParam('sPattern'); ?>" autocomplete="off"/>

                  <div class="shower-wrap">
                    <div class="shower"></div>
                  </div>

                  <div class="loader"></div>
                </div>
              </div>
            </div>


            <div class="col2">
              <div class="box">
                <div id="location-picker" class="loc-picker ctr-<?php echo (bet_count_countries() == 'one' 'more'); ?>">
                  <div class="mini-box">
                    <input type="text" id="term2" class="term2" placeholder="<?php _e('Location''beta'); ?>" value="<?php echo bet_get_term(Params::getParam('term'), Params::getParam('sCountry'), Params::getParam('sRegion'), Params::getParam('sCity')); ?>" autocomplete="off" readonly/>
                    <i class="fa fa-angle-down"></i>
                  </div>

                  <div class="shower-wrap">
                    <div class="shower" id="shower">
                      <?php echo bet_locbox_short(); ?>
                    </div>
                  </div>

                  <div class="loader"></div>
                </div>
              </div>
            </div>


            <div class="col4">
              <div class="box"><button type="submit" class="btn mbBg"><?php _e('Search''beta'); ?></button></div>
            </div>
          </div>

        </form>

*

MB Themes

Re: How do you select a category in the main search?
« Reply #2 on: February 25, 2020, 06:14:50 PM »
You will have to create location & category select boxes
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
Re: How do you select a category in the main search?
« Reply #3 on: February 28, 2020, 08:57:41 AM »
So I ask you to help me with this!

*

MB Themes

Re: How do you select a category in the main search?
« Reply #4 on: February 28, 2020, 09:11:33 AM »
@Олег
You may find code in bender theme for these boxes.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
Re: How do you select a category in the main search?
« Reply #5 on: February 28, 2020, 02:24:41 PM »
There is no category selection code in the topic drop-down list! Please help with the solution to this problem!
Thanks in advance.

*

MB Themes

Re: How do you select a category in the main search?
« Reply #6 on: March 02, 2020, 12:10:54 PM »
Update plugin to latest version.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots