• Resolved randondev

    (@randondev)


    I am trying to create a template in Elementor for the archive pages of the portfolio categories but there is no option for this in the template conditions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter randondev

    (@randondev)

    the conditions screen:
    https://ibb.co/qkxf7PZ

    Plugin Author PWR Plugins

    (@rexdot)

    Hi there,

    I think it’s because the portfolio post type doe snot have a archive.

    Pleae try the following:
    – Open the wp-content\plugins\portfolio-elementor\classes\powerfolio_post_types.php file
    – Replace the following line (51):
    'has_archive' => false,
    With
    'has_archive' => true,

    Please let us know if it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Portfolio Categories archive on Elementor template’ is closed to new replies.