Simone
Forum Replies Created
-
AuthorPosts
-
I can’t access your website, it won’t load.. is there any blacklist for some IP? (Im in Italy)
Hello, your website is down/not reachable.
The Login Failed error is due to a misconfiguration of Google Analytics in your Geodirecyory Settings (Google Analytics tab).November 3, 2014 at 11:17 pm in reply to: Details Page not showing phone numbers or websites etc #20465Hello, this was happening because your WordPress permalinks were set to default, I’ve changed to postname, and now works as expected.
A native app (I believe using phonegap) will be released for GD as it happened for GeoTheme. Paolo or Stiofan could give you more details about it.
Or while importing you can set the author to some other ID (if you know the ID of the author), and..not sure but..you can create a column in the CSV named “claimed” and set it to 1 (try it, it should work)
I think you should play with the geodirectory_functions/custom_functions.php file, around row 31 where it says
<option value="1" <?php if($sel=='1'){echo 'selected="selected"';}?> ><?php _e('View: List',GEODIRECTORY_TEXTDOMAIN);?></option>
Hello, this is not natively possible, if you are confident with PHP, this would be doable with some conditions set in the geodirectory_template_actions.php file
Hello, as far as i know, this is not possible. The title of the image will be the filename and it is set once the image is uploaded
November 2, 2014 at 5:53 pm in reply to: Way to increase "Enable pre expiry notice days" to more then 10 days? #20332You’re welcome, anytime
November 2, 2014 at 5:05 pm in reply to: After install: demo data import & picture upload does not work #20322Hello, tested your website and your plugins individually. As Paolo wrote, Duplicator is the culprit of the conflict with GD and the issues with the AJAX call. Id suggest to use BACKWPUP, a good plugin and replacement for Duplicator.
Hello, I’ve alerted Stiofan
November 1, 2014 at 5:00 pm in reply to: Way to increase "Enable pre expiry notice days" to more then 10 days? #20256Hello Adrian, you can do it manually by editing the file geode_payment_functions.php in /wp-content/plugins/geodir_payment_manager
find this
return apply_filters('geodir_pre_expiry_notification_days', array('0'=>0,'1'=>1,'2'=>2,'3'=>3,'4'=>4,'5'=>5,'6'=>6,'7'=>7,'8'=>8,'9'=>9,'10'=>10 ));
and replace it with
return apply_filters('geodir_pre_expiry_notification_days', array('0'=>0,'1'=>1,'2'=>2,'3'=>3,'4'=>4,'5'=>5,'6'=>6,'7'=>7,'8'=>8,'9'=>9,'10'=>10,'11'=>11,'12'=>12,'13'=>13,'14'=>14,'15'=>15,'16'=>16,'17'=>17,'18'=>18,'19'=>19,'20'=>20,'21'=>21,'22'=>22,'23'=>23,'24'=>24,'25'=>25,'26'=>26,'27'=>27,'28'=>28,'29'=>29,'30'=>30 ));
Side note: you need to redo this after the payment manager is updated.
November 1, 2014 at 4:46 pm in reply to: After install: demo data import & picture upload does not work #20255Hello Stefan, we definitely need your login details please, thanks,
S.Use this as sample
Ok, in your file you had Boucherie as category, and in your website you had Boucheries (last s was missing), also, the region must be the same in the csv, I wrote Île-de-France rather than Ile de France. tested with your csv and it works, 5 records inserted
-
AuthorPosts