• Resolved indelg17

    (@indelg17)


    Hi all,

    I am using Simple File list and it is working very well for our needs. Except the page I create, that shows the file list, has an error message on the top of the page. (Its after the Navigation menu)

    I do not know what this error means or how to get rid of it. The page operates normally. But it looks very unprofessional and users have asked me about it.

    The message is : -P: not found

    Any help with solving this would be greatly appreciated.

    Greg

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mitchell Bennis

    (@eemitch)

    Hi Greg,

    The error text is within the nav ID. Simple File List does not interact with the menu system. Is this supposed to be a menu item is not appearing on this page?

    If you temporarily remove the file list shortcode, does this go away?

    Thread Starter indelg17

    (@indelg17)

    When I remove the Shortcode. The error does go away.

    The file list does not need to interact with the menu in any way. Are you saying that the presence of the menu on the page makes the error message appear?

    The menu appears on all pages of the site. Do you think it would help to suppress the menu for that page? Because in the context of the file list page, it is not really needed.

    Problem is I am not sure how to suppress it. Is there an easy CSS code that might help me accomplish that?

    Thanks

    Greg

    Plugin Author Mitchell Bennis

    (@eemitch)

    To hide the menu just add this CSS…

    #navigation_bar { display: none; }

    I will look into this further tho, soon.

    Thread Starter indelg17

    (@indelg17)

    I found the CSS code and it seems to have worked. I used

    .page-id-16236 #navigation_bar
    {display:none;
    }

    This worked fine. I suppressed the Navigation bar and the error went away. So I guess the deal is if I want to create a File List page, I cannot have the Navigation Bar on the page.

    Thanks for pointing me in the right direction!

    Greg

    Plugin Author Mitchell Bennis

    (@eemitch)

    Glad you got it working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Message at the Top of my file list page’ is closed to new replies.