andriy14
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 'All locations' in searchIT DOES WORK! THANK YOU SO MUCH! I’ve already reviewed and rated your plugin as 5 stars. Your support is awesome, that’s so rare.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 'All locations' in searchHi Greg. Do you have any idea why ‘All locations’ and ‘Category’ search conflict? This function is so crucial
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 'All locations' in searchForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 'All locations' in searchIt works fine with keyword and price search, thanks. But when choose some category to search ads in, it shows ‘Nothing here’. ‘All locations’ and ‘Category’ search functions conflict with each other(((
After adding adding the code in css, email doesn’t shows even for logined user. How to solve it, please?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 'All locations' in searchBut first city in list goes as default for search…
add_filter( 'adverts_form_load', 'location_to_dropdown' ); function location_to_dropdown( $form ) { if( $form['name'] != 'search' ) { return $form; } foreach( $form["field"] as $key => $field ) { if( $field["name"] == "location" ) { $field["type"] = "adverts_field_select"; $field["options"] = array( array("value" => "Киев", "text" => "Киев", "depth" => 0), array("value" => "Александрия", "text" => "Александрия", "depth" => 0), array("value" => "Бахмут (быв. Артёмовск)", "text" => "Бахмут (быв. Артёмовск)", "depth" => 0), ); $form["field"][$key] = $field; } } return $form; }
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Images being croppedHi. Using the code with ‘false’ works in ad list, but doesn’t change anything in single ad opened, images still cropped there. What could I do? Thanks!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Ads price search needed highly!Thank you a lot! Now my thing is ready to go) Wish you the best!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adding direct payment buttonThanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Showing contacts blocked by a pluginResolved
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Showing contacts blocked by a pluginOh, I see it now. That’s because of the Ки?в.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Search by priceThanks!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adding currency not working–
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adding currency not workingThanks! It works. Have a good day)