• Resolved withinthecode

    (@withinthecode)


    Hi folks,

    I had originally posted a query for finding out why when I created a new Page for my theme template – it shows up in the Pages section on the sidebar but it does not show up in the top menu header. Right now there are 6 Page titles in the menu but I wanted to include 7 – which was what existed in the original template that I had customized.

    Then I found out from my web designer who uses a Mac – that she was able to see all 7 page titles in the Menu header – so I’m not sure why she can see it and I cannot – she even sent me a screen capture.

    Here is my url: https://www.withinthecode.com – Any ideas why this is happening?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • i see all 7 as well….mac firefox

    When your main container width of 980px cannot hold the total width of 996px for your menu (with all paddings from .menu, li and a elements) and declaration is overflow:hidden, you will expect that in other browsers and systems, the “Contact Us” menu link will be hidden.

    Recommend padding: 0px as opposed to declaration below:
    .menu { overflow:hidden; padding:0px 0px 0px 10px; ... }

    Decrease left and right paddings across the board in ff declarations:

    .menu ul li { ...  padding:26px 33px 23px 35px;}
    .menu ul li a { ... padding:0px 0px 0px 20px;}

    Thread Starter withinthecode

    (@withinthecode)

    Hi mercime

    I will send this over to my designer and let you know how it goes – thanks a bunch.

    It’s been a while since my “coding” days – but what file would I find that in? – as much as I “may” have moved on from my coding days – I still can’t help but dabble ??

    cheers

    Thread Starter withinthecode

    (@withinthecode)

    Hi Mercime – thank you – thank you – and then thank you again.

    I’m beginning to realize once a coder always a coder :-).

    Of course once you gave me that lovely post and I had to go investigating – and voila – upon your recommendation – all is well.

    I’m going to be in here a lot – just for my own interest. I started withinthecode to provide a central portal for folks looking to work within the technology industry and who wanted to share knowledge in a dedicated forum without gripes or grievances – but just sharing knowledge – this little exercise reminded me as to why I do it.

    Thanks again.

    Cheers

    you’re welcome. glad you got it solved. welcome to the forums as well ??

    Thread Starter withinthecode

    (@withinthecode)

    Hi folks, tis me again – newbie in the house.

    Would anyone know why my Comments feature is acting wonky? I did have my designer recently upgrade and tweak some things – but I notice 1) if you click on the comments in my first post – it gives me a 404 and 2) if you click on the comments in the 2nd post – it does pop up with the reply screen but the Submit button looks even more wonky which it didn’t before.

    Any idea what’s going wrong?

    Thanks

    Jude

    https://www.withinthecode.com

    1) Actually, when I click on title permalink “COMING SOON! Let’s Chat”, I also get the 404 Error, so it’s not limited to your Comments link in same post.

    designer recently upgrade and tweak some things

    what did your designer tweak there?
    2) The comment does not pop up to a reply box but goes to the post page https://withinthecode.com/blog/2009/06/hello-world/comment-page-1/#comment-3 where I posted my comment. And comment seems to be working. Question: why is your Submit button so large?
    3) withinthecode, I recommend you start a new topic next time because the issue you originally posted above has been resolved. That way, others will know that this is a new unresolved query and will be able to help you. I just happened to glance over some old forum threads ??

    Thread Starter withinthecode

    (@withinthecode)

    Hey mercime – ah the new post thingy – note to self to fix that one – i will for the this new one – in a sec – not sure why i’m getting the 404 or why the submit button is so large lolol – i’ll check with my designer – maybe she will know.

    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘My menu titles not showing in PC but ok in MAC’ is closed to new replies.