PDA

View Full Version : Logo Problem


Ahsan Ali
12-04-2014, 03:55 PM
Logo is not updating in socialize skin
i uploaded logo.png in socialize/style/logo.png
screen shot:
https://vborg.vbsupport.ru/external/2014/12/30.png

and its not updating

here is header template

<div id="pageWrapper"><div class="pagePattern">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="pageWrap">
<div class="logoWrap">
<vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" class="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></vb:if>
<vb:if condition="$vbulletin->options['socialize_slogan_enable']">
<div class="slogan">
{vb:raw socialize_slogan}
</div>
</vb:if>
</div>

<vb:if condition="$vbulletin->options['display_social_icons']==1">
<div class="socialBox"><div class="socialBoxWrap">
<vb:if condition="$vbulletin->options['facebook_account']"><a href="http://www.facebook.com/{vb:raw facebook_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-facebook.png" alt="Follow us on Facebook" /></a></vb:if>
<vb:if condition="$vbulletin->options['twitter_account']"><a href="http://www.twitter.com/{vb:raw twitter_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-twitter.png" alt="Follow us on Twitter" /></a></vb:if>
<vb:if condition="$vbulletin->options['youtube_account']"><a href="http://www.youtube.com/{vb:raw youtube_account}" target="_blank"><img src="{vb:stylevar imgdir_themedir}/icon-youtube.png" alt="Watch us on YouTube" /></a></vb:if>
<vb:if condition="$vbulletin->options['myspace_account']"><a href="http://www.myspace.com/{vb:raw myspace_account}"><img src="{vb:stylevar imgdir_themedir}/icon-myspace.png" alt="My Space" /></a></vb:if>
<vb:if condition="$vbulletin->options['linkedin_account']"><a href=" http://www.linkedin.com/pub/{vb:raw linkedin_account}"><img src="{vb:stylevar imgdir_themedir}/icon-linkedin.png" alt="Linked In" /></a></vb:if>
<vb:if condition="$vbulletin->options['flickr_account']"><a href="http://www.flickr.com/photos/{vb:raw flickr_account}"><img src="{vb:stylevar imgdir_themedir}/icon-flickr.png" alt="Flickr" /></a></vb:if>
</div></div>
</vb:if>
<vb:if condition="$vboptions['enablefacebookconnect']">
<div class="pure_facebook">
<ul>
{vb:raw facebook_header}
</ul>
</div>
</vb:if>
</div></div>


How to change logo ?????????????????????

Phillip
12-04-2014, 04:01 PM
Have you tried refreshing the image?

AdminCP => Styles & Templates => Style Manager => Search "titleimage" => and make sure the path is correct.

Ahsan Ali
12-04-2014, 04:13 PM
yes i refresh the image but still same issue

Phillip
12-04-2014, 04:17 PM
Did you tried the steps above? Try renaming logo.png to logo1.png and do the steps and rename it that way.

Max Taxable
12-04-2014, 04:34 PM
If it is named the same as what was there, you need only clear cache in your browser to see the updated image.

ozzy47
12-04-2014, 05:15 PM
if none of the above work, you need to ask where you got the style from. :)

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

Ahsan Ali
12-04-2014, 05:22 PM
everything i try even i clear my cashes any everything check on my rdp opening in snapshot sites but getting same problem

Phillip
12-04-2014, 05:30 PM
everything i try even i clear my cashes any everything check on my rdp opening in snapshot sites but getting same problem

What does your titleimage path say?

nerbert
12-04-2014, 05:39 PM
Give us a link and maybe someone can figure it out using a dev tool.

HM666
12-05-2014, 03:36 PM
Did you check the StyleVars for the image path to make sure it was correct?

Styles & Templates>Style Manager>Your Style>Click Go button

Then look for:

ImagePaths>titleimage

make sure your logo shows as socialize/style/logo.png

Also make sure that you have the logo in that directory, if its not in there obviously it will not show up.