Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #238000

    Sorry, had to redo the template and forgot to turn off the shadow. Every once in a while when I change something on the template it gets moved from the template to sliders and I have to recreate the template. Happened a couple of times now.

    The Shadow is now off again, but that tiny bit of scrollbar-space is still there.

    #2/#3 I already figured it wouldn’t ne the easiest job, but thanks anyhow. Will have a look into it

    #238025

    Zeshan
    Member

    Hi there,

    For that, you can use following under Custom > CSS in the Customizer:

    .x-navbar-fixed-top-active .x-navbar-wrap {
       margin-bottom: 0;
    }
    

    This should remove the scrollbar 🙂

    Thanks!

    #238961

    I’ve just realized that the ‘about us’ submenu seems to be hidden behind the iframe. Seems I have to set the z-index accordingly, but can’t quite figure out where.

    #239018

    Zeshan
    Member

    Hi there,

    Upon checking, your submenus are appearing just fine at my end, see: http://prntscr.com/6np0fs. Please confirm the issue again.

    In the meantime, the CSS you can use to target your submenus is following:

    .desktop .sub-menu {
       z-index: 10000;
    }
    

    Thanks!

    #239033

    Hi,

    if you are on the renderings site (with the revolution slider) it works, but under one of the 2 linked panoramas (with the full screen) it won’t work (see http://imgur.com/IS4VKsb – the mouse doesn’t show on the ‘about us’ but it is there, trust me :D).
    I’m not sure if it’s some overflow:hidden; issue or a z-index issue.
    I added the code from above, but it didn’t change anything.

    #239160

    Zeshan
    Member

    Hi there,

    Yes, this is due to a JavaScript conflict on those pages. Are you using any custom script or plugin for those pages? If so, try removing/disabling them and see if the issue resolves.

    Thanks!

    #239621

    yes. As stated earlier I’m using the following peace of code to ensure the full screen of the iframe:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">
    </script>
    <script>
    function myFunction() {
        $("#panorama_iFrame").css("height", $(window).height());
        }
    $(document).ready(myFunction);
    </script>
    <iframe id="panorama_iFrame" src="http://panorama.planbagentur.de/dt.html" width="100%" seamless></iframe>

    I’m assuming the loading of the jquery file is responsible. However if I do not load it, I can’t use the $(window).height()

    #239633

    upon further googling I found that I have to use the following:

    jQuery(document).ready(function($) {
    	$('#panorama_iFrame').css('height',$(window).height());
    });

    Now it’s working. Thanks everyone.

    #239638

    Zeshan
    Member

    Glad to hear you’ve figured it out! Have a good day. 🙂

    #844036

    jeremysmiley
    Participant

    Newbie question here… That code you used to get your iframe to go 100% height, where did you put it? I tried in “raw content” element but nothing showed up.

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">
    </script>
    <script>
    function myFunction() {
        $("#panorama_iFrame").css("height", $(window).height());
        }
    $(document).ready(myFunction);
    </script>
    <iframe id="panorama_iFrame" src="http://panorama.planbagentur.de/dt.html" width="100%" seamless></iframe>
    #844052

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Regards.

    #844054

    jeremysmiley
    Participant

    Hello! I trying to use your solution as well. How did you get the scroll bar to go away? There seems to be a tiny section at the bottom that is causing it to appear.

    #844067

    Christopher
    Moderator

    Hi there,

    Please provide us with URL of page in question so we can take a closer look.

    Thanks.

    #844418

    jeremysmiley
    Participant

    It’s not on a live server, just on a local host.

    #844423

    jeremysmiley
    Participant

    Okay I set a live page on one of my sites. It’s doing the same thing…

    http://www.smileyphotobooths.com/iframe-test/