-
AuthorPosts
-
November 7, 2016 at 6:23 pm #709410
HI,
we are using the travel demo. and the product grid on the front page is great! how do we stop the title from disappearing the mouse hovers over it?
travel.bananatreenews.com
Thanks
November 8, 2016 at 9:49 am #709668Hey grwebs,
Try to add this code in Quick CSS (located in Enfold > General Styling):
#top #wrap_all .inner_product_header { opacity: 1 !important; visibility: visible !important; }
Let us know if it works :)
Best regards,
NikkoNovember 10, 2016 at 12:19 am #710489Hi! that worked but we would like to have the picture expand like it did before
November 10, 2016 at 3:19 am #710501Hi,
Try adding this code in Quick CSS:
#top .avia-content-slider .thumbnail_container img { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scaleX(1.2,1.2); -ms-transform: scaleX(1.2,1.2); -o-transform: scaleX(1.2,1.2); transform: scaleX(1.2,1.2); }
Let us know if it works :)
Best regards,
NikkoNovember 10, 2016 at 7:15 pm #710873it seems not to work. here is a screen shot of what picture i want to increase on hover.
https://www.evernote.com/l/ANc9k_ZPmhZFRogSBhWPxgTUCN6ym3nbCpw
travel.bananatreenews.com
November 11, 2016 at 12:14 pm #711089Hi,
It should work, but since it didn’t work I would like to check the backend. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoNovember 14, 2016 at 12:59 am #711727You have permission to deativate any plug ins.
if you deactivate woo commerce the front 2 items i want to hover when moused over… they will disappear .
November 14, 2016 at 4:14 am #711742Hi!
It should work now. I have replaced this code:
#top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scaleX(1.2,1.2); -ms-transform: scaleX(1.2,1.2); -o-transform: scaleX(1.2,1.2); transform: scaleX(1.2,1.2); }
To this code:
#top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); transform: scale(1.2,1.2); }
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.