• Resolved novawebb

    (@novawebb)


    We are using two blocks, one with the English identifier and one with the Swedish identifier. However, they both publish in the language belonging to the identifier set in the general Cision Block settings.

    Shouldn’t the settings in the shortcodes override the general settings? Especially as you are able to use multiple blocks with multiple language settings.

    // Pelle

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cyclonecode

    (@cyclonecode)

    Yes the shortcode setting should override the general setting so this seems very strange? Can you please copy your current setting from the JSON field under general settings and perhaps also give me the markup for the shortcode you are currently using and send it to cyclonecode@gmail.com and I will have a look on this as soon as possible.

    Plugin Author cyclonecode

    (@cyclonecode)

    I think I have tracked down this problem and the reason this was not working as expected was because the shortcode that was used separated each argument with a linebreak. All shortcode parameters needs to be on the same line:

    [cision-block id=swe source_uid=<FEED_UID> language=sv regulatory=true]

    The following with not work as expected:

    [cision-block 
    id=swe
    source_uid=<FEED_UID>
    language=sv
    regulatory=true
    ]

    In the above example, no parameters will be available so all default values from the cision block settings page will be used.

    • This reply was modified 5 years, 9 months ago by cyclonecode.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only one language’ is closed to new replies.