Site logo

Archived topic

Sections with Toolset

14 replies · Started by Jason on August 19, 2018

Viewing posts 1–15 of 15

Hi there,

I have decided to dump WPBakery for good and in that, started off to use Sections for the first time. I noticed that Toolset does not put their buttons up top to add fields, forms, views, and content templates. While I'm sure I could paste them in there, that's not something I'd be interested in.

My question is.. Is this something that has been considered adding into Sections, or is this on Toolset themselves? I just really am trying to cut down on the bloat is all.

Thanks either way and as always.. Love GP!!

Hi there,

This is something we should be able to integrate into Sections.

I'll take a look and will get back to you :)

Thanks!

Awesome. I'll be here. Thanks, Tom!!

When I activate Toolset, no buttons appear above my regular editor. Is there something I need to activate or create in order to see them?

Yeah, man. Make a quick CPT.. add some fields.. create a 'view' or 'content template', and it should work. :)

Done. :)

Give this function a shot:

add_action( 'admin_head', function() {
    ?>
    <style>
        #wp-generate-sections-editor-wrap .wp-media-buttons > .js-cred-in-toolbar,
        #wp-generate-sections-editor-wrap .wp-media-buttons > .js-wpv-fields-and-views-in-toolbar,
        #wp-generate-sections-editor-wrap .wp-media-buttons > .button-primary-toolset {
            display: inline-block;
        }
    </style>
    <?php
} );

Buttons now show up but they don't do anything when I click on them. :)

ip /sections is the page if you want to have a look. That and you're free to do whatever in there that you want. It's just an instance I have running of this site to test stuff like this out. :)

Ah, that's a shame. That makes this much harder to achieve unfortunately.

I'll have to look into a fix for the next version of GPP.

I appreciate the effort and will look for it in V3. Thanks, man! Hey. Are we getting clickable auto (insert) columns too?? :)

That's likely where Gutenberg will come into play :)

Guten schmueten. :) We'll see. I'm not that concerned about it. I need to (and have been) trying to un-lazy myself. 'shrug'. You rock, man. Keep it up. \m/

Thank you! :)

This archived topic is closed to new replies.