Digital experiences for all disciplines
Forum Replies Created
-
-
August 9, 2016 at 5:29 pm in reply to: Customizer not saving changes unless Swift Framework deactivated #286653This reply has been marked as private.August 9, 2016 at 5:22 pm in reply to: Customizer not saving changes unless Swift Framework deactivated #286652This reply has been marked as private.August 9, 2016 at 12:02 am in reply to: Removing "Click the edit button to change this text" #286451
Hi,
Just to let you know, I’m experiencing the same problem.
Will solve it with the CSS provided.Thanks
Ahhh, right!
Sorry, was looking for a place to insert the shortcode to customize the title in the Title field, didn’t cross my mind to leave that field empty and add the shortcode in the caption field.
Thanks again.
Hi David,
Where do we copy the generated shortcode into?
Can’t see anywhere in the Swift Slider slide content options, just a field to add the Title.August 8, 2016 at 5:43 pm in reply to: Customizer not saving changes unless Swift Framework deactivated #286384This reply has been marked as private.After much suffering (newbie here), I managed to convert an icon to font, upload it, in the icon box I used the character option and in CSS I styled the element to use my custom font.
Sorted.
p.s. I din’t really explain myself well, sorry about that. I wanted the background image to fill the whole width of the collapsed row, not just the link container, but thanks anyway. As I said, it helped me figure out the rest.
Thanks a lot Kyle!
Not exactly what I was looking for but I’ve managed to dig out the rest from that tip.
In the end the css looked like this:
#rowID a, .ui-widget-content {
color: #ffffff;
font-size: 18px;
font-weight: 600;
line-height: 110%;
width: 250px;
margin-top: 110px;
margin-bottom: 110px;
padding: 10px 10px 10px 10px;
border: 2px #ffffff solid;
}
#rowID a:hover, .ui-widget-content {
color: #203664;
font-size: 18px;
font-weight: 600;
line-height: 110%;
width: 250px;
margin-top: 110px;
margin-bottom: 110px;
padding: 10px 10px 10px 10px;
border: 2px #203664 solid;
}
#rowID.dynamic-header-change {
height: auto;
background-image: url(“”);
}Thanks again!
Hi, thanks for taking time to reply.
Currently, before expanding a row, all that is visible is a text link on the body background colour.
I’m was wondering if I could have an image on the background of the collapsed row, with a text link on top.Something to this effect:
-