Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #220173

    Hello team Kriesi

    Please help me,

    Note that the “Portfolio” when the mouse hovers over the thumbnail nothing happens, what do I need to do to become like the thumbnails to the theme demo?

    http://smartreportsolutions.com.br/srs-v1/#equipe-medica (this project is not finished and the images are approved by the customer)

    The thumbnails are actually featured image, I’m using incorrectly?

    Thank you so much

    #220340

    Hey Jorge!

    There are no thumbnails in your portfolio.

    Cheers!
    Josue

    #220676

    Ok, how do I get thumbnails as the demo theme?

    What did I need is simple, one image that opens a text in ajaxportfolio.

    #220774

    Hey!

    When editing the single portfolio, set the images in this section:

    Best regards,
    Josue

    #220806

    Hey Josué!,

    Thanks for helping me.

    in fact I had already done it, I just found the problem, when the Featured image is smaller than 164px, the animation when the mouse over does not work. I have an example with 2 items in the portfolio made ​​the same way, the only difference and the height of the thumbnail.

    Please see: http://smartreportsolutions.com.br/single/

    the height of the thumbnails is 71px I need, can you help me?

    Cheers!

    #220819

    Hi!

    Please add this on your custom.css to fix the grid entry image height:

    .grid-entry .attachment-no.scaling.wp-post-image {
    max-height: 44px;
    }

    Regards,
    Ismael

    #221074

    Hello Ismael,

    Thanks for helping me, this code is changing the thumbnail size, what do need is when the mouse hovers over the thumbnail something happens, like in the demo.

    But I found that my thumbnail is small and that the effect occurs in larger thumbnails 164px that, I think maybe icon located within the thumbnail to be big for what I need and maybe that do not work “mouse hovers over the thumbnail.”

    http://smartreportsolutions.com.br/single/

    Is it possible to change the size of the icon that sits inside the thumbnail?

    http://smartreportsolutions.com.br/wp-content/uploads/2014/02/icon_thumb.jpg

    Regards,
    Jorge

    #221111

    Hey!

    Try adding this code to the Quick CSS:

    .image-overlay-inside:before {
        height: 50px !important;
        width: 50px !important;
        line-height: 50px !important;
        margin: -25px 0 0 -25px !important;
    }

    Cheers! 
    Josue

    #221125
    This reply has been marked as private.
    #221151

    Hi!

    I guess you are referring to the item on the right, try the following:

    Open js/avia.js and look for line 476

    if(current.outerHeight() > 100)
    

    Replace it by this:

    if(current.outerHeight() > 50)
    

    Regards,
    Josue

    #221158
    This reply has been marked as private.
    #221394

    Hey!

    Try adding this code to the Quick CSS:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: "C.V." !important;
        font-family: sans-serif !important;
        font-weight: bold !important;
    }

    Cheers! 
    Josue

    #221408
    This reply has been marked as private.
    #221409

    Hey!

    The code has a typo (it happens when you copy and paste the code), please re-write manually the part that says “C.V.”.

    content: "C.V." !important;
    

    Cheers!
    Josue

    #221411

    Thank you so much Josué, thank you for your patience, my client vair be very happy.

    I intend to use this theme for many other projects and purchase as many licenses are necessary. That’s because in addition theme being awesome support team is the best I have ever worked.

    I love you Team Kriesi

    #221415

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘animation thumbnails ajax portifolio not work’ is closed to new replies.