Raphael,
You’re the first person I’ve heard from about the menu not working specifically the way you describe. Can you provide a screenshot or, better yet, a page I can view that demonstrates this? Also, can you elaborate about the header font? Perhaps also provide a screenshot or demo page?
Kyle
Thread Starter
leiter
(@leiter)
Thanks a lot Kyle!
I uploaded a screenshot here: http://imgur.com/FRlKqad
Thread Starter
leiter
(@leiter)
Oh and about the Arial header, go for example to http://www.leiteritz.com/open-source
The “Open Source” in the top header (over the mountain) seems to be Arial/Helvetica. Would love to have that in your font.
It’s recommended to create a child theme, then edit style.css and find:
.site-title a {
By adding between the { and } of .site-title, you can change
font size with:
font-size: 2.5rem;
font family with:
font-family: "Times New Roman", Georgia, Serif;
For the “X”, I’d really have to inspect the page myself. I haven’t heard of this error, so I’d have to investigate.
Edit: I see you posted a demo page. Looking into it.
Kyle
Thread Starter
leiter
(@leiter)
Ok cool, thanks. For the mobile site, you can go to leiteritz.com if you have the time.
Thanks a lot Kyle. I am also happy to send some support via Paypal if appropriate.
Raphael,
No need for any payment. This is my first theme and I’m happy to provide it and my tech support for free. I didn’t notice anything odd from a cursory look, but I will take a closer look this afternoon/evening, as I’m currently heading out the door to a friend’s graduation party. In the meantime, I would recommend disabling any activated plugins to exclude them from being at fault.
Kyle
Thread Starter
leiter
(@leiter)
Ok I think I have a suspicion now. I use several domains (leiteritz.com, .info, .de, .ch etc.). My main installation is on leiteritz.com. After I deactivated the plugin https://wordpress.org/plugins/multiple-domains-with-analytics/ the menu works correctly on .com, but still not on the others. So it might have to do with these multiple domains.
Thread Starter
leiter
(@leiter)
And now I inspected it with chrome, on leiteritz.ch it says in the console “Font from origin ‘http://leiteritz.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://leiteritz.ch’ is therefore not allowed access.”
Thread Starter
leiter
(@leiter)
Raphael,
Nice investigative work! As it seems like it’s a server-side issue, and as you’re the one with access to your sever settings (hopefully), you’re going to have to experiment with changing settings to get it to work. I wish I could help more, but appears there are a good number of online resources that deal with this issue.
I’m going to mark this as resolved (as I can’t do much more and it doesn’t appear to be the fault of the theme). Let me know if I can help any further!
Kyle
Thread Starter
leiter
(@leiter)
Sounds good Kyle, thanks a lot for your super kind support!