Fivestar-Module for Drupal 7 and Button "Rate"


Author Message
Joe

Posted: 9/24/2011
Quote message 

This button "Rate" is only a display in Artisteer Theme and not in others. It should not be there. How can I remove it?

(Sorry for my English-i use Google-Translate)

Regards
Joe
 
Joe

Posted: 9/24/2011
Quote message 

Quote Joe:

This button "Rate" is only a display in Artisteer Theme and not in others. It should not be there. How can I remove it?



 
Timm

Posted: 9/26/2011
Quote message 

I think you have some active module.
By default there is no such a feature in Artisteer.
 
Joe

Posted: 9/26/2011
Quote message 

Sorry, I forgot to say that. Of course this is not a feature in Artisteer. This is the module Fivestar. The problem with this module is only by Artisteer Theme. In other Themes you can not see this button.
 
Kevla

Posted: 10/3/2011
Quote message 

Just find the css for the button using firebug and then set

display:none;
 
asdf

Posted: 11/21/2011
Quote message 

have the same problem with artisteer themes at the moment.
Quote Kevla:

Just find the css for the button using firebug and then set

display:none;

its in the style.css from the theme in the block:
/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button


just delete the line:
"display: inline-block;"