Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1493509
CATEGORY PAGE PROBLEMS / BREADCRUMBS
Closed

Comments

  • nboquet started the conversation

    Hi!

    1) My portfolio category pages are displaying all categories instead of only the selected category. How do i fix it?

    2) When navigating through categories, the breadcrumbs displays something very different from the url. e.g: I have a category named "Branding" and when clicked on it the url displays /portfolio-category/branding but the breadcrumbs displays HOME / E-commerce.

    3) How can I fix how the breadcrumbs displays on mobile screens? (screenshot attached)

    4) Last question: which template should I modify in order to change the category pages? I'm not an expert in programming so I need to fix it through WP visual composer or similar. 

    That would be all. Thanks!

    Meri 

  •  1,845
    Elated replied

    Hello,

    1. Just replace this line of code below:

    $eltdf_taxonomy = !empty($eltdf_taxonomy_id) ? get_category($eltdf_taxonomy_id) : '';

    with this one in wp-content\plugins\eltdf-core\post-types\portfolio\templates\archive-portfolio-item.php

    $eltdf_taxonomy_type = is_tax( 'portfolio-tag' ) ? 'portfolio-tag' : 'portfolio-category';
                $eltdf_taxonomy      = ! empty( $eltdf_taxonomy_id ) ? get_term_by( 'id', $eltdf_taxonomy_id, $eltdf_taxonomy_type ) : '';

    That should do the job.

    2. That is pretty strange. Would you mind providing us with login credentials (in Private Reply) and site url, so we can take a closer look?

    3. We have just checked this on your website and as you can see in the following screenshot it seems like everything looks just fine >> 

    4. Please note that all archive (category) pages use the same layout, and you can go to Elated Options >> Blog >> and then choose desired Layout for all Archive pages.



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.