Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello Chris,
If problem occurred after your customization then please check it after your customization.
If still you face problem then let us know steps to recreate problem from our side.
We don’t provides supports if problem occurred because of customization.Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Good, we are glad to hear that! 🙂
Kiran
Hi Justin,
We need FTP details to look into more. Please post your site FTP details in private reply.
Kiran
Hi Piyush,
We need FTP credentials to look into more. Please post FTP credentials in private reply.
Kiran
This reply has been marked as private.Hello!
There are a number of WordPress.org plugins available that offer a wide variety of configuration for social sharing without additional CSS or other customization:
https://www.google.com/search?&q=wordpress+free+social+shareThanks!
Hi Josef,
1. So it would make sense to translate it back to english for the string and than do the translation in the .po file?
Yes, you can also translate those strings in English via .po file translation.
2. Country Translations
I did the same for Morocco. And it worked as well for the URL.
https://www.travelmondy.com/place/marokko/marrakesch/cat-staedt/marrakesch-marokko-orientalisch/
I noticed one more thing: The country slug for the URL of the original country is also replaced in the country translation (See attached image). Is that correct?Yes, it is correct.
Country Url: displays current country slug.
Country After Translation: displays the country after translation (user default language)
Country Url After Translation: displays the country slug after translation (user default language)Country After Translation & Country Url After Translation displays the strings based on current active language (user default language).
If you change your current language from Edit User > Language > English columns Country After Translation & Country Url After Translation will display Morocco & morocco respectivily.Let us know.
Thanks,
KiranHi Laura,
Try following snippet.
function civ_login_redirect_agente( $redirect_to, $requested_redirect_to, $user ) { // Only modify the redirect once the user is logged in if ( !is_a( $user, 'WP_User' ) ) { return $redirect_to; } // If a 'redirect_to' parameter has been passed that contains 'wp-admin' if ( !empty( $redirect_to ) && false !== strpos( $redirect_to, 'wp-admin' ) && user_can( $user, 'edit_posts' ) ) { return $redirect_to; } if ( in_array( 'agente', (array)$user->roles ) ) { $redirect_to = get_site_url( null, '/area-agenti/' ); // Redirect page } return $redirect_to; } add_filter( 'login_redirect', 'civ_login_redirect_agente', 110, 3 );If you still find a problem, provide admin & FTP credentials we will take a look.
Kiran
Hello,
Linking multiple CPTs to gd_place requires lots of customization.
For little customization we provides snippets but this requires lots of customization, so i can’t able to provide you snippet. So i think you should have hire developer to implement this.Kiran
This reply has been marked as private.Hi Timothy,
There is a plugin LifterLMS which conflicts with jQuery chosen. I have added snippet code to fix this conflict under Snippets.
Please check after clearing your browser cache.
Kiran
-
AuthorPosts