Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tarkov

    (@tarkov)

    There are some more problems (of course, it is alpha).

    – A layout issue. It was fixed for me by removing line 74 in the css (display: inline;) and by fixing the typo in line 52 (.active instead of active).
    – The SEO tab is minimized everytime you switch language tabs, which is slightly annoying. It would be better if the general tab was assigned the active class upon clicking the language tab.
    – In my 2-language setup, the Page Title for the secundary language (English) changes when I change the seo title (this doesn’t happen for the primary language).

    Thread Starter tarkov

    (@tarkov)

    Regarding the last issue from the previous post, the following change in wp-seo-metabox_integration.js seems to have fixed it for me:

    Change line 121 from
    var titleElm = jQuery(id_title_selector_qtransl + lang);
    to
    var titleElm = jQuery('#' + wpseoMetaboxL10n.field_prefix + 'title' + '-' + lang);

    Plugin Author rufein

    (@rufein)

    I really appreciate your help.

    About your issues:

    • The selector css was duplicated, now it’s updated.
    • I’ve added the suggested feature when somebody opens tabs
    • You were right. There was a bug with title, but the solution you suggested would cause a new bug when the SEO-title is empty. So, updated the module to a new version beacuse i’ve also solved this new bug.
    Thread Starter tarkov

    (@tarkov)

    Great! Thanks a lot for the fixes. I will try it out next week and let you know if there are any other issues.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Just what I need, but ..’ is closed to new replies.