Bookmark the topic by clicking on the star to get notified on mail when we respond.
Error loading The Wall
  • niltonjr21niltonjr21
    April 2012
    Dear Mr,

    I'm trying to implement the code "The Wall" on my site as follows:
    - I click on a link or button and it opens the div using the method .show() in jquery but it gets mangled.

    Follow the link for viewing: http://www.unlike.com.br/thewall/

    I can not find a solution. Could you help me?
  • This happens because the Wall cannot calculate elements positions and dimensions in a hidden div. You would need to call the Wall as a function callback to your method in order to work. (not tested)

    Regards,
    Cosmin.
    Support Assistant
  • niltonjr21niltonjr21
    April 2012
    Hello Cosmin,

    I am layman in the matter relating to jquery. How should I proceed?
    Can you give me an example based on my code?

    Thank you.
    Nilton Mendes
  • Try this:

    $('button').click(function() { $('.wall-con').show('fast', function() {

        // Animation complete.
        $('#wall1').wallmasonry({});
       });

    });

    Regards,
    Cosmin.
  • niltonjr21niltonjr21
    April 2012
     Hello Cosmin,

    Thanks a lot. It worked perfectly.

    Regards

    Nilton Mendes
This discussion has been closed.
← All Discussions