×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Duplicated button

Duplicated button 15 years 2 months ago #2465

  • ide
  • ide's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I have a problem installing I double the read more button instead of adding comments
How can I correct this?

cocinoteca.com/index.php

Duplicated button 15 years 2 months ago #2466

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You not doubling it.

One of the button has the text (0comments), but it is not to see, due to your template using a picture for the background:


You have to edit your template's css file and change the .readon class.

Duplicated button 15 years 2 months ago #2467

  • ide
  • ide's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
.readon {
    float:               left;
    padding-right:       10px;
    background-image:    url(../images/readon.png);
    background-position: left;
    background-repeat:   no-repeat;
    padding-left:        25px;
    height:              31px;
    text-indent:         -5000px;
    display:             block;
    width:               98px;
}
 
.readon a:link, .readon a:visited {
    color: #FFFFFF;
}
.readon a:hover {
    color: #EBCA71;
}

what exactly? i am a newbie in css

Duplicated button 15 years 2 months ago #2469

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
experiment :)
remove the background image, change the color, the display type and so on.

Duplicated button 15 years 2 months ago #2477

  • ide
  • ide's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
fix the buttons but I did not get the number of comments an idea?

Duplicated button 15 years 2 months ago #2483

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
remove the text indent and the with attribute. And don't make a button commentar, but rather only the background of the button.

Duplicated button 15 years 2 months ago #2485

  • ide
  • ide's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
everything perfect, thanks
  • Page:
  • 1
Time to create page: 0.114 seconds