I've copied the exact replica for 2 other menu items, but they both give very different titles on Category pages and Article pages. It's very odd...i've gone over it for hours and cannot find any difference between the 2 configurations .

  1. Nav Item: "UX/UI Case Studies"
    Article page
    https://azimuthdesigns.com/index.php/ux-ui/iron-horse

Category Page
https://azimuthdesigns.com/index.php/ux-ui

+++++++++++

  1. Nav Item: "Film & TV"
    Article page
    https://azimuthdesigns.com/index.php/editorials/wu-assassins

Category Page (seems ok)
https://azimuthdesigns.com/index.php/film-tv

OK I've now got to the point where at least the right amount of titles are on the page.
I duplicated menu items "Film & TV" from "UX/UI". but they still are giving different results.

Currently

  1. "Film & TV" is now missing the black bar at the top of the nav indicator.

  2. "UX/UI": has the Article and Category Titles switched, but has the nav indicator.

I'd love to find out how the "Film & TV" is also connected to the "Editorial" menu off in "Menus >> Article Layouts >> Editorial" I don't see any indication anywhere that they are connected other than the URL.

Hi

It seems to be ok now, did you get it solved?

Thank you for reaching out.
Unfortunately the issue has not been resolved.
I am unable to get the following resolved:

  1. UX/UI: Article Title is reversed with Category Title
    https://azimuthdesigns.com/index.php/ux-ui/ascend-tms

  2. Film & TV: Navigation indication (black bar above) is missing from all individual films
    https://azimuthdesigns.com/index.php/editorials/wu-assassins

I'm completely at a loss as to the following:

  1. how is this reversed? it's a saved copy of a working nav?
  2. how can i figure out where and how the menu item "Editorials" is attached to Films?? There is no indication of this association in any of the parameters. I'd love to find out how the "Film & TV" is also connected to the "Editorial" menu off in "Menus >> Article Layouts >> Editorial" I don't see any indication anywhere that they are connected other than the URL.

    AzimuthDesigns Hi

    It due to the layout of article page you're using for each menu item. I checked the menu item settings of UX/UI page and it used cover layout, I just changed to default layout and it's showing normally layout now.

    AzimuthDesigns how can i figure out where and how the menu item "Editorials" is attached to Films?? There is no indication of this association in any of the parameters. I'd love to find out how the "Film & TV" is also connected to the "Editorial" menu off in "Menus >> Article Layouts >> Editorial" I don't see any indication anywhere that they are connected other than the URL.

    As I can see that "Editorials" menu item belongs to "Article Layouts" menu, while "Film & TV" belongs to the Main menu of your site. These are 2 different menus.

    If you want to show "Editorials" menu item under "Film & TV" item, you can move it to the "Main menu".

    Regards

    Q1: That solves the first issue of the "Default" instead of "article-cover"!
    I don' t think I would have ever figured that out.

    #2a (Partially solved, but has created the original problem again of the original "Film & TV" to resolve to the home page again)
    https://azimuthdesigns.com/index.php/wu-assassins

    2b: I've moved the Article menu item to the Main Menu and renamed it "Film & TV test", but cannot get the Articles from that Category to appear below the "Category Description" like on the original "Film & TV" menu item.

    Now it appears that both Menu items do not show the Category properly or at all.

    I'm at a total loss as to how this is happening. I wish I was smarter!

    OK!
    I fixed 2a/2b by making the "Menu Item Type" into "Category Blog" rather than "Model List"

    Is there any way to make the Category Title linkable back up to the main Category?

    OK! Challenge success obtained!
    I found a work around for Q2!

    Page Display > Show Page Heading: Hide
    Options > Category: Show

    custom.css
    /*********** Category & Article Headers & Sub Cover page from Category Link ***********/
    .subheading-category,
    .page-subtitle {
    font-family:"Roboto", Arial, Helvetica, sans-serif!important;
    font-size: 45px;
    font-weight: 100 !important;
    line-height: 1.6;
    color: #222222;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
    }

    .subheading-category {
    font-family:"Roboto", Arial, Helvetica, sans-serif!important;
    font-size: 45px;
    font-weight: 100 !important;
    line-height: 1.6;
    color: #222222;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
    }

    .page-subheader {
    border-bottom: 0px solid #e8e8e8;
    margin: 0 0 24px;
    }

    And I was able to figure out why nav item "UX/UI" is referencing "Articles" buried deep in the following pathway and reversing the "Article" and "Category" Titles again..

    Thanks to your assistance above, by applying the same logic/parameters I was able to get the rest all working perfectly now!

    Write a Reply...
    You need to Login to view replies.