Great theme. Very clean and simple to configure.

I have three questions:

1. I have four overlapping circles in the bottom right of my main content area. Where is this coming from and how do I turn it off? (See attached screen shot).

2. Is it okay to remove the credit "Theme by Dr. Radut"?

3. The theme appears to add a "Copyright © 2010 ." above my Footer message. How do I remove that?

Thanks.

Thanks.

CommentFileSizeAuthor
Screen shot 2010-03-13 at 7.59.02 PM.png20.03 KBhhkont

Comments

glitz’s picture

any fix for this yet? thx

AntiNSA’s picture

pray to the open source gods...

fjcalzado@gmail.com’s picture

Hi friends:

  1. (The circles) I think this is a feature of Zeropoint, and you can't turn them off in the settings page of the theme. But you can ("manually") change the image of the circles for another image of your choice; the circles are here: "zeropoint/images/all/_sidebarimg.png". If you don't want any image at all, put a transparent png replacing "_sidebarimg.png".
  2. In my opinion is nicer maintain the credit to the author of the theme. You always can add "modifyed by..." This is my opinion (I'm not Dr Radut).
  3. You can remove the copyright message modifying the document "page.tpl.php", line 184: remove the following: Copyright &copy; <?php print date('Y') ?>

Notice that this "hacks" will be overwritten when you update the theme with a new version of Zeropoint (so you should write down the mods you've done in order to make them again after the update).
Hope this helps, and excuses for my English.

AntiNSA’s picture

But will there ever be a new version? I have serious issues and have not even heard from the maintainer. Is this project abandoned? I really love this theme.

florian’s picture

1) see _custom/custom-style.css and erase:

#wrapper {
	background: transparent url(../images/all/_sidebarimg.png) 99% 99% no-repeat;
}

2) Normaly NO, but if you need that put in the above custom-style.css the following lines:

.by {
display: none;
}

3) Here you have to modify page.tpl.php and erase the following line:

Copyright &copy; <?php print date('Y') ?> <a href="/"><?php print $site_name ?></a>. 
fjcalzado@gmail.com’s picture

Thanks for sharing the correct way of doing it!!

florian’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)