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

This topic contains 12 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 8 months ago.

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

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

    • This topic was modified 1 year, 8 months ago by hugo .
    Attachments:
    You must be logged in to view attached files.
    #38560
    hugo
    hugo
    Participant

    show box there that model

    Attachments:
    You must be logged in to view attached files.
    #38562
    hugo
    hugo
    Participant

    show the search engine there top left

    Attachments:
    You must be logged in to view attached files.
    #38564
    hugo
    hugo
    Participant

    the search box above

    Attachments:
    You must be logged in to view attached files.
    #38573
    Ernest Marcinko
    Ernest 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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38578
    hugo
    hugo
    Participant

    to place up

    Attachments:
    You must be logged in to view attached files.
    #38580
    hugo
    hugo
    Participant

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

    Attachments:
    You must be logged in to view attached files.
    #38584
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38587
    hugo
    hugo
    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 1 year, 8 months ago by hugo .
    Attachments:
    You must be logged in to view attached files.
    #38590
    hugo
    hugo
    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 1 year, 8 months ago by hugo .
    #38600
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38646
    hugo
    hugo
    Participant

    This is how it should
    look, the search box

    Attachments:
    You must be logged in to view attached files.
    #38657
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Try this custom CSS:

    div[id*=ajaxsearchprowidget] .gc-widget__title {
        display: none;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.