• Resolved lecairn

    (@lecairn)


    Hi
    Sorry if that comes out as a silly question.

    I installed and activated falang multilingual for wordpress, after some trouble with polylang that i resolved (changing the wp-config.php). But the setting panel for falang is simply absent from the dashboard.
    I am using the7 theme, might there be some incompatibility ?
    I checked with screenshots, I am missing something obvious ?

    You’re plugin sounds great, thank you for you time.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author sbouey

    (@sbouey)

    Hi,

    When you say the cpanl of Falang is not visible you mean you can’t show the menu on the left ?
    Falang documentation
    The 5 picture on the documentation, the logo is now the Falang logo no more this icon

    Stéphane

    Thread Starter lecairn

    (@lecairn)

    Well, yes falang doesn’t appear on the left menu. I got everything else (elementor & co) but falang. If there is a fixed link to access it ? That might provide a bit of info.

    And sure about the logo, I did the installation through the wordpress plugin panel as well as importing the zip file… I’m clueless !

    Plugin Author sbouey

    (@sbouey)

    Hi,

    Can you send me with my faboba.com contact form , i don’t understand why you have this

    Stéphane

    Plugin Author sbouey

    (@sbouey)

    Hi,
    i didn’t receive any email.
    Do you have still problem ?

    Stéphane

    Plugin Author sbouey

    (@sbouey)

    Sorry it was due to a mail problem last week on my side
    I have receive your email , i will follow support by mail

    i put a message here when all is solved.

    Stéphane

    Plugin Author sbouey

    (@sbouey)

    The problem is due to The 7 Go pricing. It’s add a menu item with a decimal value.

    wp-content/plugins/go_pricing/includes/admin/class_admin.php

    in the register menu page you put a decimal value for position it’s supposed to be an integer

    $screen_id = add_menu_page(
    ‘The7 Go Pricing’,
    ‘The7 Go Pricing’,
    isset( $general_settings[‘capability’] ) ? $general_settings[‘capability’] : ‘manage_options’,
    self::$plugin_slug,
    array( __CLASS__, ‘admin_page_router’ ),
    $this->plugin_url . ‘assets/admin/images/go_logo_nav.png’,
    90.1298
    );

    Falang use the position 90 too, but if you put an integer position in your menu both work.
    i don’t know why you put a decimal value. I have write to the team to fix this.

    to solve this
    1) change the 90.1298 to 90 in the 7 go Pricing
    2) change it in Falang wp-content/plugins/falang/admin/class-falang-admin.php line 329
    add_menu_page($title, __(‘Falang’, ‘falang’), ‘manage_options’, $page, null, FALANG_ADMIN_URL . ‘/img/icon-20.png’, ’90’);
    3) unpublish the plugin

    Stéphane

    Thread Starter lecairn

    (@lecairn)

    Thank you so much !
    All work perfectly now !
    Marvelous support !

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Falang setting not showing up’ is closed to new replies.