NiceThemesTwo Logos – NiceThemes http://nicethemeswp.com/forums/topic/two-logos/feed/ Wed, 23 Apr 2025 15:00:47 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/two-logos/#post-4606 <![CDATA[Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4606 Thu, 25 Sep 2014 09:42:50 +0000 nessm587 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.

http://www.clearconnector.com/joskos-cloud/

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4607 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4607 Thu, 25 Sep 2014 14:11:39 +0000 Juanfra Aldasoro Hi 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.

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4608 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4608 Thu, 25 Sep 2014 15:19:17 +0000 nessm587 Hi juan,

I’m on 1.0.5

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4609 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4609 Thu, 25 Sep 2014 15:21:14 +0000 nessm587 I have a presentation to make on this page in a few hours.

Your urgent help is most appreciated.

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4611 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4611 Thu, 25 Sep 2014 16:35:05 +0000 Juanfra Aldasoro Hi 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.

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4613 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4613 Thu, 25 Sep 2014 16:37:05 +0000 nessm587 thanks

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.

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4614 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4614 Thu, 25 Sep 2014 16:54:03 +0000 Juanfra Aldasoro Hello,

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,
Juan

p.s.: FYI, there’s a typo on your site. It says “foolowing” instead of following. Maybe it helps out with the demo as well.

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4615 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4615 Thu, 25 Sep 2014 17:09:02 +0000 nessm587 Thank you Juan!

It still isnt working can you take a look. We really appreciate your last minute help.

Nesly

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4617 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4617 Thu, 25 Sep 2014 17:38:55 +0000 Juanfra Aldasoro Hello 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.

]]>
http://nicethemeswp.com/forums/topic/two-logos/#post-4619 <![CDATA[Reply To: Two Logos]]> http://nicethemeswp.com/forums/topic/two-logos/#post-4619 Thu, 25 Sep 2014 17:47:39 +0000 nessm587 Thank 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

]]>