Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24421
    MVS
    Member

    Hi,
    I have two questions, but don’t wanna start two different topics:
    1. I have this site and i want to open it with my Samsung-Tablet
    When I try to reach the submenu “History” I have always to touch the Main-Menu “About me” – only when I touched it, the sub-menus roll out (I hope you understand, what I mean 😉 )
    And then was sent to the Page for “About me”
    –> How can I disable that I’m sent to the site of the main-menu “About me” and just touch this part of the menu, to roll the sub-menus out?

    2. I have a Pic in my slider as feautered content – so it shows up in the Slider.
    But I don’t want the Posts for this not on my first site.
    How do I do that?

    #24422
    MVS
    Member
    #24490
    Sakin
    Keymaster

    @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.

    #24507
    MVS
    Member

    Ok thank you

    1.Do I put the js-code you wrote, in the “Code to display on Header” or the “Code to display on Footer” of the “Webmaster-Tools”

    I want to keep the pictures in the slider – but I don’t want the posts visible, in which I set a pic as featured content for the slider.
    Is this possible?

    #24519
    Sakin
    Keymaster

    @MVS: You can add in “Code to display on Footer”.

    Sorry Featured Post slider is created to Highlight our post. So, there is no option to hide. If needed you can update to Catch Everest Pro and use Featured Image Slider, where you can upload independent image as per you need and no need to link. As like, title and content are optional.

    #24691
    MVS
    Member

    Thank you, for your support!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Question concerning Submenu und Posts’ is closed to new replies.