MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Hyperlinks   (Mono Support )

42524 put(a) pogledan, 3 odgovor(a) 4.5.2011. 19:12:26Kreirao(la) Helene

Povezane teme

Helene

Helene

4.5.2011. 19:12:26
Hi

Is it not possible to make links in > topic > Discussion

In MonoX Demo > Discussion > (new topics) MonoX > User profile > SusanG there is a link but it is not active.

I use the toolbar to make hyberlinks on my page but they are not active either.

Can I do something to make it work?

Regards
Ovaj sadržaj još nije ocijenjen. 
315 Reputacija 39 Ukupno objava
khorvat

khorvat

5.5.2011. 8:49:01
Hi Helene,

thanks for reporting this issue we are fixing is as we speak, to fix this on your end you need to change your CSS a bit. Please change the /App_Theme/YourThemeName/Default.css from:

.discussion .message .post-content {
  margin: 20px 0px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  z-index: -100;
}

to

.discussion .message .post-content {
  margin: 20px 0px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

z-index is causing the problem so just remove that line of css and this should be fine.

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
Helene

Helene

5.5.2011. 12:16:30
Hi khorvat

Thank you - now it´s fine :)

Regards
Ovaj sadržaj još nije ocijenjen. 
315 Reputacija 39 Ukupno objava