Hello,
(V7.0.8)
I've changed the Form Background Color on the JOIN PAGE (/templates/base/css/form_adv.css)
===========================
.form_advanced_table th,
.form_advanced_table td,
.input_close,
.button_wrapper_close
{
background-color: #1b1b1b;
}
==========================
Everything changed the way I wanted it, EXCEPT the "DESCRIPTION TEXT AREA" which is now the same color as the Form Background Color.
To see what I am talking about: http://isexclub.net/join.php
Does anyone know how I can change the TEXT AREA to the same color as the TEXT FIELDS?
I see that there is an image named: "form_area_wrap.png" which looks like it should be used for the TEXT AREA... any help would be greatly appreciated.
Thanks in Advance, Blaine |
Try to edit forms_adv.css around line 233, class form_input_text
It should work but i have not tested it.
so much to do.... |
Hi Prashank25,
Below is what I already have at line 233:
=============================
.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text
{
/*height: 15px;*/
width: 198px;
border: 1px solid #999999;
background-color: #ffffff; <<<<<<<<<< HERE.
margin-bottom: 1px;
}
=============================
any other ideas?
Thanks in Advance, Blaine |
OK,
I've narrowed it down to around line 253:
===================
.form_input_textarea {
background-color: #ffffff;
width: 100%;
height: 157px;
resize: none;
}
===================
When you refresh the page you will see a WHITE textarea.... then it will COLLAPSE and when it goes back to the textarea size it will be the same color as the form area color.
.... this is getting interesting.
HELP!
Thanks in Advance, Blaine |
.form_input_textarea {
is for text area such a description,
edit form_input_text
to change text field.
so much to do.... |
You have different problem there.
The tinyMCE editor is not loading on that description block. It should be, and if it was the block would be white.
https://www.deanbassett.com |
I have "Enable TinyMCE in comments:" selected under Settings/Other...
Any ideas why it is not showing above the (join) Description Text Area.
.... it's only showing partly in "Compose a Message" -- it only shows the words "Styles, Format, Font, family, Font size" when you click on each word (except Styles) the words that you would see in the dropdown menu appear.... There's not graphics at all.
I just checked and the TinyMCE only appears as text when working with a HTML BLOCK
Thanks in Advance, Blaine |
.form_input_textarea {
is for text area such a description,
edit form_input_text
to change text field.
I'm trying to get the Description "text area" on the join page to have a white background
Thanks in Advance, Blaine |
Hello,
(V7.0.8)
I've changed the Form Background Color on the JOIN PAGE (/templates/base/css/form_adv.css)
===========================
.form_advanced_table th,
.form_advanced_table td,
.input_close,
.button_wrapper_close
{
background-color: #1b1b1b;
}
==========================
Everything changed the way I wanted it, EXCEPT the "DESCRIPTION TEXT AREA" which is now the same color as the Form Background Color.
To see what I am talking about: http://isexclub.net/join.php
Does anyone know how I can change the TEXT AREA to the same color as the TEXT FIELDS?
I see that there is an image named: "form_area_wrap.png" which looks like it should be used for the TEXT AREA... any help would be greatly appreciated.
OK!
I've discovered where I went wrong... background-color should be "transparent"
===============
.form_advanced_table th,
.form_advanced_table td,
.input_close,
.button_wrapper_close
{
background-color: transparent;
}
===============
Now I still DO NOT know why TinyMCE is not appearing?
Anyone have any ideas? What/where should I check?
Thanks in Advance, Blaine |
HAPPY DAYS!
I now have TinyMCE WORKING!!!
I was reading another post and just like it's all about LOCATION, LOCATION, LOCATION when comes to a good business....
it's all about DELETE, DELETE, DELETE when it comes to a good Dolphin Community!
A lot of Dolphin problems can be fixed by physically deleting the Cache & Cache_Public folders - DO NOT DELETE .htaccess!!!)
Have a great day.
Thanks in Advance, Blaine |