|
|
Rank: Newbie
Joined: 5/24/2007 Posts: 8
|
Graphic headlines arent working, only a broken image appears on my site. I'm using Umbraco 2.1.7.
|
|
Rank: Newbie
Joined: 5/24/2007 Posts: 8
|
Charlie Rollins wrote: Graphic headlines arent working, only a broken image appears on my site. I'm using Umbraco 2.1.7.
*2.1.6
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 407 Location: Amsterdam
|
Using SIFR is in many cases also an option....
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,285 Location: KY, USA
|
You might also consider ImageGen, which is very popular in the umbraco community. You can get ImageGen at http://www.percipientstudios.com/imagegen/overview.aspx. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 407 Location: Amsterdam
|
Imagegen is ok, but when SEO is important SIFR is a big plus.
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 716 Location: Leigh-on-Sea, Essex, UK
|
I would agree with Sjors and I think sIFR3 is a good solution personally hence its used in my website package. Warren Warren Buckley an Umbraco MVP 08-09 & level 1 certified developer
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 174 Location: Salerno - Italy
|
There is a good example of using SIRF
Red Consulting s.a.s - Umbraco from v1.0
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 174 Location: Salerno - Italy
|
Biagio wrote: There is a good example of using sIFR3?
sIFR3?
Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Fanatic
Joined: 11/24/2006 Posts: 299 Location: Stockholm, Sweden
|
Sjors Pals wrote: Imagegen is ok, but when SEO is important SIFR is a big plus.
Speaking of SEO, I'm using imageGen to generate graphic headlines and I too have thought about the implications of this when search engines are to index the pages. I'm not sure that this actually works, but I usually put a h1-tag around the page headline image and hope that the alt-text of the image will work as text. Sometimes I create double h1-tags where one is an image and the other is the headline in plain text. The h1 that surrounds the plain text headline is then set as hidden in the stylesheet. I'm not happy with this solution and I'd love it if anyone has any pointers or good websites with practical SEO tips.
Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 706 Location: Århus, Denmark
|
Thomas Kahn wrote: Sometimes I create double h1-tags where one is an image and the other is the headline in plain text. The h1 that surrounds the plain text headline is then set as hidden in the stylesheet.
This is actually pretty close to a good solution, that is used widely in CSS Zengarden, and also a good SEO option. Make your headline like this: <h1 style="background('/umbraco/imagegen.aspx?yourParametersHere')"><span>My headline</span></h1> And then use css in your stylsheet to hide the <span> part of the heading. See an example of it here: http://csszengarden.com/?cssfile=/209/209.css&page=0
Morten Bock - Level 2 certified - My danish blog with a few english posts | CodeGarden on Facebook
|
|
 Rank: Fanatic
Joined: 11/24/2006 Posts: 299 Location: Stockholm, Sweden
|
I have documented my efforts regarding this here: http://umbraco.blogspot.com/2008/05/graphic-headlines-while-maintaining.html/Thomas
Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 174 Location: Salerno - Italy
|
Ig_p118 wrote:Biagio wrote: There is a good example of using sIFR3?
sIFR3? Yes. I had tried to use it, but don't work into Umbraco, or maybe I'm not able to use it...
Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 542 Location: Preston, UK
|
Guys,
I had some issues with sifr i used Doug's image gen instead with suggestion from Morten to make it seo compliant.
Regards
Ismail
Level 2 certified. If it aint broke dont fix.
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 174 Location: Salerno - Italy
|
mortenbock wrote:Thomas Kahn wrote: Sometimes I create double h1-tags where one is an image and the other is the headline in plain text. The h1 that surrounds the plain text headline is then set as hidden in the stylesheet.
This is actually pretty close to a good solution, that is used widely in CSS Zengarden, and also a good SEO option. Make your headline like this: <h1 style="background('/umbraco/imagegen.aspx?yourParametersHere')"><span>My headline</span></h1> And then use css in your stylsheet to hide the <span> part of the heading. See an example of it here: http://csszengarden.com/?cssfile=/209/209.css&page=0 Do you mean setup hidden to span tag in css?
Red Consulting s.a.s - Umbraco from v1.0
|
|
|
Guest |