Support ForumSearch box not appearing – Support Forum https://support.ishyoboy.com/forums/topic/search-box-not-appearing/feed/ Sat, 18 May 2024 09:33:03 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1554 <![CDATA[Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1554 Fri, 31 Jan 2014 15:36:22 +0000 larkmeadictsupport Hi,

We have a fade in search box on our site but it isn’t working properly.

https://obwiz.co.uk/Larkmead2014v2/

Any ideas on what the problem could be?

Thanks
Kalinda

]]>
https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1555 <![CDATA[Reply To: Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1555 Fri, 31 Jan 2014 16:22:54 +0000 IshYoBoy Hey,

Something’s wrong with your js, seems like the callback function of fadeTo is not called or the’re something wrong withe the selector of the form.. Not sure.

Try to debug it using either alert() or console.log(). Make sure the “searchForm” contains the correct object. Try to alert a message to be sure the function is even called.. Etc..

Oooooh! Think I’ve got it! Since you have no siblings of:

mnSearch.parent().siblings()

as you currently have just one <li>, then I guess you’re trying to apply the fade animation to an empty object, therefore it is not applied at all and the callback function is never called.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1597 <![CDATA[Reply To: Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1597 Wed, 05 Feb 2014 16:52:08 +0000 larkmeadictsupport Hi,

Thanks for the quick reply.

I’m completely lost, not sure what we need to do, or where to look, can you point us in the right direction please?

Thanks
Kalinda

]]>
https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1600 <![CDATA[Reply To: Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1600 Thu, 06 Feb 2014 09:16:52 +0000 IshYoBoy Hey,

Please locate and open the file:

https://obwiz.co.uk/Larkmead2014v2/wp-content/themes/minicorp/assets/html/core/libs/js/main.js

On lines 279 to 289 you should see the following code:

please delete and replace all the lines above with the following ones:

This should fix your problem. Please let us know!
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1604 <![CDATA[Reply To: Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1604 Thu, 06 Feb 2014 09:55:12 +0000 IshYoBoy Hey,

we had a typo in the following line:

if ( siblings.length > 0 ) {

The word “length” was spelled incorrectly as “legth”. It’s fixed now, just make sure to copy the correct code.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1606 <![CDATA[Reply To: Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1606 Thu, 06 Feb 2014 14:58:44 +0000 larkmeadictsupport Hi,

Thanks so much for your help, much appreciated, all working now :)

Kalinda

]]>
https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1607 <![CDATA[Reply To: Search box not appearing]]> https://support.ishyoboy.com/forums/topic/search-box-not-appearing/#post-1607 Thu, 06 Feb 2014 15:13:25 +0000 IshYoBoy Hey,

Great to hear that!

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>