Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Chouby

    (@chouby)

    Hi!

    I don’t test bbpress so don’t know about its compatibility with Polylang. However let’s try at least to fix this error if possible. Could you please edit your wp-config.php and replace:

    define('WP_DEBUG', false');

    by

    define('WP_DEBUG', true');

    Hopefully, it will display an error message which will help.

    Thread Starter MaksimsSn

    (@maksimssn)

    Problem solved!
    It was server side issue – not enough memory was given (40MB)
    Thank you for the reply!

    One question more:
    How can I put Flags to other side of the menu (selection on the left side, flags on the right)

    Thanks!

    Plugin Support Chrystl

    (@chrystl)

    Hi
    Could you give a link?

    Thread Starter MaksimsSn

    (@maksimssn)

    Here it goes – link

    p.s. i have added Language switcher in the Menu in order to save the design

    Plugin Support Chrystl

    (@chrystl)

    In Appearance > Menus > metabox Menu structure: put your widget Language swicther before your two ENG 1_1 widgets.

    Thread Starter MaksimsSn

    (@maksimssn)

    Thank you for the reply, but the idea was to make it so:
    | ENG 1_1 | ENG 1_1 | ___________________some space _________ | FLAG | FLAG |
    <align left_____________________________________________________align right>

    Plugin Support Chrystl

    (@chrystl)

    sorry I tried but I didn’t succeed.
    There is someone good at CSS to help MaksimsSn?

    Thread Starter MaksimsSn

    (@maksimssn)

    Found it!

    Custom CSS:
    #access li.lang-item {
    float: right;
    }

    Good luck and thanks for you assistance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Polylang and bbpress’ is closed to new replies.