Ho wdo I remove the Network Connect Block (sidebar first) and networking buttons in the header? It is not listed in the blocks area and stays even when I remove the style in the css. Please help.

Comments

komal.savla’s picture

Hi,

Remove the following code from the page.tpl.php ( the below code is inside <div id="right" class="clearfix"> line no 100):

 <div 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>

This will remove the networking links from the page.

Thanks,
Komal

Hazeltree’s picture

Status: Active » Fixed

Thank you!

drupert55’s picture

Hello.

It would be much better if the designer of this theme would just add e.g. id="network" to <div class="block"> portion of that code whereby CSS can be utilized to hide all of those lines Komal referenced.

drupert55’s picture

Status: Fixed » Needs review

changed status to 'needs review.'

gtsopour’s picture

Title: Network Connect Block » Add unique identifier ID to the Bluemasters theme 'Network Connect Block'
Assigned: Unassigned » gtsopour
Category: support » feature
Status: Needs review » Fixed
Issue tags: +Bluemasters theme, +bluemasters

Hello drupert55

i just added the id network to this block and i committed the change, so will be included in next Bluemasters theme release.

Thanks again drupert55 and Komal (komal.savla)
George

Status: Fixed » Closed (fixed)

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

wduhon’s picture

Do I have to go into a file and change this or can i find it through the dashboard ? I am looking everywhere.

drupert55’s picture

What are you looking for, wduhon?

For my request/suggestion (see #3 and #5 above), the file was updated and released with the following change:

        <div id="right" class="clearfix">
            <div id="network" class="block">

HTH