Okay
  Public Ticket #2570805
Translation
Closed

Comments

  • mdcg started the conversation

    Hi

    When trying to translate my website I encounter a series a issues; 

    -  Translated individual portfolio pages are not showing

    -  Portfolio layout does not load all projects in translation

    -   The header is not transparent in the translated version

    -  Despite being translated on widget does not show in footer in translation

    Thank you in advance,

  •  1,558
    Laborator replied

    Hi mdcg,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   mdcg replied privately
  • mdcg replied

    another thing please,

    The menu works well on desktop and mobile but not on Ipad where drop downs don't work.

    thanks 


  •  1,558
    Laborator replied

    Hi there,

    1. Did this occur lately or you've always had this issue?

    2. Has this issue been fixed by loading more projects?

    3. I have fixed this by editing the page with the default WordPress editor.

    4. When I go to the area where widgets should be translated WPML > String Translations, the translation for French is missing:

    medium
    (view large version)

    5. The reason why the dropdown does not work is because on desktop you have the hover feature while on touch devices there is no such option to hover items.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • mdcg replied

    Hi,

    Thank for your reply. 

    1. Individual portfolio never worked in FR translation - just blank pages

    2. Yes, solved - I had to tick "duplicate feature image" for each individual portfolio page

    3. Thanks but if i go on, say, the FR translated "Team" page the header still a white strip. Do I need to do something on each page?

    4. Thanks for widget. Solved.

    5. What can i do for dropdown menu that does not work on Ipad? 

    Many thanks 

    Michel 


  • mdcg replied

    hi,

    any chance you would be able to help solving these issues ?

    Thanks. 

  • [deleted] replied

    Hi again,

    1. I tested this and it seems that the issue is fixed now, all the pages that I checked are showing on French and English, because the last time I checked it was not showing on French.

    3. Art fixed this

    5. I have added the following JS code in Theme Options and it fixed this issue on touch devices:

    jQuery( document ).ready( function( $ ) {
        $( '.fullscreen-menu-navigation .menu-item a' ).each( function( i, el ) {
            var $menuItem = jQuery( el ),
                voidClick = false;
            $menuItem.on( 'touchstart', function() {
                voidClick = 'none' === $( this ).parent().find( '> ul' ).css( 'display' );
            } );
            $menuItem.on( 'click', function( ev ) {
                if ( voidClick ) {
                    ev.preventDefault();
                    voidClick = false;
                }
            } );
        } );
    } );
    

  • mdcg replied

    Thanks. I had hidden the French translation as pages were not working. 

    Unfortunately it seems that the problem persist and the individual portfolio pages are blank in FR despite being translated.


    Thank you 

  • [deleted] replied

    Hi mcdg,

    I've turned off the translation editor (for this post):

    https://drooprojects.com/wp-admin/post.php?post=8350&action=edit&lang=fr

    And it turns out to work fine:

    https://drooprojects.com/town-hall-hotel/?lang=fr

    I suggest you to turn off translation editor to avoid these issues in the future.

    To turn off translation editor you have to click this button:

    https://d.pr/i/Pmjdxm

    You either can disable translation editor for portfolio post type, single post or turn off completely.