@MVS:
1. For your menu on Samsung. Can you try adding in the following JavaScipt code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.
<script type="text/javascript">
// Open menu on first tap on touch devices.
jQuery(document).ready(function () {
jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
});
</script>
2. I don’t understand you question here. Do you mean to exclude your slider post from homepage? If yes, then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and click on “Exclude Slider post from Homepage posts” and save changes.