Back to Modular Theme with PAGE BUILDER - Clear Support

fphilip54381
fphilip54381

Hi, First al all, I'm really impressed with the job you done with this theme ! Awesome !

As a beginer with October and your theme, somes questions :

  • How to manage the transparancy level in Owl carrousels (home/carousel-transparent). I'd like to have more transparency.
  • How to add text block in one page, say before ou between block ? Seems custom block can do that, but there's not Html editor, so not suitable.
  • I use magic form, how to insert one form in one page using blocks ?

Thanks for your reply. Regards

Charis
Charis

fphilip54381 said:

Hi, First al all, I'm really impressed with the job you done with this theme ! Awesome !

As a beginer with October and your theme, somes questions :

  • How to manage the transparancy level in Owl carrousels (home/carousel-transparent). I'd like to have more transparency.
  • How to add text block in one page, say before ou between block ? Seems custom block can do that, but there's not Html editor, so not suitable.
  • I use magic form, how to insert one form in one page using blocks ?

Thanks for your reply. Regards

Hello!

  • There is no theme setting to manage transparency level, however you can use this css style:

    #owlcarousel-area .item .overlay {
    background: #000;
    opacity: 0;
    z-index: 1;
    }

    You have to copy paste this css style on theme settings, advanced css editor. Changing opacity with values 0 - 1 you can manage transparency level.

  • All section blocks are premade, however you can use custom block to create any custom block.

  • If you need to render your magic form you just have to insert magic form component on one of the page partials. For example if you need it on the bottom of about page, you have to insert component on "team partial " on the bottom.

fphilip54381
fphilip54381

Thanks for reply, well understood.

Regarding custom block, ok, done. Just one suggestion, I believe that it would be nice in one release to add one 'html ' premade block, with one html editor, that would provide an html enclosure <div class="container">html created content </div>, as it's provided by the Octobercms Content tab.

It should be more easier for no Html fluent users to insert basic html content between others premade blocs used in one page. Was just a kind suggestion ;)

1-3 of 3