Before you ask please READ THIS

After upgrading to v1.3 Jackbox shows item info by default

edited October 2013 in Beach Please Posts: 8
Before version 1.3 the user had to click on the "i" button to display the item info, now it displays be default (upon load). How can I revert back to the way it used to be (not showing info at lightbox startup)?
Thanks!

Comments

  • AirAir
    Posts: 10,970
    I doubt that anyone clicked "i" icon:-) However go to script.js, find showInfoByDefault: true line ~480 and change it to
    showInfoByDefault: false.

    With regards.
  • edited October 2013 Posts: 8
    Thanks for the QUICK fix!
    You are right about the "i" icon, but it's better if the user sees the full image and doesn't know how to turn on the info than if the image is half covered by the info and the user doesn't know how to get rid of the info.
    Post edited by cris on
  • AirAir
    Posts: 10,970
    Yes, it can be annoying if description is pretty long:-)

    With regards.
  • Posts: 8
    Sorry if this is obvious, but where can I find scripts.js?
  • AirAir
    Posts: 10,970
    Sorry for incomplete info:-) in theme directory js/script.js

    With regards.
  • edited January 2015 Posts: 111

    I’m coming from this thread. Thanks for your quick reply, Air.

    For any strange reason: This solution didn’t change anything. :/

    That certain passage of the script looks like this now:

    $('a.alpha-scope[data-group]').jackBox("init", {
         baseName: G.jsurl+"/jackbox",
         className: 'a.alpha-scope',
         defaultShareImage: G.defimgurl,
         showPageScrollbar: true,
         deepLinking: false,
         showInfoByDefault: false

    Any ideas?

    Post edited by Air on
  • AirAir
    edited January 2015 Posts: 10,970
    Cleared browser cache? Live link to your site, please :-)

    With kind regards.

    ---EDIT
    Issue is connected with thing that I explained in your other topic.
    Post edited by Air on
Sign In or Register to comment.