Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
Let me go through each point:
#post-397988
The two top strings were not being picked up in the language file becasue it was not looking for _x(), i have fixed that and attached the new .po file.
The file upload text depends on the language of the browser, it is not something we can change.#post-398031
“Photos” was not translatable, i have fixed that and it will be in the next release. (i can upload this to your site if u want?)
“Images x of x” is part of the jQuery lightbox JS script and needs to be translated with JS snippet. I think the second answer here: https://stackoverflow.com/questions/20759499/lightbox-how-to-translate-image-x-of-x-textThanks,
Stiofan
hmm you are right, two users have the same profile link, i have never seen that before.
I think you are best asking in the BuddyPress forums as to why they share a profile link.Thanks,
Stiofan
It seems to work ok for me, with the free version you can only add listings to one town/city, it seems to work if adding just to the default town. You would need the multilocations addon to add to any location.
Also you can add dummy data under GD>General>DUmmy Data which might help you evaluate GD.
Thanks,
Stiofan
Hello,
Please make sure the default location is set from Google maps, edit your default location and only drag the map marker to set it so it will auto fill the city name and region name, then save. If that does not work please provide wp-admin details in a private reply and i will take a look (only staff can see).
Thanks,
Stiofan
No probs 🙂
That seems to be the right user for the post, but its not showing in his profile, i would need cpanel to be able to debug, or am i misunderstanding something?
Thanks,
Stiofan
sure, not tested but something like below:
apply_filters('geodir_payment_clientEmail_message',$message,$post_id, $user_id, $message_type, $extra); add_filter('geodir_payment_clientEmail_message','_change_expire_notification',10,5); function _change_expire_notification($message,$post_id, $user_id, $message_type, $extra){ if($message_type=='expiration' || $message_type=='expiration2' || $message_type=='expiration3'){ $post_type = get_post_type($post_id); if($post_type=='gd_place'){ // strip and replace some content $message = str_replace("FIND THIS TEXT","REPLACE WITH THIS TEXT",$message); } } return $message; }You need to ask your server admin to setup pretty permalinks on your server: please refer them to this: https://codex.wordpress.org/Nginx
Thanks,
Stiofan
Unfortunately i need to be able to verify your purchase first, the date of purchase, your address, full name etc will help me track it down.
Thanks,
Stiofan
Hello,
It seems to be nothing to do with emails or wrong users
This seems to be the owner of the listing
https://muchoslugares.com/usuarios/marina-redondo-conde/
The user u gave me is:
https://muchoslugares.com/usuarios/ricardo/It just does not seem to be showing the listing in the users profile, can u give me cpanel access so i can debug it?
Stiofan
Hello,
Please provide wp-admin details in a private reply and i will take a look (only staff can see).
Thanks,
Stiofan
Hello,
Your user is a free user and you are asking for help with paid addons, please login with your paid user to receive support.
Thanks,
Stiofan
GD>Design>Scripts>footer script
September 29, 2017 at 4:22 pm in reply to: How to put default avatar photo for all users (reviewers) #398096Hello,
You can set the default one under WP>Settings>Discussion>Default Avatar
You can also add new ones https://wordpress.org/plugins/add-new-default-avatar/Thanks,
Stiofan
You are welcome! 🙂
-
AuthorPosts