[Support request] Typography exclusion from Beaver Builder editor

Home Forums Support [Support request] Typography exclusion from Beaver Builder editor

Home Forums Support Typography exclusion from Beaver Builder editor

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2368137
    John

    Hi there,

    I am using the following snippet to exclude font styling from the wp-admin area:
    add_filter( 'generate_show_block_editor_styles', '__return_false' );

    But when I use the Beaver Builder editor, it seems to override this and the editor takes on the stylings of some of the H tags.
    This has only happened since installing a local font which is not available in the general Google font repository.

    Any ideas on how to exclude the handwritten font from appearing here too?

    CHeers!

    #2368322
    Fernando
    Customer Support

    Hi John,

    For reference, can you provide the link to the site in question? Can you also point us to where this “handwritten” font is appearing in the page?

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2376872
    John

    Hi Fernando,

    Sorry I was off for a few days and only getting back to this project now.
    The site in question is this one:
    https://staging.nwhswa.com

    here is a screenshot of the page editor:
    https://snipboard.io/cp9mO5.jpg

    You can see the font where it says “Background Color”, “Border” etc, is all in the font style which has been uploaded via CSS:

    /* square-peg-regular - latin */
    @font-face {
      font-family: 'Square Peg';
      font-style: normal;
      font-weight: 400;
      src: url('https://staging.nwhswa.com/wp-content/uploads/2022/10/square-peg-v2-latin-regular.eot'); /* IE9 Compat Modes */
      src: local('Square Peg'),
           url('https://staging.nwhswa.com/wp-content/uploads/2022/10/square-peg-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('https://staging.nwhswa.com/wp-content/uploads/2022/10/square-peg-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
           url('https://staging.nwhswa.com/wp-content/uploads/2022/10/square-peg-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('https://staging.nwhswa.com/wp-content/uploads/2022/10/square-peg-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('https://staging.nwhswa.com/wp-content/uploads/2022/10/square-peg-v2-latin-regular.svg#SquarePeg') format('svg'); /* Legacy iOS */
    }

    Thanks!

    #2376991
    Fernando
    Customer Support

    Hi John,

    I see. Can you also share temporary admin credentials so we can take a closer look?

    Please use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2380525
    John

    OK – I have added you to the site.
    Please review and let me know if you can access the account.

    #2382084
    David
    Staff
    Customer Support

    Hi there,

    can you ask Beaver Builder if they have a filter to remove the theme styles in their editor ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.