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
ifstatement 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.
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.