- This topic has 6 replies, 3 voices, and was last updated 9 years, 4 months ago by Andrew Misplon.
- AuthorPosts
- June 29, 2015 at 2:26 pm #1745
Dave HenryParticipantHi,
Firstly thanks for the theme. I have a few issues I need help with. I’ve built our website from the onset with your theme in mind.
Since the update I have a scaling issue with the header logo for the theme. Is there a specific size to be used now?
I also have been unable to get the responsive menu to activate. I’ve tested on a few devices and I only get the standard menu which I’ve had to shorten all the titles to allow it to work in mobile without running multiple lines.
The website can be found at reditek.com.au
Thanks,
dave.
June 29, 2015 at 2:52 pm #1746
Andrew MisplonKeymasterHi Dave
Thanks so much for your support. Sorry to hear you’ve run into a hassle, I’ll try get things fixed up ASAP!
The header logo is constrained to 92px maximum height. Please let me know how you’d like your logo to look and help make adjustments.
Could you confirm that Appearance > Theme Settings > Navigation Responsive Menu is still enabled. Please also check that the Responsive Menu Collapse is set above 480.
It looks like there isn’t currently a main menu assigned in the header. That’s the menu that usually collapses. Could you also check that your main menu at Appearance > Menus is assigned to the theme’s primary menu location.
June 29, 2015 at 3:18 pm #1747
Dave HenryParticipantThanks for the prompt reply.
I’ll modify logo and update – Easy fix! Is there a maximum for width that I need to adhere too?
I had to remove the main menu due to lack of response menu. However it is built and sitting there ready to go! Thanks for the tip re:480 – The default is 1? Don’t believe that was in the documentation so I’ll have a whirl with that tomorrow.
Glad to see the update with social. I think we will contribute if this is typical of your support level!
June 29, 2015 at 4:05 pm #1748
Andrew MisplonKeymasterOk great. Apologies for the hassle. I can help with any Custom CSS you’d like to add to change existing CSS. The logo is constrained to 92px in height and the logo container is constrained to a max width of 35% of the available header space.
To use your logo exactly as is, install a plugin called Simple Custom CSS, go to Appearance > Custom CSS and add:
/* Header */ .site-header .site-branding-container { max-width: 37%; } .main-navigation { max-width: 63%; } .site-header .site-branding img { max-height: 134px; }
Thanks for the update regarding responsive menu. I’ve checked it out and the default seems to be ok on my side. Please try activating everything on your side. Hopefully we’re good to go!
The big bonus of the premium Customizer is an extensive Appearance > Customize > Theme Design section. The four social sharing icons are blog orientated and a nice little bonus. Jetpack also has a nice social module as part of it’s setup.
Let me know how you come along 🙂
July 1, 2015 at 8:34 pm #1841
Andrew MisplonKeymasterA quick follow-up to see how thing went. Let me know if there is anything further I can help out with.
July 5, 2015 at 1:38 pm #1845
stewiParticipantHi,
I had a similar problem with the logo in the 1.0. I solved it by adding an width: auto; in CSS as it was in version 0.9.4. So it is:
.site-header .site-branding img {
display: block;
max-height: 92px;
width: auto;
-webkit-transform: translate3d(0, 0, 0);
Stefan
July 6, 2015 at 3:31 pm #1848
Andrew MisplonKeymasterHi Stefan
Great to hear from you.
Thanks for taking the time to raise this. I know there was a reason I removed the width auto declaration, I just can’t remember what it was. I’ll add it back in the next update so making the edit to style.css is ok.
(A quick reminder for anyone reading: WordPress themes overwrite their own folder during updates. To keep Custom CSS edits save you can use a Custom CSS plugin like Simple Custom CSS).
- AuthorPosts
You must be logged in to reply to this topic.