Tagged: elliot
-
AuthorPosts
-
November 8, 2014 at 9:00 pm #348236
Hello
I have a rough working page here (in the private content field), and have added some a href tags to both the caption title and text, and on hover in the text the underline disappears (I want to remove the a underline but I can style that) but the cursor doesn’t change to a pointer and the link doesn’t work. Also, the a href in the caption title doesn’t show up at all. I’m assuming that I need to make a change in one of the php files? please advise, and thank you :)
November 8, 2014 at 9:12 pm #348238Also, it looks like a 15px band of the background image shows up at the bottom of the page – is there some css that I can apply to remove that? thanks again!
November 10, 2014 at 12:55 pm #348724Hi!
At first please upgrade to Enfold 3.0.2.
“I want to remove the a underline but I can style that”? What do you mean? do you want to keep the underline text for “Visit PCI Group”? If yes please add this to Quick CSS:
#top .avia-caption-content a:hover { text-decoration: underline; }
Your link code looks like this:
<a href'"http: www.pci-group.com"'>Visit PCI Group</a>
which is wrong. Change it to:
<a href="http://www.pci-group.com">Visit PCI Group</a>
Which 15px band of background image do you mean? I can’t see it at the bottom of the page.
Cheers!
AndyNovember 10, 2014 at 9:27 pm #349040Hello
Yes, the version is 3.0.2. I didn’t realise that my a href code was incorrect – so sorry to waste your time on that! As for the 15px band along the bottom of the video, I am attaching a screenshot – I’m on a mac using the latest version of Chrome (Version 38.0.2125.111).
Also, I want to change the timer on when each of these items builds over the video (ie, the title, caption, and then buttons); can you please tell me where I can modify this or would you prefer I start a new thread? Thanks again :)
November 11, 2014 at 12:39 pm #349304Hi!
Thank you for the screenshot. I can’t seem to see it on Chrome Windows 8 so I’ll ask the rest of the support team to take a look. Please try this on Quick CSS:
.page-id-1218 { overflow: hidden; }
Cheers!
IsmaelNovember 11, 2014 at 1:50 pm #349352November 11, 2014 at 7:43 pm #349629Hi Ismael
That overflow-hidden worked to clear the bottom band but the scroll bar indicates maybe a 2 pixel space, which I know is fussy but maybe there is another css tweak to fix that?
Hi Andy
No, you can’t set the timer in the settings, so I assume it needs to be somewhere else? thanks, both of you!
November 12, 2014 at 10:36 pm #350417Hey!
add this to quick CSS: #top.avia-blank #main .container_wrap:first-child { border-top-width: 0; }
For timing function use this in Quick CSS (right now it's set to 1sec): .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { -webkit-animation-duration: 2s; }
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.