-
AuthorPosts
-
February 5, 2014 at 11:37 pm #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
February 6, 2014 at 6:26 am #220340Hey Jorge!
There are no thumbnails in your portfolio.
Cheers!
JosueFebruary 6, 2014 at 9:25 pm #220676Ok, how do I get thumbnails as the demo theme?
What did I need is simple, one image that opens a text in ajaxportfolio.
February 7, 2014 at 6:33 am #220774Hey!
When editing the single portfolio, set the images in this section:
Best regards,
JosueFebruary 7, 2014 at 8:08 am #220806Hey 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!
February 7, 2014 at 9:50 am #220819Hi!
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,
IsmaelFebruary 8, 2014 at 12:02 am #221074Hello 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,
JorgeFebruary 8, 2014 at 4:40 am #221111Hey!
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!
JosueFebruary 8, 2014 at 5:06 am #221125This reply has been marked as private.February 8, 2014 at 6:52 am #221151Hi!
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,
JosueFebruary 8, 2014 at 7:26 am #221158This reply has been marked as private.February 9, 2014 at 9:06 pm #221394Hey!
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!
JosueFebruary 9, 2014 at 10:19 pm #221408This reply has been marked as private.February 9, 2014 at 10:23 pm #221409Hey!
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!
JosueFebruary 9, 2014 at 10:32 pm #221411Thank 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
February 9, 2014 at 10:38 pm #221415You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘animation thumbnails ajax portifolio not work’ is closed to new replies.