Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter stuartmorley

    (@stuartmorley)

    Your comments say it all.

    “It’s definitely not there yet though…”, you are not kidding. Not being able to do simple things and the editor is how old now ? Certain blocks don’t allow simple things to be changed like spacing so you need more blocks etc. Is this a joke?

    t’s just appalling and edit a website takes 5 times as long. I am seriously thinking of ditching it completely and going back to WPBakery which was solid and easy to use. It didn’t;t have some of the clever stuff that Gutenberg does but it is useable.

    Thread Starter stuartmorley

    (@stuartmorley)

    Thanks for your reply. Plugins are the bain of my life, you need plugins to do basic things and then end up with loads which get updated all the time and then cause compatibility issues. Disabling one by one to find a problem is painful and time consuming.

    As for the WPBakery vs blocks I was editing an old website at the weekend and it uses only WpBakery. The easy of dealing with the layout was superb and very fast. In contrast you need another plugin (Editor Block Outline) in Gutenberg just to see the proper layout. I was going to do a video to show the difference. I find gutenberg pages takes 2-3 longer than WPBakery ones.

    Whenever you want to do something that WPBakery did you need another plugin with extra blocks in it. Then you have to many block and you need another plugin to manager these “Find my blocks” and then you need to manage your reusuable blocks so you need a plugin called “Reusable Blocks Extended”

    When I had the issue before removing a plugin solved it from memory.

    Pasting it pastes as a reusable block from my experience.

    A lot of the time I cannot find a solution and it’s a fast moving thing as there isn’t a day go by that a plugin doesn’t get updated.

    I can’t speak from the point of other GUI builders but i’ve used WPBakery and had very few issues at all. Maybe as they are commercial there is more chance of a working solution?

    I think that with so many plugins and themes etc that the chances of an issue are much higher.

    I had the same issue where the ability to add them from the editor disappeared. The only way to add them is to go into reusable blocks from the menu and edit then copy them and paste into a paragraph line in the page you want them.

    Another annoying feature of Hindenberg (sorry I mean Gutenberg) ??

    Hope that helps.

    I have the very same issue. Is there a fix for this?

    This did it in the custom.css

    .woocommerce-tabs ul.tabs li.active::after {

    content: “?” !important;

    font-family: FontAwesome !important;

    height: 1em !important;

    left: 50% !important;

    line-height: 1!important;

    margin-left: -0.5em!important;

    position: absolute!important;

    top: 100%!important;

    width: 1em!important;

    }

    .woocommerce-tabs ul.tabs {

    float: none !important;

    margin-right: 0;

    text-align: center !important;

    width: 100% !important;

    }

    .woocommerce-tabs ul.tabs li {

    display: inline-block !important;

    margin-right: 1em !important;

    position: relative !important;

    border-bottom: 0 !important;

    }

    .woocommerce-tabs .entry-content {

    width: 100% !important;

    }

    Any chance of posting the solution as i’m finding it difficult to find where you got the solution.

Viewing 8 replies - 1 through 8 (of 8 total)