-
AuthorPosts
-
August 8, 2016 at 6:29 am #669627
Hello,
I would like to remove the thumbnail rollover effect (loading thumbnail to main image), as seen here: http://www.ronenbekerman.com/portfolio/best-of-week-182016/Please help! Thank you!
- This topic was modified 8 years, 3 months ago by raylay.
August 9, 2016 at 5:26 am #670156Hi Rachel,
Please try the following in Quick CSS under Enfold–>General Styling:
.image-overlay .image-overlay-inside { display:none !important; }
Regards,
RikardSeptember 1, 2016 at 6:31 am #680490Unfortunately this is not the change I need. I’ll be more specific and add an image for reference:
1. Remove lower opacity on hover, on both main image and on thumbnails2. On thumbnails – remove the rollover interaction that changes the main image to thumbnail image
3. Add arrow overlay to thumbnails on hover (like main image hover). Clicking will open image in lightbox
Thank you for your help!
September 5, 2016 at 2:50 pm #682186Hi,
Sorry for the late reply!
It seems like you have figured it out already?Best regards,
YigitSeptember 5, 2016 at 11:28 pm #682374No, nothing in this image has been addressed yet. The url I provided was an example on someone else’s website for you to see as a reference for what I want. Please help, thank you!
NOT WORKING YET – http://chrisgallop.com/blog/portfolio-item/kitchen-upgrade/
- This reply was modified 8 years, 2 months ago by raylay.
September 8, 2016 at 2:17 pm #683710Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.image-overlay { background: transparent; } #top .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; } #top .avia-gallery .avia-gallery-thumb a { pointer-events: none; }
However the last code will stop hoverin on thumbnails so they will remain greyscale
Best regards,
YigitSeptember 9, 2016 at 8:51 pm #684347The first two styles work perfectly BUT I can’t use the
pointer-events: none;
since we still want the thumbnails to open in a lightbox and change from b/w to color.Is there a function we can update in the child theme to remove the hover animation changing the main image?
Also, how can we add Arrow overlay to the thumbnails? #3 in the previous image.
Thank you!
September 13, 2016 at 5:46 am #685492Hey!
This is possible but you can’t override the script in a child theme. Edit the js > shortcodes.js file then go to line 2433:
var newImg = _self.getAttribute("data-prev-img"),
.. replace it with:
var newImg = big_prev.find('img').attr('src'),
Regards,
IsmaelSeptember 13, 2016 at 8:11 am #685566Great, thank you! Also, how can we add Arrow overlay to the thumbnails? #3 in the image below.
September 15, 2016 at 5:38 am #686690Hey!
In the js > avia.js file, look for this code around line 626:
var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a, .av-logo-container .logo a').add('.avia-hover-fx', container);
Remove the “.avia-gallery-thumb a” entry.
var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-layerslider a, .noHover, .noHover a, .av-logo-container .logo a').add('.avia-hover-fx', container);
Best regards,
IsmaelSeptember 16, 2016 at 5:06 am #687197Hi Ismael,
I’m sorry but it’s not working for me. I updated the file but the thumbnails still do not show the hover effect. I want to ADD the hover, not remove it. Is that why its not working?Thanks again!
- This reply was modified 8 years, 2 months ago by raylay.
September 16, 2016 at 5:38 am #687217I’m finding a bug that I think is being caused by:
var newImg = big_prev.find('img').attr('src'),
Sometimes when you select the large image it opens the last image loaded instead of the large image shown.
To see this bug go to: http://chrisgallop.com/blog/portfolio-item/avian-boson-shaft/
>>Click on the second thumbnail (or 3rd or 4th)
>>Click outside of lightbox to go to main screen
>>Click on large image – the last image opens instead of the large image on seen on screenPlease help, thank you!
September 20, 2016 at 1:41 pm #689177Hi,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area.
Keep all plugins deactivated while testing.
Best regards,
AndySeptember 21, 2016 at 7:40 am #689650We have had the automatic updates going already. Currently it says “No Updates available. You are running the latest version! (3.7.1)”.
Login credentials are below as requested.Is this to fix the hover affect not working on thumbnails or the bug described or both?
Thank you!
September 21, 2016 at 1:22 pm #689772Hi,
please check on themeforest which version is currently the newest. Right now it’s v3.8.
Best regards,
AndySeptember 23, 2016 at 7:36 pm #690982The theme has been updated to v3.8, this did not resolve the bug or add the rollover to thumbnails. I’ve added a image for reference that shows what we want for thumbnail rollovers. Please help!
September 23, 2016 at 9:09 pm #691014Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndySeptember 24, 2016 at 12:31 am #691053Gallery – add hover to thumbnails – http://chrisgallop.com/blog/portfolio-item/kitchen-upgrade/
I’m finding a bug that I think is being caused by: var newImg = big_prev.find(‘img’).attr(‘src’),
Sometimes when you select the large image it opens the last image loaded instead of the large image shown.
To see this bug go to: http://chrisgallop.com/blog/portfolio-item/avian-boson-shaft/
>>Click on the second thumbnail (or 3rd or 4th)
>>Click outside of lightbox to go to main screen
>>Click on large image – the last image opens instead of the large image on seen on screenSeptember 26, 2016 at 1:41 pm #691635Hi,
both links you’ve provided give me a “Nothing Found” error. Can you check please?
Best regards,
AndySeptember 26, 2016 at 6:19 pm #691857Sorry, links updated in text:
Gallery – add hover to thumbnails – http://chrisgallop.com/portfolio-item/kitchen-upgrade/I’m finding a bug that I think is being caused by: var newImg = big_prev.find(‘img’).attr(‘src’),
Sometimes when you select the large image it opens the last image loaded instead of the large image shown.
To see this bug go to: http://chrisgallop.com/portfolio-item/avian-boson-shaft/
>>Click on the second thumbnail (or 3rd or 4th)
>>Click outside of lightbox to go to main screen
>>Click on large image – the last image opens instead of the large image on seen on screenSeptember 28, 2016 at 1:59 pm #692643Hi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Keep all plugins deactivated while testing.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.