New Landing How can we help? Themeforest Theme Support Joyn Bug list in admin: How to display text with a "list" style in admin of my page?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Joyn
  • #249999
    mengeco
    Member
    Post count: 558

    Hello,

    When I apply a “list” style of my text from the toolbar, it is applied correctly, but it does not appear in the admin page of the text box, the list is not displayed not.

    How to display text with a “list” style in admin of my page?

    Thanks !!

    PS: connect to admin for see website please

    Attachments:
    You must be logged in to view attached files.
    #250009
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Can you try deactivating your plugins to see if that fixes the issue?

    – Kyle

    #250155
    mengeco
    Member
    Post count: 558

    I tested but it don’t work
    Thanks

    #250227
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok so this issue is your child theme, I activated the parent theme and it worked fine: http://d.pr/i/BmxR/3phSYCLG

    Then I activated your child theme and get this: http://d.pr/i/11NVF/1Hz7coqV

    I see you have a few mod files in your child theme, not sure what they’re for but my guess is one of your customisations is causing the issue with the editor

    – Kyle

    #250338
    mengeco
    Member
    Post count: 558

    Thank you very much for your tests!

    What’s “mod” files please?

    Thanks

    #250340
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #250355
    mengeco
    Member
    Post count: 558

    OK, I understand !

    The pb is in functions.php. I use this code for add styles in my toolbar and it’s delete list style.

    function my_theme_add_editor_styles() {
        add_editor_style( 'style.css' );
    }
    add_action( 'init', 'my_theme_add_editor_styles' );

    And I add new styles in sf-functions.php

    But, if I delete this code, the new styles are still present but no longer shows the style in admin

    #250691
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    It sounds like you need to hire a developer to assist you with your changes:

    https://codeable.io

    Home


    http://www.microlancer.com

    You need to remove the CSS from your child theme. The above code should not be in sf-functions.php.

    Thanks.

    #250857
    mengeco
    Member
    Post count: 558

    Ok thanks David but the above code isn’t in sf-functions.php but in functions.php

    And the styles :

    $style_formats = array(
                    array( 'title' => 'Légende icône à droite','inline' => 'span','classes' => 'legende-droite-icone'), 

    works great even if I delete above code.

    Everything works except the display list in the text area of the admin.

    If I delete above code, the style works but I don’t visualize the style result in the text area of the admin.

    #251099
    mengeco
    Member
    Post count: 558

    Ok it’works, Thanks David !

    #251101
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you were able to get it working!

    Thanks.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register