Forum Replies Created
-
AuthorPosts
-
August 8, 2015 at 3:41 am in reply to: Image with hotspots no links – remove hands cursor, replace with pointer cursor #484738
Ok never mind, found it…
I added cursor: default; to the existing css in shortcodes line 3046 (actually just copied code line into my child theme style css and added the cursor style)
.av-hotspot-container .av-image-hotspot_inner:hover{ background: #fff; color: #888; cursor: default;}
I have the same issue.
I am using the icon box in home page with 4 anchor links to another page where I am using Icon List (4 sets of texts). Each icon box link in home brings you to the page and scrolls to the specific title and associated text.I ended up adding padding to each of my anchors, it doesn’t change how my Icon List displays but moved the page down so my titles are just below the header now. It renders slightly differently depending on browser (in safari it’s a bit lower) but it did the trick until someone gives us a better solution.
My code in my custom css looks like this:
/* IconBox anchor margin top */ #consult { padding-top:100px; } #design { padding-top:100px; } #build { padding-top:100px; } #finishedproduct { padding-top:100px; }
Hope this helps you until we have a better solution
Griffin
- This reply was modified 9 years, 3 months ago by Citrusconstructions.
Solved it thanks!
August 7, 2015 at 6:59 am in reply to: scroll percentage setting for displaying thumbnail in galleries #484298Ah!!!! ok that’s what went wrong… I assumed 10% would mean the images would appear sooner (less scroll)
Tried it again and still don’t see much of a difference for pages with lots of thumbnails such as the link I gave in previous replies above
Well, if you say it’s the correct file & line to edit in main theme files then I will see with client what we’ll do. Leave it as is or apply your animation removal fix with css.
Thanks!!
You can consider this topic closed & resolved.
August 6, 2015 at 8:33 am in reply to: scroll percentage setting for displaying thumbnail in galleries #483728Sorry, I was referring to the first suggestion:
enfold/js/shortcodes.js file line 86
$(‘.avia_animate_when_almost_visible’, container).avia_waypoints({ offset: ‘80%’});What I mean is, I edited that and changed it to 10%. I edited it in actual theme files to test it at first. I didn’t see any difference in amount of scrolling necessary to have the thumbs appear. So I was wondering if that was really the line of code to edit for the portfolio gallery thumbnail animation.
Please confirm
Thanks!Ok tweak given isn’t complete but figured it out and works fine now
Thanks!
I thought of that but each section (consulta, planeacion y diseño, construccion & producto final) have their own anchor so that defeats the purpose….
Thanks for replying promptly with margin fix.
- This reply was modified 9 years, 3 months ago by Citrusconstructions.
Hi,
I don’t mean to be rude or maybe I misunderstood but the fix you offer in the link is not what I need to do if I want to apply the change in CHILD.
Can you please explain to me what to add to my functions file in child?
Thanks!!
Awww so sorry, we’re about to launch.. was waiting on my last 2 queries here to be answered but last night I made some last minute changes.
See below for corrected links
Thanks
We’re waiting on this to launch…
August 3, 2015 at 7:59 am in reply to: scroll percentage setting for displaying thumbnail in galleries #481926ok thanks.
However, even when I applied the change you suggested in the main theme, there was no apparent change in scroll length for images to appear.
Are you sure that was the right file for the link I gave in last message?
Thanks!!
August 3, 2015 at 7:21 am in reply to: Adding navigation arrows to Testimonial slider (compact) #481915ok Thanks Ismael
July 31, 2015 at 10:39 pm in reply to: scroll percentage setting for displaying thumbnail in galleries #481574Hmmm probably not that file, I tried to edit that to change it to various percentages but no change in how much scrolling needs to happen before thumbnails appear. I am including a page as an example of where I want to shorten the scroll for animation in private message.
Also, please explain how to apply that change to child theme.
Thanks!
July 31, 2015 at 4:45 am in reply to: Translating or removing label for captcha in contact form #481077Super thanks!
July 30, 2015 at 4:58 am in reply to: Translating or removing label for captcha in contact form #480518I had tried that. But I forgot to mention I am using a child theme and am applying all my changes in child.
I edited that file & added it to the child theme as I usually do to override a main theme file but that text is still there. So adding contact.php with my edits into my child theme isn’t changing anything.Do I have to remove action add action in function file? If so could you please help and send me the coding for it?
Thanks!
I figured it out.. thanks!
Again, I apologize for not giving you the actual page. I did give you wp login info in previous message and page is in the private message below.
I am just wondering how to get the parallax working with video or images… I am probably not using the right settings in color section to have the background scroll effect in section.
Thanks for you help!
July 8, 2015 at 10:28 am in reply to: Color Section borders showing even with No Styling selected #470107I’m sorry, I gave you the login credentials to get into wordpress to be able to access the actual page but I didn’t tell you which page.. sorry about that.
Added your css and all good thank you!
-
AuthorPosts