Okay
  Public Ticket #668895
Identification of elements
Closed

Comments

  • Jesse started the conversation

    Hi - could you please

    1. Identify the container and element for the portfolio categories on the Portfolio Mixed Page. I need to change the CSS padding.

    2. On the Portfolio Items pages - I'd like to change the hyperlink at the bottom to go to the Portfolio page. Now it goes to the next post.

    Thanks.

  •  1,801
    Support replied

    Hello!

    1. .page-template-portfolio-mixed-page #filters{ ... }

    2. custom work, change the implementation of /sections/project_navigation_section.php


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jesse replied

    Thank you.

    1. Worked.

    2. Found the file, but there was only this in it:

    <!-- Page Navigation -->

    <?php next_post_link( 'clapat_ndk_portfolio', '%title' ); ?>

    <!--/Page Navigation -->


    Can you please advise what to do to have it link back to the Home page?

    Thanks.

  •  1,801
    Support replied

    Hi there,

    replace

    <?php next_post_link( 'clapat_ndk_portfolio', '%title' ); ?>

    with a link to the home page

    Add the html output of the bottom navigation so that you don't have to style it yourself

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy