New Landing How can we help? Themeforest Theme Support Dante List of available text classes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #73517
    popupcommunications
    Member
    Post count: 17

    Is there an overview?

    Reason I’m asking is because I just found .impact-text-large in your parallax layer.
    Would like to know if there are more of these e.g. .impact-text-small / medium and others without looking into the whole css file.

    Thanks and best regards

    #73527
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    When you are using the wordpress editor you can click the format dropdown to see the available classes

    – Kyle

    #75397
    popupcommunications
    Member
    Post count: 17

    I don’t see any styles when clicking the “format” dropdown besides: headlines, inline, blocks and alignment.

    Additionaly I had to add this to the themes functions.php to even see the “format” dropdown:

    
    // Add Formats Dropdown Menu To MCE
    if ( ! function_exists( 'wpex_style_select' ) ) {
        function wpex_style_select( $buttons ) {
            array_push( $buttons, 'styleselect' );
            return $buttons;
        }
    }
    add_filter( 'mce_buttons', 'wpex_style_select' );
    

    So where are your styles, please help …

    #75482
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please see screenshot attached

    If you do not see this, then it is likely a plugin issue. That’s if you are up to date on the theme and wordpress

    – Kyle

    #76331
    popupcommunications
    Member
    Post count: 17

    Hey, I’m on an up to date wp and theme, the button is missing or let’s say my formats button does display different content than yours. About the plugins, I have just installed the recommended ones …

    If it’s only impact-text-large and impact-text … nevermind.

    Can be closed, thanks for your efforts though.

    #76429
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok well not sure why it’s not showing correctly on your install, if you want to revisit this in the future let me know.

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 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