I've added a few custom blocks to "sidebar first" and would like to have those come to the top of the pages but I can't figure out how to delete the "Network Connect" one? It's not on my "blocks" admin page. Thanks

Comments

pwhiteside’s picture

This is in the page template file for Blue Masters.

To remove it you need to edit that template file,
/sites/all/themes/bluemasters/page.tpl.php

I couldn't say which lines because I have removed it myself. You should copy that file and just try the area you think is right, the sheet is well commented and easy to read. You should do this on a local/dev server not live as something may go wrong.

Best Wishes, the Whiteside of life.

gtsopour’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Assigned: Unassigned » gtsopour
Status: Active » Fixed

Thanks Whiteside for your answer. You are absolutely right.
I changed the status of this issue to "fixed"

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

VM’s picture

The lines are:

<div id="network" class="block">
<h2>Network Connect</h2>  
<div class="network">
<a href="http://twitter.com/morethanthemes" class="twitter">Twitter</a>
<a href="http://www.facebook.com/pages/More-than-just-themes/194842423863081" class="facebook">Facebook</a>
<a href="http://www.flickr.com/photos/56103643@N07/" class="flickr">Flickr</a>
<a href="#" class="in">In</a>
<a href="#" class="tumblr">Tumblr</a>
<a href="http://www.youtube.com/morethanthemes" class="youtube">Youtube</a>
</div>
</div>