Hi thanks for theme.

how can i add color background to the stickies?

Comments

minesota’s picture

This can be done in the style.css file I think.
Find the word 'sticky' there and add color attributes.

expatme’s picture

hi, correct me if am wrong but there is no listing of the taxonomy out of the box?

wwwoliondorcom’s picture

Hi,

Anybody know how to get rid of the "Sticky" sign ?

Thanks.

ShannonK’s picture

To get rid of "sticky" sign:

Go to the node (page, story, etc.) that is showing the sticky.
Go to the "Edit" tab, and then down to the Publishing Options, where it gives the choices "Published", "Promoted to Front Page", or "Sticky at top of lists".
Uncheck "Sticky at top of lists."

Hope that helps.

wwwoliondorcom’s picture

Thank you, but I want the node to be sticky WITHOUT the sticky sign.

Thanks for help.

weweblog’s picture

You can make a very very very small picture (1Pix) and save it as "sticky.gif", then upload it to the themes/marinelli/img/ . ^_^

libre fan’s picture

Hello all,

To get rid of the sticky image you need to go to node.tpl.php and edit it.

Here's the bit that needs editing:

<?php if ($page == 0) { ?><h2 class="nodeTitle"><a href="<?php print $node_url?>"><?php print $title?></a>
	<?php global $base_url;
	if ($sticky) { print '<img src="'.base_path(). drupal_get_path('theme','marinelli').'/img/sticky.gif" alt="'.t('sticky icon').'" class="sticky" />'; } ?>
	</h2><?php }; ?>

As to edit the file, that's another kettle of fish as I know next to nothing about PHP.

madamski’s picture

I downloaded my styles.css file

I searched for "sticky" and found this:
table.sticky-header { background: #1f7caf; }

I changed that line of code to:
table.sticky-header { background: #000000; }

I reuploaded the .css file, hit refresh and nothing changed on my sticky background color.

madamski’s picture

Anyone?

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.