Kiran

Forum Replies Created

Viewing 15 posts - 4,561 through 4,575 (of 6,022 total)
  • Author
    Posts
  • in reply to: wpml and franchise plugin #404309

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Programaticly Add An Event #404301

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Listing preview again not working #404295

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Listing preview again not working #404279

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: wpml and franchise plugin #404275

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Custom redirect atfer login by user roel #404274

    Kiran
    Moderator
    Post count: 7069

    Good, we are glad to hear that! 🙂

    Kiran

    in reply to: Checkout redirecting to homepage #404265

    Kiran
    Moderator
    Post count: 7069

    Hi Justin,

    We need FTP details to look into more. Please post your site FTP details in private reply.

    Kiran

    in reply to: Listing preview again not working #404257

    Kiran
    Moderator
    Post count: 7069

    Hi Piyush,

    We need FTP credentials to look into more. Please post FTP credentials in private reply.

    Kiran

    in reply to: Programaticly Add An Event #404254

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: misc tweaks and questions #404250

    Kiran
    Moderator
    Post count: 7069

    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+share

    Thanks!

    in reply to: Translation Problem / URL country in english #404244

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Custom redirect atfer login by user roel #404237

    Kiran
    Moderator
    Post count: 7069

    Hi 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

    in reply to: Linked, events + custom CPT #404134

    Kiran
    Moderator
    Post count: 7069

    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

    in reply to: wpml and franchise plugin #404133

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Issues with Location Switcher #404132

    Kiran
    Moderator
    Post count: 7069

    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

Viewing 15 posts - 4,561 through 4,575 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount