Closed betaprinz closed 1 year ago
Oh men. I miss your report.
The repository for the issue is combo as indicated in the contact page
The problem is that the markup used in this repository is for the next release. bar
is not yet released for instance.
The release has been made.
This is a big release.
The documentation for:
I will close this request but if you have any questions, don't hesitate.
I'm going to version the documentation from now on :) Have a nice day.
I just downloaded master.zip from Github and copied into my fresh dokuwiki(Igor) for testing.
I installed sqlite, combo and strap plugin. My wiki is without any other plugins.
It seems there is a problem with and element.
It looks strange. I made some screenshot
I tested my installation with php 7.2 / 7.4.30 and Bootstrap 4/5.
Any Ideas? Did i miss something? Do i need to create own css files?
Sorry I have no clue about web development.
My Screenshots
Bar Hero
https://paste.pics/cfaac1a8fba5568cad2565c05a35da3f
Grid
https://paste.pics/daeb66e4e0bec22b204917470be922c5
Footer
https://paste.pics/8462ea8f9debad4601fb1764d49fac2c
My local.php looks like yours except userewrite, useslash and google settings
My Local.php
$conf['title'] = 'Wiki'; $conf['template'] = 'strap'; $conf['tagline'] = 'Create your footprint that last ForEver.'; $conf['license'] = ''; $conf['youarehere'] = 1; $conf['maxseclevel'] = '4'; $conf['useheading'] = '1'; $conf['useacl'] = 1; $conf['superuser'] = '@admin'; $conf['disableactions'] = 'register'; $conf['indexdelay'] = 0; $conf['htmlok'] = 1; $conf['target']['extern'] = '_blank'; $conf['useslash'] = 1; $conf['renderer_xhtml'] = 'combo_renderer'; $conf['plugin']['combo']['MinimalNamesCountForAutomaticCanonical'] = '1'; $conf['plugin']['combo']['disableDokuwikiStylesheet'] = 1; $conf['plugin']['combo']['prismTheme'] = 'prism'; $conf['plugin']['combo']['lowQualityPageProtectionEnable'] = 1; $conf['plugin']['combo']['lowQualityPageProtectionMode'] = 'hidden'; $conf['plugin']['combo']['mandatoryQualityRules'] = 'internal_backlinks_min,internal_links_min,words_min'; $conf['plugin']['combo']['svgOptimizationEnable'] = 0; $conf['plugin']['combo']['svgMaxInlineSizeKb'] = '20'; $conf['plugin']['combo']['outlineNumberingEnable'] = 1; $conf['plugin']['stale']['admin_only'] = 0; $conf['tpl']['strap']['footerSlotPageName'] = 'slot_footer'; $conf['tpl']['strap']['headerSlotPageName'] = 'slot_header'; $conf['tpl']['strap']['sidekickSlotPageName'] = 'slot_sidekick'; $conf['tpl']['strap']['privateRailbar'] = 1; $conf['tpl']['strap']['bootstrapVersionStylesheet'] = '4.5.0 - bootstrap';