Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Sanphorii

    (@sanphorii)

    Well, the font seems to be working now in IE, Chrome, & Mozilla, but without any source calls which is a bit of a mystery to me.

    I would actually love an explanation of that as well but if not, thanks a lot for your help guys.

    Thread Starter Sanphorii

    (@sanphorii)

    Well, this is a bit strange. I have made sure nothing is before the DOCTYPE in the code.

    I then went ahead and removed the code above which was calling the font and added @font-face to the stylesheet, and this method seemed to work in IE.

    However, when I place, font-family: ‘Noto Serif’, for the h1 tag in the CSS, without calling its source in the Functions.php, or using @font-face, it still shows up…Is this normal? The only way that could be possible I think is if WP saved the font, is that possible?

    Thread Starter Sanphorii

    (@sanphorii)

    Thank you Lee, for your response, I’m still trying to understand how child themes work, so thank you for replying.

    I’m also wondering about conditionals and changing functions, but that might be a question about WordPress in general. For example, I was wondering if there was a way to remove the navigation bar from the Home page only, then have it reappear on every other page.

    From what I understand about this, I should add a php conditional such as an if statement to check if the front page is currently being viewed and if it is, to hide the navigation bar, and if it’s not, then show the navigation bar.

    I’ve read something about using a WordPress ‘hook’ or something like that…I’m not quite familiar with modifying template files.

    Does anyone know the code I should use to get the navigation bar to disappear on the main page, and reappear on any other pages, and how I can implement that?

    Thank you!

    Thread Starter Sanphorii

    (@sanphorii)

    I should add that the images I want to add to the navigation menu, have the words Home, About, Contact, etc. Therefore, I would somehow have to remove the automatic text links that appear when a menu item is made in the menu section, such as ‘Home’.

    How would I be able to do remove the text links on the navigation menu? I’m thinking if I can at least remove the text links, I can use CSS to add the background images, and use hovering effects as well through CSS.

Viewing 4 replies - 1 through 4 (of 4 total)