Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / AdsManager Support / Problem with required field

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

Problem with required field

More
11 years 2 days ago #5158 by DIGITAUTO
Problem with required field was created by DIGITAUTO
I set a field MODELO (cascade) as required.
But the form appears as optional.
How to troubleshoot?
*** Attachments catch the error.
Attachments:
The following user(s) said Thank You: adarr
More
11 years 1 day ago #5164 by loic
Replied by loic on topic Problem with required field
Hello,

If you are using the template protostar, some style of adsManager are overridden by it.

To correct this, you can replace the line 329 in adsmanager.css (components/com_adsmanager/css/ but I advice you to create an override instead) :
.adsmanager_required {
	border: 1px solid #CCCCCC !important;
	background-color: #DDDDFF;
	margin: 2px;
	padding: 2px;
} 

By this block :
.adsmanager_required {
	border: 1px solid #CCCCCC !important;
	background-color: #DDDDFF !important;
	margin: 2px;
	padding: 2px;
} 
The following user(s) said Thank You: adarr
Time to create page: 0.123 seconds
Powered by Kunena Forum