Khizar Hasan
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Yeah we can implement this feature in next update
Forum: Themes and Templates
In reply to: [WP Documentation] “Update on *” linkDone
Forum: Themes and Templates
In reply to: [WP Documentation] “On This Page” issues on a smartphoneDone
Forum: Themes and Templates
In reply to: [WP Documentation] “Update on *” linkHello Nakahara,
Thanks for pointing out the issue. We fix it in the next update.
Forum: Themes and Templates
In reply to: [WP Documentation] “On This Page” issues on a smartphoneHello Nakahara,
Thanks for pointing out the issue. We fix it in the next update.
There are many ways to integrate with your theme the best way is set the type to Icon Button and mode to Shortcode, and then use the following shortcode anywhere in your theme for the button to show up.
[fast_fuzzy_search type="icon-button"]If you want to do it using PHP, do the following:
<?php echo do_shortcode('[fast_fuzzy_search type="icon-button"]'); ?>This will trigger a search popup when clicking on the button.
Viewing 6 replies - 1 through 6 (of 6 total)