elnoor
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Main search doesn’t display ad imagesHi Greg,
I included the snippet and also enabled thumbnails in functions.php but that still did not help. Now ads has the featured images set (but only for new ads not older ones), but still searching for ads doesn’t display their thumbnails.
1

2
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Searching ads doesn’t workForum: Plugins
In reply to: [Relevanssi - A Better Search] Confilct with another plugin (WPAdverts)Hi @msaari, thanks a lot
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Restrict to post in single category?Oh sorry, i was assuming it will work live on the go, like disabling others after 3 options checked or something like that. But thank.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Translation gone after updateyeah it was stored in wpadverts directory, but i did not have a knowledge of it. This time it is stored in system folder. Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Restrict to post in single category?that did not work either.

websiteForum: Plugins
In reply to: [Search Everything] pictures attachments show in search results !!!same problem here too. Also i was able to exclude all pages from search with custom code snippet but it doesnt’t work either now.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Restrict to post in single category?This still not fixed in update
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] “Update and Close” button won’t translateupdate still did not work for that
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Restrict to post in single category?Sounds good. I will keep the code in place. Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Restrict to post in single category?I can see the changed made to max choices, but in front end it doesn’t have affect.
add_filter("adverts_form_load", "limit_category_selection"); function limit_category_selection( $form ) { if($form["name"] != 'advert' || is_admin()) { return $form; } $count = count( $form["field"] ); for( $i = 0; $i < $count; $i++ ) { if($form["field"][$i]["name"] == "advert_category") { $form["field"][$i]["max_choices"] = 3; } } print_r($form["field"]); return $form; }Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Restrict to post in single category?Is it possible to limit category selections to a specific number ? By using the snippet i did
$form["field"][$i]["max_choices"] = 3;but that did not helpForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Contact form subject?In my case, i have hid the subject box, and fill it with custom javascript. But if there is an easier way i would be happy to use as well. Just noting here to get notified of Greg’s answer.
I have this issue too. Unregistered users’ ads move to the admin who updated it.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Images not displayed on ad preview pageworked well, thanks a lot
