Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #162378

    hi there

    i have added this to my css, which removes the thumbnail:

    .avia-post-nav .entry-image {
    display: none!important;
    }

    i am also trying to reduce the width of the area on rollover, and tried:

    .avia-post-nav:hover .entry-info-wrap {
    width:140px;}

    but the text is not displaying properly now; please advise, thanks :)

    #162668

    Hey,

    You can add this:

    .avia-post-nav .entry-info {
    width: 100px;
    }

    Regards,
    Ismael

    #162731

    hi, again

    that didn’t change the width of the rollover area itself – i’d prefer to actually keep the thumbnails, but for some reason when i was importing the images, some worked OK and others are seen as much larger in the post thumbnail list when editing – perhaps a flaw in the host…

    regardless, the rollover to the left is now wrapping the text and to the right it still looks like about 240 pixels on hover, but i think that if the name isl onger than 100 pixels it’s going to wrap, and i just want the overall hover area to be tighter

    thanks again :)

    #163148

    Hi webWahine!

    We’ll need to see the site live and inspect what you have now in an example. You can use http://goo.gl to hide your URL if you need to.

    Regards,

    Devin

    #163203

    Thanks!

    I put the thumbnails back in here –

    goo.gl/6zdyuS

    You’ll see how some jump out of the circle; each portfolio entry that looks odd seems to have an enlarged image in the thumbnail on the portfolio list page. I has having a lot of trouble uploading images while populating the entires.

    #163392

    Hi!

    You can use this:

    .avia-post-nav:hover .entry-info-wrap {
    width: 140px;
    }
    
    .avia-post-nav .entry-info {
    width: 100px;
    }
    
    .avia-post-nav.avia-post-prev .entry-image {
    position: relative;
    left: 20px;
    }
    
    .avia-post-nav.avia-post-prev .entry-image {
    position: relative;
    right: 20px;
    }

    Cheers!
    Ismael

    #163669

    Thanks. With a bit of tweaking I have gotten it how I’d like it, however, the odd scaling of the thumbnails remains a mysteery – any thoughts on why it is doing that?

    #163938

    Hi!

    I suggest you upload uniform image sizes for each post. WP crop the thumbnails which varies depend on the original image size.

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide thumbnails for left and right arrows Enfold, and shorten width of rollover’ is closed to new replies.