Forum Replies Created

Viewing 3 replies - 166 through 168 (of 168 total)
  • Thread Starter 404

    (@ahspw)

    Did some debugging and found the bug.

    In the file social-sharing-toolkit/includes/buttons/button.delicious.php, the function signature is wrong:
    function dl_delicious($url, $title, $type, $id, $text = '', $icon = '')
    It’s missing two parameters, which causes the icon parameter to hold the description string instead.

    Replacing the signature with the correct one below fixes the bug.
    function dl_delicious($url, $title, $type, $id, $media = '', $description = '', $text = '', $icon = '')

    Any hints about the upcoming release?

    Hi,
    The ‘language’ part of pretty permalinks for the home page is not being removed for the default language.
    It’s always like: example.com/language/en/
    However, the other language works fine: example.com/fr/

    Checking the option: “Hide URL language information for default language” removes all language information from the pretty permalink for the home page, but that’s not what I want.

    I have WordPress 3.6.1 and Polylang 1.2dev47 with these settings:
    When the front page is visited, set the language according to the browser preference (checked).
    The language is set from content. Posts, pages, categories and tags urls are not modified.
    Remove /language/ in pretty permalinks.
    Hide URL language information for default language (NOT checked).
    Default Language: English

    I’m using Yoast SEO & Polylang, and the strings are not changing when the language changes.
    Apparently, I have to use the language code in pretty permalinks.

    Is there a way to avoid using the language code in pretty permalinks in order to change Yoast SEO strings when the language changes?

Viewing 3 replies - 166 through 168 (of 168 total)