Mono Support Hyperlinks  

Viewed 42465 time(s), 3 post(s), 5/4/2011 7:12:26 PM - by Helene
5/4/2011 7:12:26 PM
315 Reputation 39 Total posts

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

1
5/5/2011 8:49:01 AM
15993 Reputation 2214 Total posts

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

2
5/5/2011 12:16:30 PM
315 Reputation 39 Total posts

Hi khorvat

Thank you - now it´s fine :)

Regards

3
This is a demo site for MonoX. Please visit Mono Software for more info.