Egor Shvetsov
Forum Replies Created
-
AuthorPosts
-
Cool, thanks!
Hi, it works now, thanks a lot! What was the problem?
Hi, Karen yes, it works well now. I don’t know what was wrong before.
Thank you for your time and help.
I also have another problem. I have raised it on the forum before but it remained un-replied so far. The problem may be not with the theme, however, you may know some solutions.
If proceed further with checkout, PayPal converts item name from Cyrillic symbols to Thai (you can see on the pic), and it looks awful.
I know why PayPal does that, it is because my PayPal account registered with Two Languages Thai because I use Thai bank and the address in Thailand attached to it and English by default.
At the moment, it is very troublesome to add one more language to PayPal. Easier to create one more account than that. So, the question is do you know a way to convert Cyrillic into Latin before check out? Thanks!
This reply has been marked as private.This reply has been marked as private.Thanks a lot! I will do it right away.
Hi, I am sorry, please tell me if this one works for you:
http://thaiscript.ru/phuket/services/svadebnaya-tseremoniya-v-tajlande-na-phukete/
Thank you.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi guys, I added
add_filter('the_content', 'wpautop');
the issue remained. I attached pictures.
Also, I have tested with tiny MicePlugin.I will send you my FTP soon.
Hi, thank you, for your replies.
Let me check it.
Nope installation of TinyMCE Advanced plugin did not help as well.
TinyMCE Advanced plugin made it look normally on the back end, but on the front end it is still the same.
Installation of TinyMCE Advanced plugin solved the problem.
But I could not find any other working solution.
Hi Stiofan,
It worked, thanks a lot!
Final code for those in need:
function remove_body_class($wp_classes) { if (geodir_is_page('detail')) : foreach ( $wp_classes as $key=>$value ) { if ( $value =='custom_class' ) unset( $wp_classes[ $key ] );} endif; return $wp_classes; } add_filter( 'body_class', 'remove_body_class');
-
AuthorPosts