Tabs not playing nicely with isotope

Home Forums Porto – Responsive HTML5 Template Tabs not playing nicely with isotope

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10005297
    Support
    Keymaster

    1) Click the “Manual” tab below the RevSlider
    2) Notice the layout getting cropped off where the Isotope begins.
    3) Clicking any Isotope header readjusts and it works again, but this isn’t good. I’d like to find a way to get it to work without having to do that.


    #10005310
    Support
    Keymaster

    Hello, the solution will be similar to the first one that I sent, please add this:

    $(document).ready(function() {
    	var $container = $('.portfolio-list');
    
    	$('#filters a').on('click', function() {
    		setTimeout(function() {
    			$container.isotope('layout');
    		}, 300);
    	});
    });

    Let me know if you need further assistance.

    Kind Regards, Jonas


    #10005320
    Support
    Keymaster

    Thanks. That’ll have to make-do for now. Would you be able to create an addition to the template that works better and looks the same? I can imagine a lot of people would find a segmented control very handy.


    #10005328
    Support
    Keymaster

    Hello, sure, I’ll make a few more tests and integrate it in the next release.

    Regards,

    Jonas


    #10005606
    Support
    Keymaster

    Any idea when the next release will be? I’ve had to switch to using tabs instead, which just aren’t nearly as pretty 🙁 I miss the sliding effects, and need the functionality of a “filter” so I don’t have to echo out redundant HTML lines.


    #10005611
    Support
    Keymaster

    Hello, I’m sorry, but I can’t say for sure when the next version will be available, we’re working in a few more features and fixes, but the package is not completely defined yet.

    Kind Regards,

    Jonas


Viewing 6 posts - 1 through 6 (of 6 total)

This topic is marked as "RESOLVED" and can not rceive new replies.