[Resolved] Sections with Toolset

Home Forums Support [Resolved] Sections with Toolset

Home Forums Support Sections with Toolset

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #653791
    Jason

    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!!

    #653894
    Tom
    Lead Developer
    Lead Developer

    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!

    #661457
    Jason

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

    #661664
    Tom
    Lead Developer
    Lead Developer

    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?

    #661716
    Jason

    Yeah, man. Make a quick CPT.. add some fields.. create a ‘view’ or ‘content template’, and it should work. πŸ™‚

    #662488
    Tom
    Lead Developer
    Lead Developer

    It seems Views is a pro plugin. Any chance you can send me temporary admin login details so I can take a look?: https://generatepress.com/contact

    #662499
    Jason

    Done. πŸ™‚

    #662502
    Tom
    Lead Developer
    Lead Developer

    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
    } );
    #662507
    Jason

    Buttons now show up but they don’t do anything when I click on them. πŸ™‚

    #662510
    Jason

    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. πŸ™‚

    #662742
    Tom
    Lead Developer
    Lead Developer

    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.

    #665323
    Jason

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

    #665638
    Tom
    Lead Developer
    Lead Developer

    That’s likely where Gutenberg will come into play πŸ™‚

    #665640
    Jason

    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/

    #665644
    Tom
    Lead Developer
    Lead Developer

    Thank you! πŸ™‚

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