• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: set up help

set up help 11 years 9 months ago #24294

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
I have created a simple form in joomla 1.5, but at the frontend when you hover over the field to enter data, the line becomes highlighted, very annoying can this be turned off.
The administrator has disabled public write access.

set up help 11 years 9 months ago #24305

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
Can you provide a link to the form so that I can have a look and provide some indications?
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: tenmen

set up help 11 years 9 months ago #24359

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
The administrator has disabled public write access.

set up help 11 years 9 months ago #24365

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
To fix this, you will need to remove the following code:

.rsform-block:hover {
background: none repeat scroll 0 0 #FFF2EB;
}

in the /components/com_rsform/assets/themes/red/css/style.css file.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: tenmen

set up help 11 years 9 months ago #24374

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Thank you.

I have looked and I cannot see where that code is, I have click on the form itself and looked at the coding not there and I cannot locate the component for RS Form to edit please can you offer any direction
The administrator has disabled public write access.

set up help 11 years 8 months ago #24502

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Can anyone help with my last post please
The administrator has disabled public write access.

set up help 11 years 8 months ago #24504

The file is contained in your sites directory. First you will need to access (however you do it) the files that make up your site. I use extplorer but FTP will work.
Then look for the "components" selection in the directory.
Drill down until you find the file "style.css" (check Silviup's post for the complete path)
Upload the file to your local computer.
Then using an editor that supports editing css files, make the changes that Silviup outlined. Always make sure to copy the original file first so you can restore it if you don't get the edits correct.
Download the changed file and overwrite the original file.

Let us know how you make out.
K
The administrator has disabled public write access.

set up help 11 years 8 months ago #24518

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Hi found the code and deleted as directed, but has made no difference, please see code line below:

}

/* Blocks */

.rsform-block
{
overflow: hidden;
}



THis is a copy of upload file?????- help
The administrator has disabled public write access.

set up help 11 years 8 months ago #24520

in /components/com_rsform/assets/themes/red/css/style.css you have to find this code:
.rsform-block:hover
{
	background: #FFF2EB;
}


if you want disable the hover effect replace it with:
.rsform-block:hover
{
	background: none;
}

if you want change the hover effect color you have to edit this: background: #FFF2EB;

example hover effect blue:
.rsform-block:hover
{
	background: #0033FF;
}
The administrator has disabled public write access.

set up help 11 years 8 months ago #24521

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
I have done exactly what you have all said but still the problem remains.

/* Blocks */

.rsform-block
{
overflow: hidden;
}

.rsform-block:hover
{
background: None;
}

/* Errors */

.rsform-input-box.rsform-error,
.rsform-text-box.rsform-error,
.rsform-password-box.rsform-error,
.rsform-calendar-box.rsform-error,
.rsform-captcha-box.rsform-error,
.rsform-select-box.rsform-error
{
The administrator has disabled public write access.

set up help 11 years 8 months ago #24522

  • tenmen
  • tenmen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Cancle my last, it just must have taken the server time to upload, all sorted. Thank you all for your help

Regards
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!