Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
September 21, 2014 at 2:55 pm in reply to: WPML: how to show places in default language when translation is missing #16039
Hi wu, i tried and got the same result, i don’t use WPML much and i’m not sure if this is the designed functionality, can you maybe ask on the wpml forum?
Stiofan
At least one of the errors is caused by what i explained above, can you let us know when you have that activated in PHP?
Thanks,
Stiofan
September 21, 2014 at 2:11 pm in reply to: WPML: how to show places in default language when translation is missing #16033as far as i know the setting is here:
WPML>Languages>Language switcher options>How to handle languages without translation>>Stiofan
Please see here, http://stackoverflow.com/questions/6419102/fatal-error-call-to-undefined-function-mb-strlen
You may need to enable this in PHP, your server admin should be able to do it in 2 minz.
Thanks,
Stiofan
Please see the example below, this should be added to your child theme functions.php file:
add_filter('geodir_event_cal_single_day_sunday', 'geodir_event_cal_single_day_sunday_filter',10,1); function geodir_event_cal_single_day_sunday_filter($day){ return 'S';// change the 'S' to your letter }
Thanks,
Stiofan
September 21, 2014 at 1:39 pm in reply to: Details page: How to move rating stars from sidebar to content area? #16028u are trying to move the social sharing buttons?
Stiofan
September 21, 2014 at 1:37 pm in reply to: WPML: how to show places in default language when translation is missing #16027Hi wu,
I am sure there is a setting in wpml somewhere for that, have you found this and it’s not working or have you just not found this setting?
Stiofan
This reply has been marked as private.September 21, 2014 at 1:29 pm in reply to: When creating a listing, an empty post is created. Bug? #16025Hi Tom,
I have tried lots of things on your site and at first it was creating the posts but now it’s not, as far as i could tell it was related to w3 total cache but i’m not certain that was the only cause.
Please check all the plugins are active that you want active as i was working with them to try and find the problem.
Let me know if you have problems again.
Thanks,
Stiofan
September 21, 2014 at 12:20 pm in reply to: Admin approve listing and share location question. #16020Hi Neil,
Please try now, the problem was you had the permalinks prefixed with “/local-business/%postname%/” and then you also had the category prefixed with local-business with wordpress this will always lead to strange problems, i have changed your permalink to just postname, you can set it how u like as long as you don’t prefix anything the same.
Thanks,
Stiofan
No problem Ronald! I’m sure it does not suck, it’s just an old way of doing things now, f it can achieve the same results then great 🙂
Stiofan
i have added this as a task and will post back here once fixed.
Thanks,
Stiofan
Hi Tom,
This is an old post and has been fixed with latest version.
Thanks,
Stiofan
September 20, 2014 at 3:33 pm in reply to: Showing single quotes ' ' if you search shows nothing #15968thanks for the suggestion tom, i will be looking at this when i get a chance.
Stiofan
it is in GDS header options and i think 2nd from the bottom, query monitor is a plugin, u can disable it from plugins page.
Stiofna
-
AuthorPosts