BBCode Editor won´t lode in IE8, 9 and 10
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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.
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.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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
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.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
Hi,
You copy and paste the following css code section to template.css file.
Regards
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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.
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.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
Hi,
I checked on IE10 and it worked fine. You try to test it again.
Regards!
I checked on IE10 and it worked fine. You try to test it again.
Regards!
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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.
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.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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.
I checked an it worked fine.
Regards!
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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).
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).
Please Log in or Create an account to join the conversation.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
Hi,
Please add the following CSS code to the template.css file.
Regards!
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: BBCode Editor won´t lode in IE8, 9 and 10
12 years 8 months ago
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
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