susananova
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Add form – description text box issue@gwin you help is much appreciated
Found the issue and all is working fine again.Amazing Greg, now it works great.
Many thanksHi Greg,
I´ve tried the following but is not working at all, what am I missing?
add_filter( "adverts_form_load", "my_adverts_form_load" ); function my_adverts_form_load( $form ) { if( $form["name"] != "advert" ) { return $form; } $form["field"][] = array( "name" => "my_custom_checkbox", "type" => "adverts_field_checkbox", "order" => 25, "label" => "Termos e Condições", "is_required" => true, "validator" => array( array("name"=>"is_required", "text"=>"Declaro que li e aceito os Termos e Condições do Trabalhitos"), ) ); return $form; }Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Translation issuesI have an issue with translations as well.
Can´t seem to be able to translate Send Message in the advert page (when you want to contact the seller). Any help?
Viewing 4 replies - 1 through 4 (of 4 total)