• Resolved Wade

    (@wadedeveloper)


    Hello!

    I have been programming for a long time, I just avoided WordPress because.. well, I hate it ??

    I came across your theme and it looks like it may be a good start for a “base Bootstrap reset” version of WordPress.

    What I am wondering is, how do you insert Bootstrap components like say a grid (ie: col-sm-6), nav, table, form, input elements, etc.. In Bootstrap, they all have their own classes.

    So say I am editing my page, and I want a 50/50 split.

    <div class="row">
        <div class="col-sm-6"></div>
        <div class="col-sm-6"></div>
    </div>

    I noticed WordPress has a new editor (I am not sure how I feel about it yet..).

    Does this theme include any ability to insert these elements? Is there a (separate) plugin around that aids with this?

    My client needs to be able to easily edit his pages in the future, which is why I chose WordPress. However, he isn’t going to be able to do it only works in the code editor.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 9018418

    (@anonymized-9018418)

    No, this is just a theme. It does not contain any features for editing/inserting (and this is is great, as theme should be theme!)

    For your purposes you need to use additional plugins, something like Toolset, for example.

    Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi @wadedeveloper,

    Unfortunately, as @mr-13 stated, this is only a theme. I would also recommend using Elementor plugin. This will help your client to be able to edit the site easily.

    Thanks for your support @mr-13.

    Thread Starter Wade

    (@wadedeveloper)

    I understand. I expected it was just a skeleton bootstrap theme. I just wanted to be sure I wasn’t missing anything.

    Thank you both for your recommendations.

    I went with another theme, I didn’t have enough time to start from that scratch.

    I plan to work on a child theme of this one to get my own modifications all set up for a baseline of a Bootstrap WordPress site that I can use over and over again. I would have rather it been on Bootstrap, but we liked the theme and it’s pretty mobile friendly.

    Thanks again!

    Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi @wadedeveloper,

    Thanks for checking out our theme. If you have new comments, suggestions, and issues. Feel free to create a new topic.

    For the meantime, I’ll mark this thread as complete.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to insert Bootstrap componets?’ is closed to new replies.