Page 1 of 1

Is there ways to remove the "search bar" ?

PostPosted: 10 Jun 2021, 20:40
by BRKC
Hi there,

I must accept the fact that there is no other CMS that comes close to Open Real Estate, It is super best and fast.

By the way, Is there any way to remove the "search bar" that you see on the scroll bar? As not many people are aware here (in Nepal) to make use of it. So this distracts and makes things difficult for these guys to continue browsing. Therefore, to make things compatible and easy for them I am searching for ways to remove the search bar. If any of you have an idea then I will be heartily grateful.

Thanking you to all the good people who come across these lines to solve my problem in advance.

I have attached the picture of the content that "I want to have it remove" for your reference.

Thank you,
Bishnu Raj KC
Nepal.

Re: Is there ways to remove the "search bar" ?

PostPosted: 17 Jun 2021, 10:57
by Foton
Hello,
remove block
Code: Select all
<?php if ($useFullWidthSlider): ?>
        <div class="index-page-search-form">
            <?php Yii::app()->controller->renderPartial('//site/inner-search', array('showHideFilter' => false)); ?>
        </div>
    <?php endif; ?>

from themes\atlas\views\site\_slider_homepage.php

Re: Is there ways to remove the "search bar" ?

PostPosted: 22 Jun 2021, 07:16
by BRKC
Hi,

Thank you for taking out time to come forward to resolve my problem.
I blocked the element as you have suggested. And It did remove the slide bar but the content div came upward and hide the slider image.
Actually, I only want the search bar to be removed without any other changes.
I have attached here the outcome that took place with the changes as per your guidance for your reference.
Please see to it if there is any other alternative that can be done to remove the only search bar.

Thanking you in advance.

Stay safe;
Bishnu - Nepal

Re: Is there ways to remove the "search bar" ?

PostPosted: 22 Jun 2021, 17:06
by andipas
This is a paid customization. Please kindly leave your message on our contact us form.

Re: Is there ways to remove the "search bar" ?

PostPosted: 23 Jun 2022, 11:00
by mansirana
Thanks for the information, it was really useful.

Re: Is there ways to remove the "search bar" ?

PostPosted: 05 Jul 2022, 16:24
by georg78e
useful information