Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter Mark Shirley

    (@ravalde)

    Hi brycerafflesound

    RavanH is looking at it now for us.

    @ravalde a new version .dev10 is uploading now… wait 15 minutes before downloading a new zip from http://downloads.wordpress.org/plugin/easy-fancybox.zip then try it 🙂

    @brycerafflesound I don’t know if you are facing the same issue or not. In any case, try the latest dev version and if it still does not work, please share a link 🙂

    Thread Starter Mark Shirley

    (@ravalde)

    Thanks Rolf

    I’ll give it a go and post back 🙂

    Thread Starter Mark Shirley

    (@ravalde)

    Version 1.5.0dev10 is installed and seems to work fine. I’t seems to have solved the iframe reload problem (Hurrah). But I still dont seem to be able to get rid of the scroll bars. I tried setting (Scrolling “Never” Define scrolling and scrollbar visibility.) But hey it’s sure nice to have the iframes reloading – Thanks for your help – top man 🙂

    Mark, use class="fancybox-inline" (instead of just fancybox) for all inline content links from now on… Unless you switch back to an older version 😉

    Thread Starter Mark Shirley

    (@ravalde)

    HURRAH – Huston we have touch down – it works no scroll bars and iframe reload works – Thanks Rolf 🙂

    SEE MAP ZONES
    http://www.ricecreative.co.uk/willisnursing/

    <a href="#north-west" class="fancybox-inline">North West/a>
    <div style="display:none" class="fancybox-hidden">
            <div id="north-west">
    
    <iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=61+Hamilton+Square+Hamilton+Court+Birkenhead+Wirral+CH41+5AT&aq=&sll=53.650636,-2.994261&sspn=0.020425,0.055747&ie=UTF8&hq=61+Hamilton+Square+Hamilton+Court+Birkenhead+Wirral+CH41+5AT&t=m&ll=53.394769,-3.017035&spn=0.007677,0.012832&z=15&iwloc=A&output=embed&iwloc=near"></iframe><br /><small><a href="https://maps.google.co.uk/maps?f=q&source=embed&hl=en&geocode=&q=61+Hamilton+Square+Hamilton+Court+Birkenhead+Wirral+CH41+5AT&aq=&sll=53.650636,-2.994261&sspn=0.020425,0.055747&ie=UTF8&hq=61+Hamilton+Square+Hamilton+Court+Birkenhead+Wirral+CH41+5AT&t=m&ll=53.394769,-3.017035&spn=0.007677,0.012832&z=15&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
    
    <div id="fancy-header">North West:</div>
    61 Hamilton Square
    Hamilton Court
    Birkenhead
    Wirral
    CH41 5AT
    Tel: 0151 245 0224
    <a href="mailto:northwest@willisnursing.co.uk">northwest@willisnursing.co.uk</a>
    <a href="http://www.ricecreative.co.uk/willisnursing/north-west/"><strong>Click here for more information</strong></a>
    </div><!--End of north west-->
    </div><!--End of north west href-->
    Thread Starter Mark Shirley

    (@ravalde)

    opps

    close the

    <a href="#north-west" class="fancybox-inline">North West</a>

    Hi RavanH.

    I installed the latest development version and am still having the same issue. I don’t think my issue is exactly the same as Mark’s – initially the issue was that I couldn’t disable scrollbars. Now that I’ve installed the latest development version my fancybox links are no longer opening as a fancybox.

    http://www.brycerafflesound.com/portfolio/

    Click on basically any of the images to see what I’m talking about. The floating contact button image is the one that I was trying to fix.

    Hi Bryce, the dev version needs jQuery 1.7 or higher (1.8 is included in WordPress) but something (a plugin or your theme) is forcing your site to use jQuery 1.5 hosted by Google. Any plugin active that might be doing this?

    I guess that explains it.

    um, possibly, I’m using a bunch of plugins + a custom theme (Metropolis) from Themeforest

    Akismet, Easy Fancybox, Flexo Archives, qTranslate, WP Twitter Timeline, and WP Float

    Do you know how I might be able to figure out which one is causing the conflict and how I might fix that?

    Looking closer I suspect it’s your theme… Look inside functions.php to find this URL:
    https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js
    If it’s there, simply change it to:
    https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js

    But that will not be enough because upgrading the jQuery library will cause an error in a theme script file (that’s why I suspect it’s the theme) which you can solve by editing the theme file js/vt.js. Find near the end of the file the part that starts with
    // pf
    and ends with
    // end pf
    and completely remove that part (it’s related to prettyPhoto which you’re not using anymore anyway)…

    Thanks so much! It’s working now. So happy. 🙂

    Thread Starter Mark Shirley

    (@ravalde)

    That’s what makes wordpress a joy to work on people like Rolf make it tick – Thanks again

Viewing 13 replies - 16 through 28 (of 28 total)

The topic ‘Remove Scroll Bars Version 1.3.4.9’ is closed to new replies.