Cast Page issue
-
This is my character page:
https://comics.oubilettestudio.net/line-up/
I am not quite sure what I am doing wrong.
I have all the thumbnails in the website, all the character data.
According to a tutorial I found, this was all the code I needed for the character page itself[cast-page]
As long as I had this in the custom css manager page (Or does it has to be in a different css page? )
.character-maria {
background: url(‘https://comics.oubilettestudio.net/wp-content/uploads/2015/01/Maria.jpg’) top center no-repeat;
.character-fenix {
background: url(‘https://comics.oubilettestudio.net/wp-content/uploads/2015/01/Fenix.jpg’) top center no-repeat;
.character-murphy {
background: url(‘https://comics.oubilettestudio.net/wp-content/uploads/2015/01/Murphy.jpg’) top center no-repeat;
.character-papalote {
background: url(‘https://comics.oubilettestudio.net/wp-content/uploads/2015/01/Papalote.jpg’) top center no-repeat;
.character-spoiler {
background: url(‘https://comics.oubilettestudio.net/wp-content/uploads/2015/01/Spoiler.jpg’) top center no-repeat;
.character-jose {
background: url(‘https://comics.oubilettestudio.net/wp-content/uploads/2015/01/Jose.jpg’) top center no-repeat;But only the very first character image shows up either in the characters widget or the character’s page. What am I doing wrong?
- The topic ‘Cast Page issue’ is closed to new replies.