Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #503397

    Hello,

    I’m trying to make related portfolio item work. I tried this solution but it does not work: https://kriesi.at/support/topic/show-portfolio-items-in-related-posts/

    My articles related posts are working very well, but not my portfolio related items.

    P.S.: I have set tags to the items

    #503648

    No one?

    Thank you!

    #504083

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #504088

    O course!

    #504258

    Yigit, did you get the information?

    Thank you!

    #504983

    Uff… Can anybody help me with this problem, please?

    Thank you!

    #505217

    Hi!

    Did you build the portfolio content in the advance layout builder? if that is the case, you need to modify the template-builder.php file, look for this code on line 43:

    echo $content;
    

    .. below, add this:

    	//show related posts based on tags if there are any
    	if(is_singular('portfolio')) {
        	get_template_part( 'includes/related-posts');
    	}
    

    You still need to follow the solution provided on the previous thread.

    Cheers!
    Ismael

    #505275

    Hi Ismael and thank you for your answer!

    I’v done this things, but it still doesn’t work… I tried even to change blog style from advanced layout to other, but i have no modification.
    If you want to log in my website, you can do so with the admin user and pass provided by me.

    Thank you!

    #505366

    Hi!

    You have this code in the Quick CSS field:

    #top .fullsize .related_posts {
        display: none;
    }

    Please remove it. Or add this code:

    .single-portfolio .related_posts {
        display: block;
    }

    Regards,
    Ismael

    #505371

    That worked! Thank you Ismael, you made my day :)

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Related Portfolio Items not working’ is closed to new replies.