rudebaga
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [The Funk] social icons in header?No worries. I think I can build out what I want to do with the header menu.
Forum: Themes and Templates
In reply to: [The Funk] social icons in header?I’ve seen other sites that have their social icons on the right side of the header and are visible when you view their site on desktop, but do not show up on mobile. Was hoping I could do the same, but not a big deal if I can’t.
Forum: Themes and Templates
In reply to: [The Funk] social icons in header?Or if you have CSS I can add in my child theme to simply add a widget to the header, then I can still use the plugin I’m using now.
Forum: Themes and Templates
In reply to: [The Funk] custom header does not show up on mobileI ended up installing a plugin to load my custom header into and now my header shows up on mobile, is clickable and responsive.
thanks!
Forum: Themes and Templates
In reply to: [The Funk] Removing tagline/site descriptionWith the plugin I installed I had to use the following CSS to hide the site title and tagline:
h1 a {
display: none;
}
.site-description {
display: none;
}If I used the one you provided above, it also hid the custom header I loaded into the plugin.
Forum: Themes and Templates
In reply to: [The Funk] Removing tagline/site descriptionI ended up installing a plugin to upload my custom header through to make it clickable and link back to my homepage. The plugin also made my custom header visible on mobile, which I was also having a issue with when I simply uploaded it via the customizer, and made it responsive; my custom header was not responsive when uploaded via the customizer.
Not sure if I’m the only one experiencing these issues with my custom header when uploaded via the customizer or if this needs to be addressed for the next theme update.
Thanks for you help!
Forum: Themes and Templates
In reply to: [The Funk] custom header does not show up on mobileI have added in that CSS. Hopefully it looks better on your end now.
Forum: Themes and Templates
In reply to: [The Funk] custom header does not show up on mobileI’m currently running a plugin that changes the mobile view, but if you scroll down and select “desktop version” then scroll down again and select “view full site” it will show you the mobile Funk theme version.
When I placed my custom header, I made the header the exact pixel measurements suggested in the theme.
Forum: Themes and Templates
In reply to: [The Funk] Removing tagline/site descriptionThanks! It worked!
Forum: Themes and Templates
In reply to: [The Funk] custom header does not show up on mobileblank space