dmontesi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Author name not displayingIt’s got 2 options there, the Admin’s name, or the page’s name. I’ve tried either option, and it’s still not working. It used to work with our previous theme.
Forum: Themes and Templates
In reply to: [GeneratePress] Author name not displayingForum: Fixing WordPress
In reply to: CSS — Current page item for custom menu not workingAny idea?
Forum: Fixing WordPress
In reply to: CSS — Current page item for custom menu not workingHey alchymyth,
Thanks for getting back to me.
Here’s a link to the test site: Link
That specific menu doesn’t have php anymore, only javascript. I used to have some php since I was running a query that would call an extract from an specific page, but I commented it out; and either way it wasn’t working when it was active. Now I’m only running javascript since the result is being output on the same section.
Please let me know if you have any questions,
Dan.Forum: Fixing WordPress
In reply to: Container not showing 100% width mobile devicesThanks Andrew, but just figured it out. It was a meta viewport issue.
I didn’t have content=width=device-width together with initial scale.
<meta name="viewport" content="width=device-width, initial-scale=1">For some reason I had tried it before, and didn’t work, but now it’s working just fine. Thanks!
Forum: Fixing WordPress
In reply to: Menu displaying ALL pages in header and footerPerfect!, this fixed my problem!. Thank you so much!
Forum: Fixing WordPress
In reply to: Menu displaying ALL pages in header and footer@pioneer Valley Web Design:
Thanks so much for your advice on php, and the clarity of your response. I’m still newbie with php. I’ll test it out, and let you know how it works.Thanks again!