Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Separator – Dots – looks weird with latest GP Theme update

  • Double checked that it was the THEME update, but the new margin selections for the separator fields – when using dots – looks a little strange – you just have a very very thick solid line

    Only in the admin view though – seems to still stay as dots in live view

    after / before image below

    separator

    Will that stay or will it change back to dots?

    Thanks
    Sarah

  • Hi there,

    Can you try adding this PHP Snippet to the site:

    add_action( 'after_setup_theme', function() {
        remove_theme_support( 'appearance-tools' );
    }, 99 );

    Let me know.

  • Yes that made it go back to dots again – howevre I have also lost the dimensions/margin ability that was seemingly added??

  • We’re going to be rolling back the addition of appearance-tools support in 3.5.1 (releasing today), as it caused too many CSS issues like the above.

    Of course, this means you will lose the added options that this addition provided (dimensions/margin). You will be able to add support back, but that means that there could be styling quirks (as you’ve noticed).

  • Ok thank you Tom, I think my clients would rather no quirks for now – but liking the addition looking forward to seeing that for real in the future then !

  • No problem! Sorry for the inconvenience.

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