Home Forums Jevelin Theme Project breadcrumbs link doesn't work Reply To: Project breadcrumbs link doesn't work

Home Forums Jevelin Theme Project breadcrumbs link doesn't work Reply To: Project breadcrumbs link doesn't work

Solution for this topic

What about

the if statement in this file:

jevelin/framework-customizations/extensions/portfolio/views/archive.php

could it be it?

Yes it seems the following code in this file is causing this issue so i have notified the theme developer about this so that it will be fixed.

wp_reset_postdata();
$portfolio1 = get_page_by_path( 'portfolio' );
$portfolio2 = get_page_by_path( 'portfolio-page' );

if( isset( $portfolio1->ID ) && $portfolio1->ID > 0 ) :
	wp_redirect( get_the_permalink( $portfolio1->ID ) );
elseif( isset( $portfolio2->ID ) && $portfolio2->ID > 0 ) :
	wp_redirect( get_the_permalink( $portfolio2->ID ) );
else :
	wp_redirect( get_home_url( '/' ) );
endif;

exit;

 

In the meanwhile you can fix it by removing the above code from theme file and uncommenting other code in the same file or just use the attached child theme of Jevelin theme that contains some custom code.

 

 

Attachments:
You must be logged in to view attached files.

Popular choice

Professional Developers At Your Fingertips!

If you need services beyond standard support, we've got your back!

Services we offer:

Demo setup
Advanced customization
Layout adjustment
Graphic work / visualizations
Custom coding
Full WordPress development and design

Services

What we can offer

  • Demo setup +

    If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.

  • Layout adjustment +

    We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.

  • Advanced customization +

    More complex styling changes, theme option modifications, and third-party integrations.

  • Custom coding +

    If you need something that's not included in the theme, we can code it for you.

  • Graphic work / visualizations +

    Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.

  • Full WordPress development and design +

    Full website builds, custom theme development, or plugin creation from scratch.

  • About pricing +

    We'll provide a clear quote based on what you need. No hidden fees.

Professional Developers At Your Fingertips!

Custom Work Form