-
AuthorPosts
-
December 18, 2013 at 4:36 am #1778
Hello, for my landing page, i want to create a Slider with:
– Long text, with line breaks. I have tried using <Br/> but it makes the line break too big and it ddoesn’t display properly
– Contact form, with email and a buttonThanks
December 18, 2013 at 5:29 am #1783Hey,
The contact form should be pretty easy. You use a content band and place inside a contact form. We support Contact Form 7 so you can install that plugin and create your own customized contact form and then place that shortcode of the contact form into the content band.
About the slider: you would need to tweak the line-height which would be a custom css change so the easiest thing to help you would be if you can show me your landing page with the slider online so I can instruct you on how to tweak the css to your needs.
December 18, 2013 at 6:37 am #1787The thing is I want the contact form INSIDE the slider. Does it support shortcodes too? I haven’t been able.
Regarding showing you the landing, it still is under construction: http://dinaru.com/vip/landing/December 18, 2013 at 6:42 am #1790Hey,
Try placing the Contact Form 7 shortcode into the revolution slider text field. It should work.
December 18, 2013 at 9:36 am #1799It worked with contact form… although now i need to create a mailchimp contact form. Another problem hehehe
What about the line height? Can you help me?
December 18, 2013 at 11:29 am #1818Hey there,
You can add custom CSS to any of your elements in Slider Revolution. You can do this the standard way via a CSS class and using Edit Global Styles, or you can edit the styles using Slider Revolution’s Edit Style button.
When you add a new text layer, you can add a new class to the element by going down to the Style field in the Layer General Parameters box to add a class. For example, you might use the class name main-heading. Next, you could open the Edit Global Styles modal and add the following:
.tp-caption.main-heading { line-height: 1.2; }
Additionally, you could simply select Edit Style and update your element’s CSS that way.
Thanks!
-
AuthorPosts