This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 3 years, 5 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › issue with floating search icon
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 3 years, 5 months ago.
Hi! first of all great plugin.
I have 2 questions:
1- Can I use the post database from another wordpress site? I have another wordpress site with hundred of posts (url A) and I want to people in another blog of mine (url B) use the same database of posts but inside url B.
2- How I can put the floating search icon inside all my wordpress site instead of one on one pages? can you help me?
Regards!
Hi!
Thank you very much for your kind words.
1. Unfortunately this is not possible, the plugin can only access the local database.
2. Sure! You can either use a widget, that is visible sitewide, or you can also use a custom code with the plugin shortcode.
Try adding this custom code to the functions.php in your theme/child theme directory. Before editing, please make sure to have a full site back-up just in case!
add_action('wp_footer', 'asp_print_search_footer');
function asp_print_search_footer() {
echo do_shortcode('[wd_asp id=1']);
}
Make sure to have the correct shortcode within the do_shortcode function call on line 3.
Best,You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |