• Resolved gfdesign

    (@gfdesign)


    Dear support
    Is there any shortcode to put the seachbox in the content page?
    I am using a visual composer and I’d like to put the search box in an specific section of my page content.
    Best regards
    Fernando

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gfdesign

    (@gfdesign)

    Help! Any idea how to put the search box into a page content or template area?

    Plugin Author SP – Booking.com

    (@sp-bookingcom)

    Hi gfdesign,

    although we suggest to leave the search box in the sidebars, it’s possible using the “the_widget” built-in function of WordPress in order to display the search box widget inside a post or a page.

    Please use following steps:

    1. get rid of search box from sidebar (this avoid javascript conflicts with the new search box in post/page)
    2. download and install Insert php free plugin from WordPress platform
    3. Insert following snippet into a post or page: [insert_php] the_widget( bos_searchbox_widget ); [/insert_php]

    Enjoy and let us know!
    Have a nice day and thanks for using our plugin.

    Thread Starter gfdesign

    (@gfdesign)

    Dear support
    Thanks so much for replying.
    I’ll follow your instructions.
    Best regards

    Plugin Author SP – Booking.com

    (@sp-bookingcom)

    Ok great!

    All the best from Support Team!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is there any shortcode?’ is closed to new replies.