mobile device menu list boxes not functional search bar incorrectly alligned

Latest Reply from Dave at 2013-11-20 07:28:23
When viewing my site:
www.cpitex.com

1.
from a mobile device that forces the mobile responsive layout, the list boxes that appear to replace the horizontal main menu bar do not function(selected page does not load, no new page loads); the same is true for the "top menu"

When using ipad:
Safari ==> problem occurs
Firefox ==> no problem (reverts to standard layout)

When using smartphone:
any app ==> problem occurs

2.
Also, noticed the search bar does not appear to function correctly either, the area to type in a search is located below the actual search box area.

Running WP 3.6.1

Thanks for help.

FYI,
I have tried downloading a fresh install which errored:
"Destination folder already exists. /her.../walnawe..../..../......../wp-content/themes/architecture/

Theme install failed."

Hi!
Please, add the following code to the section <head> in the file top.php:
<script>
jQuery('select.mobile-menu').live('change',function(){window.location=jQuery(this).find("option:selected").val()});
</script>

Could you clarify the issue about Search box? As I can see it works.

Leave a reply

Add codeAdd image