Read before updating: How to Update Kunena Templates - More detail

BBCode Editor won´t lode in IE8, 9 and 10

S Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 0

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#963
Hi there, I was able to fix the problem myself.

With this code:

}

#krow2 img {
max-width: 100%;
margin: 10px 10px;
width: auto;
}

Thank you very much for your help and support.

Please Log in or Create an account to join the conversation.

S Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 0

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#964
I´ve one more question but I don´t want to open a new topic for it.

All of my picture links are having a blue frame around it in IE.
How can I remove the blue frame around the pictures?
I know it´s something with border=0 but what´s the exact code and where to paste it?

THANK YOU very very much

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#968
Hi,

You copy and paste the following css code section to template.css file.
Code:
#Kunena div.kmsgsignature img { border: 0; }

Regards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

S Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 0

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#977
Thank you very, very much! It works!

Now the BBCODE Editor have a couple of issues with this template.

Some BBCode doesn´t work. Like "Bold" and "italic" and I´m not able to insert ebay links and videos.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#981
Hi,

I checked on IE10 and it worked fine. You try to test it again.

Regards!
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

S Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 0

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#982
Thank you very much for your reply.

Well, the buttons are visible and it´s also possible to add the Bold tags in the editor but it won´t show the BOLD in your posting after you press "submit"...
and it also won´t show the bold in the preview window.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#987
Hi,

I have checked your site on IE. The reason is that the CSS reset rule of the Joomla template. You can add the following CSS code section at bottom of template.css file.
Code:
#Kunena .kmsgtext b, #Kunena .kmsqtext strong { font-weight: bold !important; } #Kunena .kmsgtext i { font-style: italic !important; }

I checked an it worked fine.

Regards!
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

S Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 0

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#990
Thank you very very much, works fine.

BTW: I just bought the uddeIM template too, can´t wait to install it :-)

Have one more question to the krevista template.

How can I change the category list (color) to the one shown in the picture (I would like to add two different colors for the list... light blue and creme white).

Attachments:

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#992
Hi,

Please add the following CSS code to the template.css file.
Code:
#Kunena table.kblocktable .row1 { background: #f5f5f5; } /* Hover states*/ #Kunena table.kblocktable tr:hover { background: #ffffdd; }

Regards!
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

S Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 0

Re: BBCode Editor won´t lode in IE8, 9 and 10

12 years 8 months ago
#996
Thank you for the code. This is a hover but I meant a permanent color like in the screenshot I postet.

2 different colors for the blocktables
for example:
row1: light blue
row2: white
row3: light blue
row4: white
... and so on :-)
My english isn´t the best so it´s a bit hard for me to explain, that´s why I attached a screenshot of one of your kunena templates in my other posting.

Thank you

Please Log in or Create an account to join the conversation.

Time to create page: 0.357 seconds