hammouche
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Permalink error after update postYes, I did and it’s work but this is not my problem.
My problem is that every time I update a post (advert or not) my custom permalink (taxonomy, post_type) don’t work anymore until I click again on the save change button in the setting/permalink page.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Map Shortcode locate dropdown don’t WorkOk, thanks for your help
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Replace City by DepartmentOk, I’ll see what I can do
thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Map Shortcode locate dropdown don’t WorkNo, when I disabling the search form on adverts_mal_map the problems doesn’t goes
I think too it’s a conflict with my theme (Listify), I have a another little question. How I can zoom out the map at the first apparation ?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Replace City by DepartmentExemple when we add position like this :
https://wpadverts.com/wp-content/uploads/2016/01/wpadverts-demo-gac.gifhttps://wpadverts.com/wp-content/uploads/2016/01/mal-config-more.png
I want change the location format to : Country, State, Department
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Map Shortcode locate dropdown don’t WorkThe error I have when I load my page it’s :
InvalidValueError: not an instance of HTMLInputElement
_.Lb @ js?key=AIzaSyCfnbjG7…age=fr&ver=4.9.5:39
_.Ob @ js?key=AIzaSyCfnbjG7…age=fr&ver=4.9.5:40
Fw @ js?key=AIzaSyCfnbjG7…ge=fr&ver=4.9.5:147
(anonymous) @ 76a30.js:6
i @ df983.js:1
fireWith @ df983.js:1
ready @ df983.js:1
K @ df983.js:1it can come from that ?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Map Shortcode locate dropdown don’t WorkI don’t have a JavaScript error, I think is a back-end problem. Sorry but I can’t give you a link is all private.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Create new Field TypesI’ve add this in default.php but he doesn’t work
adverts_form_add_field("my_adverts_field_date", array( "renderer" => "my_adverts_field_date", "callback_save" => "adverts_save_single", "callback_bind" => "adverts_bind_single", )); function my_adverts_field_date( $field ) { return sprintf('<input type="date" name="%s", value="%s" />', $field["name"], $field["value"] ); }Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location Search is over taxonomyYes, it’s works !!
ThanksForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location Search is over taxonomyI have this : /advert-category/other/?location%5B%5D=549
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location Search is over taxonomyYes
I’m searching from the advert-category and the location field is configure with dropdown (I have bought the Maps and Locations addon).Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location Search is over taxonomyHi,
Sorry, But the adverts are a private functionality in my website, so I can’t give you an access.
But I don’t have change this part, so you can test with the basic plugin and map extensionThanks
I’ve remove the line, but it still doesn’t work. I Am very disappointed by this bug, I can’t understand how the same code can bug in one case and work in another …
if you have an another suggestion.
Thanks for your help
What is the difference when I use the shortcode adverts_manage and adverts_add for the location field ? is not the same back-end code ? (it will help me for my debugging)
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Advert image don’t run on Safari/EdgeI’ve found the problem (but not solved yet) I have a lot of javascript error on safari with my theme.
Sorry and thanks for your answer