- nessm587 September 25, 2014 at 9:42 am
No matter what I do, I keep getting two logos appearing on my header. Its driving me crazy. Can anyone help me keep one from showing, or help remove one.
Juanfra Aldasoro September 25, 2014 at 2:11 pmHi there,
Thanks for writing. Would you please tell me which version of the theme are you running?
Also, did you apply any update recently?
Besides that, it seems that there are loads of JavaScript errors in your site. This could be related to poorly coded plugins.
Best,
Juan.nessm587 September 25, 2014 at 3:21 pmI have a presentation to make on this page in a few hours.
Your urgent help is most appreciated.
Juanfra Aldasoro September 25, 2014 at 4:35 pmHi there,
Thanks for the follow up.
First thing I’d recommend you, is to update your theme to the latest version: 1.1.0, we’ve been doing some improvements and bugfixing since 1.0.5 – You can check the changes here: http://updates.nicethemeswp.com/themes/paeon/changelog.txt
Once you update the theme, please let me know if you still have the logo problem.
I’ve edited your message containing the access details. This is a public forum, and I’m sure you won’t like to share them publicly.
Best,
Juan.nessm587 September 25, 2014 at 4:37 pmthanks
I’m afraid of updating right this moment as I don’t want to break anything, our demo is in a few hours. Can you just go in and take out one of the logo functions?
I can update it after our demo.
Juanfra Aldasoro September 25, 2014 at 4:54 pmHello,
Well, there is nothing to be afraid of it you followed the instructions on how to customize a theme we’ve shared over here: http://nicethemeswp.com/support/theme-docs/paeon/
Now, I can see that you have the responsive logo functionality, but you don’t have the styles. Just by any chance, have you updated some templates or parts independently?
You can try this code for the demo:
#header #top #logo #retina-logo { display: none; } /* Retina logo */ @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { #header #top #logo #retina-logo { display: block; height: 65px; } #header #top #logo #default-logo { display: none; } }
It is part of the new versions and it takes care of both, the normal and responsive logos.
Best,
Juanp.s.: FYI, there’s a typo on your site. It says “foolowing” instead of following. Maybe it helps out with the demo as well.
nessm587 September 25, 2014 at 5:09 pmThank you Juan!
It still isnt working can you take a look. We really appreciate your last minute help.
Nesly
Juanfra Aldasoro September 25, 2014 at 5:38 pmHello Nesly,
I went to your site and it is working.
You’ve added the code directly in the style.css file. Please have in mind that we suggest adding custom styles on the custom.css file or directly in the custom css option within the options panel. That way, together with child themes, are the only ways in which you can maintain your site up to date with the new releases.
Best,
Juan.nessm587 September 25, 2014 at 5:47 pmThank you! You’ve saved us.
One last question. How can I keep the menu from going into “responsive mode” on ipad. When I delete the /Ipad/ CSS it works momentarily then the menu disappears all together
Juanfra Aldasoro September 25, 2014 at 9:30 pmHello Nesly,
The responsive menu is not only triggered through CSS but JavaScript as well. You can find the rules with the breakpoint for the ipad resolution in the file /includes/js/general.js
Best,
Juan.
You must be logged in to reply to this topic.