portfolio not displaying sequentially the order in html

7 replies · opened Nov 16, 2016

AapradhanNov 16, 2016

portfolio not displaying sequentially the order in html i have below. it just displaying randomly on browser. displaying second image first, then first, then fourth & then third. any idea how to turn this off. i want to display the thumbnail image in browser html sequence i have in order first, second, thrid & fourth

 
          
          
          
            
![attachment](First.jpg)

            
[](First.jpg) 
            
 
          
 
          
            Overview First 
          
 
 
 
           
          
          
            
![attachment](Second.jpg)

            
[](Second.jpg) 
            
 
          
 
          
            Overview Second 
          
 
 
 
           
          
          
            
![attachment](Third.jpg)

            
[](Third.jpg) 
            
 
          
 
          
            Overview Third 
          
 
 
           
          
          
            
![attachment](Fourth.jpg)

            
[](Fourth.jpg) 
            
 
          
 
          
            Overview Fourth 
          
 
 
  
AapradhanNov 17, 2016

i just purchased separate license for new project. great theme. guys
is there fixed for portfolio sorting order. i don't need shuffle/random feature can disable those. but i need portfolio sequence order just like in html need to display in browser.

i have tried isotope({ sortBy : 'original-order' }); by putting just after function.js but that didnt work either

			
    jQuery(window).on( 'load', function(){
       jQuery( '.grid-container' ).isotope({ sortBy : 'original-order' });
		
		   jQuery('#portfolio').isotope({ sortBy: 'original-order' });
SSemicolon WebSTAFFNov 18, 2016

Hello,

Thank You so much for Purchasing a Second License for Canvas and the Kind Words! :)

We Really Apologize about the Inconveniences caused! Can you please provide us with a Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

IivanpossNov 21, 2016

Hi Apradhan,

I had a similar problem on a page I am developing right now. I solved it by cutting the out of sequence article bock and pasting it before the other out of sequence block. Apparently as you add more articles it adds the sequence in a different pattern than expected. it wasnt adding them left, left, left sequentially as expected but instead right, left, middle. So I found by experimenting I could change order.

also: I filled up the empty spots with code below and pasted the empty article code to force the order I wanted. This way I was able to move the filled spots where I wanted them.

I probably dont need most of the div code but it worked for me and was a "down and dirty solution". I will clean it up once i have time. But for now its working.

I am sure support will have a more elegant solution - but this was quick- like I said "down and dirty" - just to get the spot filled- until we get the correct code from support.

<!-- spot filler-->
<article class="portfolio-item pf-graphics pf-uielements">
<div class="portfolio-image">
</div>
<div class="portfolio-desc">
<span></span>
</div>
</article>
<!--end of spot filler-->

Hope this helps!

AapradhanNov 21, 2016

ivanposs. thanks for suggestion. i have tried that "it by cutting the out of sequence article bock and pasting it before the other out of sequence block. "
but since i have between 30-50 images on pages its messing up other sequence when i do that

but on empty spot that might work.

IivanpossNov 21, 2016

well you might want to try this- its a little time consuming but its how I figured out what was happening.

I created a copy of page, then I removed all the article blocks from the original except the 1st one. I proceeded to add back one article block at a time from the copy to monitor exactly what spot was being filled each time. I only had 13 so not too difficult. After a couple of rows, once you see the pattern of fill it will go quickly.

I will be posting my page that I am referring to momentarily and will give you the link to see the final spot. Its not "officially" live yet so I have no live links to it.

Maybe support can tell you the fill pattern.

SSemicolon WebSTAFFNov 21, 2016

Hello,

Thanks for your Patience!

We have checked out your Website and this occurs when there are Mixed Height Portfolio Items on your Page which then turns your Portfolio Gallery into a Masonry Layout which fits the Items into available spaces. You can fix this by finding the following code:

and replacing it with:

This will definitely make the Item Order in the Original Order. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard