Shop Categories

X

Search Box Disappears

Home Forums Agama Pro Search Box Disappears

Topic Resolution: Resolved
Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #24494
    Zex
    Moderator

    Hello, @Bahaa!

    Please read the answer from the following link:

    https://theme-vision.com/forums/topic/search-box-disappears/#post-24480

    Regards

    #24637
    Nick Simpson
    Participant
    This reply has been marked as private.
    #24672
    Zex
    Moderator
    This reply has been marked as private.
    #25717
    Nick Simpson
    Participant

    Hi Zex

    Do you have any idea regarding where the updated theme is almost finished? We have implemented the 3rd party search box but I’m keen to remove that as soon as possible.

    Thanks

    Nick

    #25719
    Zex
    Moderator

    Hi, Nick!

    Unfortunately, I can’t give you a precise date, because, in the meantime, we decided to skip version 1.5.0 and move directly to version 2.0.0, which we coded from scratch, which is in the testing phase.
    If you wish, you can add a search box on the top of your webpage on the mobile screens as follows:

    1.Navigate to Dashboard->Appearance->Theme editor
    2 On the top right corner from the “Select theme to edit: ” drop-down select the Agama-Pro theme (it should be already selected)
    3. Find the “Theme Header (header.php)” file on the right side, then click on it.
    4. It should appear on the main screen area.

    5. Insert the following code right before the <?php Agama::get_header(); ?>

    <?php get_search_form(); ?>

    6. Click on the “Update File” button to save the changes.

    https://prnt.sc/reteki

    7. Insert the following code into Customizing->General->Adittional CSS:

    @media only screen and (min-width: 993px){
    #masthead .search-form{
        display:none;
    }
    }

    https://prnt.sc/retnmg

    That’s all, you should now have the full-width search box on top of your webpage on the screens smaller than 993px.
    https://prnt.sc/retlx4

    After that, you can turn off the 3rd party search box plugin.
    If this is too complicated for you, please give me the Address to your Website and a WP-Admin username and password so that I can do it for you.

    Thank you for your understanding.

    Best Regards

    • This reply was modified 3 years, 8 months ago by Zex.
    #25892
    Zex
    Moderator

    Hello Nick!

    Finally, we Have released the update with added the search option in the mobile view. (1.4.9.2)

    Thank you for your patience.

    Best Regards

    #26456
    Nick Simpson
    Participant

    Hi Zex, we’ve installed the update – thank you. 🙂

    In the upcoming version 2 of the theme will there be the option of having a permanently expanded search box on both desktop and mobile?

    Our customers primarily use the search box to find products so not having to expand it first will be a hugely welcomed feature.

    Cheers, Nick

    #26457
    Zex
    Moderator

    Hello, Nick!

    I need to check that with the head developer. Anyway, I think it will be implemented.

    Regards

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.