• Resolved annilshinde

    (@annilshinde)


    Hi,

    i have install fullfolio theme in my website http://www.mobwall.enoweb.in , but facing problem while load more on pc and mobile also.

    when click on load more all post which will load are overlapping on one place. Can some one please help on this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author dinamiko

    (@dinamiko)

    Hi annilshinde 🙂

    I’m seeing http://www.mobwall.enoweb.in but you’re using another theme right now.

    I can’t reproduce your issue so I’m going to mark ticket as resolved, feel free to reopen it if you like, thanks.

    Regards.

    Thread Starter annilshinde

    (@annilshinde)

    Hi,

    Sorry for that, i have reactivate fullfolio theme on http://mobwall.enoweb.in. can you please help me on that.

    Thanks and Regards,
    Anil

    Theme Author dinamiko

    (@dinamiko)

    Hi annilshinde,

    I can’t reproduce the issue, first try to resize the browser a little.
    I think it’s a problem with the height of the container when new items are added:

    try to add this code in fullfolio/js/load-more-posts.js

    Just below this code:

    setTimeout(function(){
       $('#items').append($newElems).masonry( 'appended', $newElems );
    }, 500);

    add this code:

    setTimeout(function(){
       $('.container').css({'height':$('#items').height()});
    }, 700);

    try it and tell me if works, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘fullfolio theme / overlapping issue while load more’ is closed to new replies.