[Pro] Read more

Hi

Can anyone tell me how to add a ‘read more’ to my text?

Thank you Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How is the first part and the second (more) part generated now? Is this content from a WebYep element, or just stuff you’re making by hand in Freeway? Also, are you talking about my ReadMore Action? That lets you put a little Action-item in the flow of text to divide the intro from the remainder, and the remainder is shown in a lightbox-style overlay when the More link is pressed.

Walter

On May 26, 2014, at 11:58 AM, Simon wrote:

Hi

Can anyone tell me how to add a ‘read more’ to my text?

Thank you Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you Walter. Yes It is Freeway text that I want to show in a lightbox style. Is it possible to change the font of the ‘read more’? and not have to show all the text on the Freeway document too?

Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Is it possible to change the font of the ‘read more’?

Sure - you can do anything you like to style it. It has the class .more

http://www.deltadesign.co/fw_examples/read-more.html

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Perfect that’s what I want - Can you tell a novice how to do it please?

Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can’t get around this requirement, that’s just how this Action works.

Walter

On May 31, 2014, at 4:11 AM, Simon wrote:

and not have to show all the text on the Freeway document too?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Can you tell a novice how to do it please?

In that particular example I used the following styles add via Page>html markup in the before slot

<style type="text/css">
.more {
color:#a52a2a;
cursor: pointer;
text-align:center;
text-decoration:underline;
font-family:Georgia;
font-weight:bold;
font-size:16px
}
.more:hover {
color:#ec753d;
text-decoration:none;
}
</style>

Adjust those to suit your font, colours, size etc.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you I am still struggling see link I want to cut the copy by a third with a ‘read more’ http://www.activedartmoor.com/test/

I can email you the Freeway file if it helps?

Thank you for helping. Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

see link I want to cut the copy by a third with a ‘read more’

Not seeing the Read More element in there - how did you add it?

From the Forge

To use, insert the Action inline at the end of the last paragraph of text that you want to be normally visible. All the remaining text in the parent container will be hidden from normal view, and a new P tag containing the desired link text will be inserted to replace it.

If you want to send me your FW page you will find my email address by clicking on my name at the start of any of my posts on the FWT site.

If you also include what styling you want applied to the ‘more’ text I can show you that too.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you David will do it now. I want the text to finish after …myths and legends!

with a purple Read more.

Thank you Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Something like http://www.deltadesign.co/fw_examples/read-more.html

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes perfect! Thank you David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options