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 has 12 replies, 2 voices, and was last updated 3 years, 10 months ago by
Ernest Marcinko.
-
AuthorPosts
-
July 25, 2022 at 8:13 pm #38557
hugo
ParticipantJuly 25, 2022 at 9:01 pm #38560hugo
Participantshow box there that model
July 25, 2022 at 9:31 pm #38562hugo
Participantshow the search engine there top left
July 25, 2022 at 10:30 pm #38564hugo
Participantthe search box above
July 26, 2022 at 9:39 am #38573Ernest Marcinko
KeymasterHi,
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
July 26, 2022 at 12:28 pm #38578hugo
Participantto place up
July 26, 2022 at 2:33 pm #38580hugo
ParticipantTo place the search engine above I attach an image
any video tutorial helpJuly 26, 2022 at 3:24 pm #38584Ernest Marcinko
KeymasterHi,
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.July 26, 2022 at 5:13 pm #38587hugo
ParticipantSo 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 TeamJuly 27, 2022 at 10:48 am #38590hugo
ParticipantSo 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 TeamJuly 27, 2022 at 3:12 pm #38600Ernest Marcinko
KeymasterOkay. 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.August 1, 2022 at 6:47 pm #38646hugo
ParticipantThis is how it should
look, the search boxAugust 3, 2022 at 2:17 pm #38657Ernest Marcinko
KeymasterTry this custom CSS:
div[id*=ajaxsearchprowidget] .gc-widget__title { display: none; } -
AuthorPosts
- You must be logged in to reply to this topic.