dokuwiki-template-bootstrap3 icon indicating copy to clipboard operation
dokuwiki-template-bootstrap3 copied to clipboard

Create a new hook to allow user to include a full view jumbotron to his pages

Open EricMaeker opened this issue 8 years ago • 3 comments

On landing pages only, add a hook to jumbotron.txt (inside the namespace only) Include this jumbotron content before the page to allow to create a full view jumbotron on landing pages. See in action here: https://www.maeker.fr

EricMaeker avatar Aug 19 '16 14:08 EricMaeker

PS: this code needs the bootstrap plugin to include the jumbotron pull request I've sent some days earlier.

EricMaeker avatar Aug 19 '16 14:08 EricMaeker

Very interesting feature and awesome website!

I have a questions:

  • What is the version of templete and DokuWiki in your website ?
  • I dont see breadcrumbs and page icons. Are disabled ?

I have cloned your code and i have discovered the problems with jumbotron:

  • If you have a non-fixed navbar the jumbotron is displayed above the navbar
  • Is required to use an external plugin (jumbotron syntax)
  • Another problem is a visible padding if you have a container-fluid (recently fixed in dev branch)

I'm to work to integrate and test your patch (this and for bootswrapper).

Thanks a lot! Joseph

giterlizzi avatar Aug 20 '16 21:08 giterlizzi

Hello,

Thanks for your comments on my code and my website. Next read inline.

I have a questions:

  • What is the version of templete and DokuWiki in your website ?

May be june 2016. I'm updating to the latest one actually. I'll ping you when done.

  • I dont see breadcrumbs and page icons. Are disabled ?

Yes, I've removed them. Also I've experimented problems with social providers icons. They are not available on my interface... Not yet solved, even with the latest template code.

I have cloned your code and i have discovered the problems with jumbotron:

  • If you have a non-fixed navbar the jumbotron is displayed above the navbar

Ok, may be include the hook after the navbar and before the dokuwiki__content (to allow full screen).

  • Another problem is a visible padding if you have a container-fluid (recently fixed in dev branch)

At the top of the view ? Yes, I've patched your code inside tpl_functions.php to remove the auto body padding-top inside function bootstrap3_metaheaders(Doku_Event &$event, $param)

I'm to work to integrate and test your patch (this and for bootswrapper).

Thanks Eric

EricMaeker avatar Aug 23 '16 11:08 EricMaeker