<![CDATA[ Another charity website - My Forums]]> https://forums.modx.com/thread/?thread=26456 <![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135574 Quote from: theAdviserMe at Oct 08, 2008, 06:01 PM
Well...I am never an expert in website design and functionality.
And you are called the the Adviser laugh]]>
mDesign Oct 09, 2008, 01:16 AM https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135574
<![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135573 ]]> theAdviserMe Oct 08, 2008, 01:01 PM https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135573 <![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135572 motoxer4533 Oct 08, 2008, 08:07 AM https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135572 <![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135571

I’m not familiar yet with all those new snippets wink]]>
mDesign Oct 08, 2008, 03:45 AM https://forums.modx.com/thread/26456/another-charity-website?page=2#dis-post-135571
<![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website#dis-post-135570 bunk58 Oct 08, 2008, 03:26 AM https://forums.modx.com/thread/26456/another-charity-website#dis-post-135570 <![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website#dis-post-135569

How did you manage too show down the page you’re actually on, like:

Galleries » advanced study
on the content top of:
http://www.bikes4all.org.il/en/galleries/229.html

is it something like:
[(site_name)] - [*pagetitle*]
but with different pages or? Please help I love this function laugh]]>
mDesign Oct 08, 2008, 03:23 AM https://forums.modx.com/thread/26456/another-charity-website#dis-post-135569
<![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website#dis-post-135568
this should work:

.ditto_text{
      position: static;
      min-height: 100px;
      height:auto !important;
      height: 100px;
      padding-bottom: 1em;
      margin-right:160px;
}

.ditto_introText p{
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	/*overflow: hidden;*/
	min-height: 4.5em;
        height:auto !important;
        height: 4.5em;
}

.ditto_more{
	position: static;
	bottom: 1em;
	right: 160px;
	*right: 0px; /* ie hack */
}


if there will be more text in the "ditto_introText" paragraph (or increased font-size), the "read more" link will be pushed downwards and the whole ditto-textbox will expand...i guess that’s how it should be. if you want the textbox to wrap around the thumbnail, get rid of the 160px margin. i couldn’t check the IEs...

j]]>
anonymized-26931 Aug 24, 2008, 04:43 AM https://forums.modx.com/thread/26456/another-charity-website#dis-post-135568
<![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website#dis-post-135567
sharkbait:
Removing
overflow: hidden
leads to the articles text overflowing over the ’Read more’ link, you can see this happen on the english page where some of the text is a little too long.]]>
etal Aug 21, 2008, 06:50 AM https://forums.modx.com/thread/26456/another-charity-website#dis-post-135567
<![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website#dis-post-135566

Thanks for sharing with us.]]>
zaigham Aug 19, 2008, 05:07 PM https://forums.modx.com/thread/26456/another-charity-website#dis-post-135566
<![CDATA[Re: Another charity website]]> https://forums.modx.com/thread/26456/another-charity-website#dis-post-135565
try to take out "overflow: hidden;" from ".ditto_introText p" ...works here with opera, ff2, ff3, safari3...couldn’t check with IE though.

cheers, jan]]>
anonymized-26931 Aug 19, 2008, 05:03 AM https://forums.modx.com/thread/26456/another-charity-website#dis-post-135565