This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

when carrying Widgets search box I get this message when carrying No top search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support when carrying Widgets search box I get this message when carrying No top search

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #38557
    hugohugo
    Participant

    when carrying Widgets search box I get this message when carrying No top search phrases yet! I need help

    • This topic was modified 3 years, 10 months ago by hugo.
    #38560
    hugohugo
    Participant

    show box there that model

    #38562
    hugohugo
    Participant

    show the search engine there top left

    #38564
    hugohugo
    Participant

    the search box above

    #38573
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for the details!

    If you are not trying to use the “top searches widget”, but the search widget, then make sure you selected the correct one: https://i.imgur.com/hht9GV0.png

    #38578
    hugohugo
    Participant

    to place up

    #38580
    hugohugo
    Participant

    To place the search engine above I attach an image
    any video tutorial help

    #38584
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    It depends. If your theme or theme builder has a module area, you can use the search shortcode there.
    If not, then you can also look for widgetized areas, if that is not possible either, you can still try the plugin as menu element.
    If that is not possible either, you will have to place the plugin shortcode directly to the theme files. For that you may need to ask the theme developer for exact instructions, as it is different for every theme.

    #38587
    hugohugo
    Participant

    So they answered me, you can place the code above
    [wd_asp id=2]

    Hi Hugo,

    Thank you for contacting PeepSo support.

    According to the ticket information, you can place the search widget in the widget area of your choice. You can manage widgets and check the available areas where you can place widgets by going to WP Admin -> Appearance -> Widgets.

    Alternatively, if you want to place the shortcode directly in the theme files, please check the documentation below, which describes the process of overwriting the current templates.

    peepso.com/documentation/template-override
    https://www.peepso.com/documentation/template-override/
    Please note, this requires programming knowledge.

    I hope this will help.

    _______________
    Kindest regards,
    Artur Kapuściński
    Support Team.

    Hi Hugo,

    There may have been some misunderstanding in the answer above. As for adding shortcodes directly in the theme files, you should use the child theme currently active on your site. If you want to add the code to the header, copy the header.php file from the parent theme’s folders to the child theme’s folders while keeping the exact file path and in the copied file add your code.

    I hope this information will be useful.

    _______________
    Kindest regards,
    Artur Kapuściński
    Support Team

    • This reply was modified 3 years, 10 months ago by hugo.
    #38590
    hugohugo
    Participant

    So they answered me, you can place the code above
    [wd_asp id=2]

    Hi Hugo,

    There may have been some misunderstanding in the answer above. As for adding shortcodes directly in the theme files, you should use the child theme currently active on your site. If you want to add the code to the header, copy the header.php file from the parent theme’s folders to the child theme’s folders while keeping the exact file path and in the copied file add your code.

    I hope this information will be useful.

    _______________
    Kindest regards,
    Artur Kapuściński
    Support Team

    • This reply was modified 3 years, 10 months ago by hugo.
    #38600
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okay. So you will have to create a child theme, if you have not already, then copy the header.php file, locate the code section where you want to place the shortcode. That is different for every theme, so I can’t tell where exactly. The theme developer will know, but they may not have support to do so.
    If you have no experience with editing the theme files, you may need to ask a developer to help, as making direct changes to the theme files can be difficult.

    #38646
    hugohugo
    Participant

    This is how it should
    look, the search box

    #38657
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Try this custom CSS:

    div[id*=ajaxsearchprowidget] .gc-widget__title {
        display: none;
    }
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.