• Resolved myndsyn

    (@myndsyn)


    Hi,

    I’m trying to use your smart search on Avada Theme. I can’t seem to enable it. Please help. Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YummyWP

    (@yummy-wp)

    Hi,

    You can create a custom search widget (/wp-admin/admin.php?page=smart-search-custom) and then simply add it to the sidebar here (/wp-admin/widgets.php) or insert a shortcode right into the template <?php echo do_shortcode(‘[smart_search id=”1″]’); ?>

    Best regards
    Stanislav

    Thread Starter myndsyn

    (@myndsyn)

    I managed to add it as a banner. Then I inserted the shortcode to the theme settings. But having issues now with z-index, I don’t know where to apply it. Can you please take a look at it? Thanks.

    Plugin Author YummyWP

    (@yummy-wp)

    You can try to add the next custom css in your theme:

    .fusion-header{
    	position: relative;
    	z-index: 9999;
    }

    Best regards
    Stanislav

    Thread Starter myndsyn

    (@myndsyn)

    It worked. Great! Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Enable Smart Search on Theme’ is closed to new replies.