Search…

X3 Photo Gallery Support Forums

Search…
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Problem with bold or underline text

11 Jan 2011, 09:50

Hello,

I run imagevue 2.5.2 and use courrier new as stylesheet font family .

When I edit the textpage with the integrated editor I can check bold , italic , underline and the change appears in the editor. If I made a preview or run the website . The text is display but not taking care of these choices : No bold , no underline..;

I've check with Arial font and have the same problem..

Have you any suggestions ?

Also , I see that the font size button don't appears anymore in the editor . this option is removed ?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Problem with bold or underline text

13 Jan 2011, 12:55

Sorry for delay, this was in todo-list for a while. Could you please post a link to your gallery to see what do you mean exactly.

Just checked everything looks ok. So we need to see what is going on in your gallery.
firedev.com
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Problem with bold or underline text

14 Jan 2011, 05:46

hello

no problem ,-) i.

you can check the text page here http://www.denisgysen.be/#/content/About/

as you can see in the screenshot in attachment . I have underline first part and bold for the second part . but the display still normal in the frontend . I also change the font to see if it's a font problem

I've notice that it's was not the case with textpage edited with old version of imagevue..

I was running X2 for a while with no problems, when I migrate to 2.5.2.. the text seems right with the good style but when I recreate a text from scratch , style are not displayed in the flash part of the site . Maybe it can help you
Attachments
Capture.JPG
Screenshot of the editor
Capture.JPG (43.43 KiB) Viewed 7841 times
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Problem with bold or underline text

14 Jan 2011, 12:05

I believe you copied this from Word:

http://www.denisgysen.be/?a=files&path=content/About/

I think we could add html clean up routine, but i don't think we can guarantee 100% protection from things like this.
Try pasting to Notepad first to get rid on those extra-tags.
firedev.com
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Problem with bold or underline text

14 Jan 2011, 15:10

In fact I have the problem on a new page that run locally so I provide you this public link , it was a bad example ;-) but anyway I've tested by typing directly the text and i have the same problem.

I've made a new text by click on the html editor of the imagevue editor , delete everything , save and I create a new text from scratch by directly typing the text and choose bold and underline for some paragraph.

If I click on the html editor , the code seems ok (by the XML view you provide it's ok too)

=> this is normal ,<br /><br /><strong>this is bold </strong><br /><br /><span style="text-decoration: underline;">this is underline</span>

but the front end still not display the style , check directly here :

http://www.denisgysen.com/#/content/About/
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Problem with bold or underline text

16 Jan 2011, 23:24

I believe it might help if you update your installation to the latest version and clean browser's cache to make sure you load the latest .js for editor.
firedev.com
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Problem with bold or underline text

17 Jan 2011, 15:42

hello

I've upgrade from 2.5.2.1 to the 2.5.2.3 and it's work now if I recreate the text from scratch.

I've test on the old package and it's seems that the editor convert the html code differently.

now I have : Normal Text<br /><br /><b>Bold Text </b><br /><br /><u>Underline Text</u><br /><br /><br /><i>Italic Text</i><br /><br />

So I thing something has been fixed or updated in the editor shipped with 2.5.2.3

tks for your support

Can I ask witch html tag your support in textpage to increase the size or change color of a word or phrase in the body?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Problem with bold or underline text

17 Jan 2011, 22:41

dgysen wrote:I've upgrade from 2.5.2.1 to the 2.5.2.3 and it's work now if I recreate the text from scratch.
I've test on the old package and it's seems that the editor convert the html code differently.
Yes, that was the point exactly. I've also uploaded the latest 2.5.2.4 before saw this message, to make sure you will get the latest fixes. Still can't gather the critical mass to switch to 2.5.3.
dgysen wrote:Can I ask witch html tag your support in textpage to increase the size or change color of a word or phrase in the body?
You have to use css as of now. Maybe we will put those features back later when we will iron out everything else.
firedev.com
 
dgysen
Topic Author
Posts: 17
Joined: 06 Dec 2010, 02:33

Re: Problem with bold or underline text

18 Jan 2011, 03:45

ok

It can be useful especially for color , so maybe it's a good option to put it back in the text editor

But I understand that you have to deal with other things

I will upgrade to 2.5.2.4 later and give you feedback if I having issue on this particular

tks for your support