Display Image Excerpts in Pages

  • Marvelous Mommy

    #11793

    Wow that was so easy! I love plugins!! And you!! 🙂 Thanks so much!

    TSCNicole

    #11794

    Hi Syahir. I’m a babe in the woods and am in the weeds here. Love Graphene, and added all sorts of plugins, including the SuperSlider Excerpt. Same problem as above – double image in the slider. I tried what you’ve suggested here in the style.css,

    .slider_post img.tfe{

    display:none;

    }

    However, it didn’t make a difference.

    Is there a simple fix you can suggest?

    Thanks so much.

    Nicole

    my website is http://www.thriftstoreconfidential.com

    Admin

    Syahir Hakim

    #11795

    The CSS class for different plugin is very much likely to be different. Use the Firebug plugin for Firefox to figure out the class for the additional image in the slider.

    Otherwise just enable the plugin again, and I’ll figure it out for you.

    TSCNicole

    #11796

    Thanks, Syahir!

    I just re-enabled it. I love being able to have thumbnails, but the slider issue is a little icky. I’ll leave it up for a few hours, and if there’s anything you can suggest that would be great.

    As for the Firebug; I wish I knew what that meant. I’m seriously a drag-and-drop kind of girl. For now.

    And I do have a confession to make – without knowing about the whole child’s theme thing (I can’t access the theme folder, just the editor from the dashboard) – I messed around trying to put in the codes in the style sheet and woke up to a hideous mess yesterday morning. Had to delete and re-install the theme. I think maybe I should find a class or something. Yeesh.

    So. Bearing in mind that I’m adventurous but ignorant, any suggestions you can make about the slider/excerpt issue would be greatly appreciated.

    Thanks again and all best,

    Nicole

    Admin

    Syahir Hakim

    #11797

    Change .slider_post img.tfe to .slider_post a.excerpt_thumb_link.

    TSCNicole

    #11798

    Thanks, Syahir, but where does .slider_post img.tfe exist?

    Admin

    Syahir Hakim

    #11799

    You mentioned that you’ve added this in the theme’s style.css file:

    .slider_post img.tfe{
    display:none;
    }

    Just change the img.tfe bit to a.excerpt_thumb_link in the theme’s style.css file.

    TSCNicole

    #11800

    Thank you for babysitting me. As I mentioned, I had to delete and reinstall the theme, so the original .slider_post img.tfe{display:none;} was deleted.

    I’ve added what you suggested in the following order in the .css:

    .slider_post a.block_link:hover{

    background:#1772AF;

    text-decoration:none;

    }

    .slider_post a.excerpt_thumb_link{

    display:none;

    }

    .slider_nav{

    clear:both;

    width:585px;

    text-align:right;

    padding-top:5px;

    padding-right:15px;

    height:20px;

    }

    But the double image is still showing up. I realize I’m taxing your patience, but what have I done incorrectly?

    Admin

    Syahir Hakim

    #11801

    It’s already working. Try refreshing.

    TSCNicole

    #11802

    .falling to my knees_thankful

    thanks:huzzah;

    }

Viewing 10 posts - 21 through 30 (of 30 total)

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