• Hello everyone,

    Lately I’ve been having a problem where I can’t go to the category pages of my website. Say it is called GreatWebsite, if you were to go to GreatWebsite.com/category/cats you would just go to a blank page. You can see it for yourself on my website by clicking on one of the categories in the sidebar. Pretty odd however, because if you go to a subcategory (GreatWebsite.com/category/cats/kittens) it does work.

    I’ve been having this problem for a while, kind of hoped wordpress 4.8 would fix it but no such luck. I’m currently using the Big Brother theme with version 4.8.1. Here are all my installed plugins:

    Akismet Anti-Spam 3.3.4
    EU Cookie Law 2.10 (inactive)
    Head, Footer and Post Injections 3.0.7
    Jetpack by WordPress 5.2.1
    Limit Login Attempts 1.7.1
    Quick Page/Post Redirect Plugin 5.1.8
    Responsive Image Maps 1.4
    SiteOrigin Widgets Bundle 1.9.7
    Sucuri Security – Auditing, Malware Scanner and Hardening 1.8.8 (inactive)
    WordPress importer 0.6.3

    I hope someone can help me fix this, I’m not quit an expert with coding haha.

    Kind regards~

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hoi Blijdorper,

    Ik heb niet de oplossing voor je probleem, helaas. Maar gezien je naam hoop ik dat je, net als ik, in Rotjeknor woont.
    Ik ben bezig met het bouwen van mijn eerste website, en dat vind ik erg lastig. Ik weet niet welk thema/templet voor mijn doel geschikt is. Ik krijg mijn Home-page gewoonweg niet zoals ik hem hebben wil.
    Misschien kunnen we elkaar helpen.

    Groetjes, Martin.

    Thread Starter BlijdorperB

    (@blijdorperb)

    Hoi Martin,

    Vlaardingen, maar dichtbij genoeg ?? Het opzetten van je eigen website is een lang proces, maar ook erg leuk en voldoenend! Zelf ben ik ook meg 0 kennis begonnen maar het blijft mooi om je werk geleidelijk te zien groeien. Misschien kunnen we elkaar via email helpen zodat we het forum niet onder-spammen? ?? [email protected]

    Groeten~

    Hi guys! We are having a similar problem with self-hosted Big Brother theme… on category pages everything below breadcrumb is missing. I think it is issue with breadcrumb… Your site looks fine now blijdorper, what did you do to fix it?

    Thanks!

    I am also having the same issue in category pages using the archive.php file.

    I downloaded and activated the theme approx. 2 years ago (readme.txt Changelog last dated 29 October 2015, Contributors: automattic):
    https://wordpress.com/theme/big-brother

    I’ve been using the theme without any issues until now. After updating WordPress to 4.8.1 the category page returns a blank page after the breadcrumb.

    The following function seems to be the issue.

    function big_brother_the_breadcrumbs() .

    if ( is_category() ) {
    global $wp_query;
    $cat = get_category( $wp_query->get_queried_object()->term_id );
    $cat_parents = get_category_parents( get_category( $cat->parent ), true, ‘<span class=”sep”></span>’ );

    if ( 0 < $cat->parent && ! is_wp_error( $cat_parents ) )
    echo ‘<span class=”breadcrumbs-ancestor cat-parents”>’ . $cat_parents . ‘</span>’;
    echo $before . single_cat_title( ”, false ) . $after;

    }

    Removing the breadcrumbs function from the archive.php file fixes the site but now I no longer have this functionality.

    Can you please update the theme to fix this issue.

    Hoping someone from www.remarpro.com staff will reply?

    Thread Starter BlijdorperB

    (@blijdorperb)

    aparentdesign I haven’t been able to fix it yet. If you go to https://www.blijdorperbende.nl/category/belevenissen/ for example you still get the problem. Hopefully someone will know how this can be fixed?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Categories won’t load’ is closed to new replies.