did I delete the five small buttons on slider?

  • goobal

    #1500

    Hi,

    I have been making some alterations to this theme and I somehow managed to delete the five small round buttons on the bottom of the slider. This is where I assume the problem is:

    }

    .slider_post a.continue_reading {

    display: none;

    }

    I think that is the spot because when I change the word “none” to “fancy”–the buttons do not come back, but the titles of all the selected stories shows up on the bottom.

    Can this be fixed? Thank you (http://adventuresintheordinary.com/)

    Admin

    Syahir Hakim

    #16034

    Okay, first of all, there’s no such thing as display: fancy; in CSS. It doesn’t exist. You can’t use it 🙂

    Secondly, did you modify the theme’s style.css file? If you did, it’s a bad way to customise the theme cause you’re gonna lose those changes next itme you update the theme, and you’re gonna have to restore the part that you have accidentally deleted to get those small round buttons again. It’s probably this chunk:

    .slider_nav a,
    .slider_nav a:visited {
    background: url(images/sprite_master.png) -80px -37px no-repeat;
    display: inline-block;
    margin-left: 3px;
    width: 12px;
    height: 12px;
    }

    Jackiesill

    #16035

    okay, I believe you–because you are the Key Master and I don’t understand half of what you do, however. I have this:

    .slider_nav a,

    .slider_nav a:visited {

    background: url(images/sprite_master.png) -80px -37px no-repeat;

    display: inline-block;}

    margin-left: 3px;

    width: 12px;

    height: 12px;

    }

    Notice that I have an extra bracket after the word “block;” –when I take that out…it doesn’t work well for the rest of the blog. It also didn’t bring back the buttons on the bottom.

    Also, just above that portion…I tried again taking out the word “none;” and putting “fancy;” and the titles to the links that are in the slider come up. I can put any word and it puts the titles. But, the buttons have run away forever. So sad. 🙁

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.