Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I just solved this. You can ignore the above now 🙂
Thx
Hey Keremdo – I had this problem too. I watched the css change between states (re-sized/normal) in my web inspector in safari.
I found that when re-sized there was a special class appearing that I could target the height:
.full-center.resized-header .sub-menu{ top:70px!important; }
In my case the menu is 70px tall when re-sized. Normally it is 100px tall. You obviously need to substitute for 85px.
December 30, 2014 at 10:48 pm in reply to: How to modify 'Category' 'Archive' 'Author' pages #138359Awesome – thats perfect.
I guess there is no simple way to have those functions in the Child theme then. I will just have to maintain a copy of my changes so I can quickly insert them when/if there is a theme update.
Thanks
December 30, 2014 at 10:44 am in reply to: How to modify 'Category' 'Archive' 'Author' pages #138282Hi Kyle
So I disabled the Breadcrumbs – thanks
With the Yoast SEO plugin, I can change the taxonomy of the page titles as displayed to search engines, and on the browser window/tabs etc. It doesn’t appear to modify the page title as rendered by the theme…
Any other possibilities?
December 30, 2014 at 10:16 am in reply to: How to modify 'Category' 'Archive' 'Author' pages #138277Ok I can’t believe I didn’t see that there! THANKS!
Further to this, the default page meta for those archive/category pages includes breadcrumbs, and the large or hero title. Right now it says “Author archive for <AUTHOR NAME>” in H1, and category archives return “<CATEGORY NAME>” in H1.
This is out of sync with the rest of my styling for the blog, ideally I’d like to turn off breadcrumbs for those pages and modify the content and style of the titles. For example I might set them to output “You are browsing articles by <AUTHOR NAME>” and “You are browsing articles about <CATEGORY NAME>” and have them be H4
Any suggestions?
Thank you – Works perfectly.
Cheers
ThomasHi Mohammad
That almost worked 🙂
It makes the avatar redirect to:
“site”/author (which shows a 404)
instead of
“site”/author/”username”I’m trying to understand the php code to see if there is a problem but I am a noob and really don’t understand.
Thanks for your help!!
Oh man – I’m a goose… its so obvious
Thanks Melanie!
-
Posted in: We hit Power Elite.