Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Costumizing learn2 framework

Started by Muut Archive 9 years ago · 4 replies · 629 views
9 years ago

Hi,

I'm using the learn2 framework.

  1. Is there a way to get rid of
    (a) The history checkmarks
    (b) The automatic 'button' on the right side of the page - that leads me to the next item in line?

  2. Is there a simple way (even WYSIWYG perhaps) to change the alignment of first Header displayed on a respective site? By default it is set to center the text. I would like it to align to the right.
    What I mean is, if I'm clicking "Overview" in the example, then the title "Overview" appears centered above the content.

  3. Is there a way to replace the placement holder "Search Documentation" with something else, and if, how?

Thank you for your help.

9 years ago

and why are images centered by default? I'd like to have them appear exactly where I've put them (the preview also shows it to me like this)...

9 years ago

why is this so incredibly inflexible T_T

9 years ago

Concerning
1.(a):
in learn.js (themes/learn2/js) comment out (/ code /) the following:

TXT
        sessionStorage.clear();
        location.reload();
        return true; 

Makes the history-marks disappear.

2.:
The answer lies within theme.css (themes/learn2/css-compiled);
I searched for 'center' and replaced it with 'left'.

For images aligning to the left I replaced 'auto' with 'left':

CSS
#body img, #body .video-container {
    margin: 3rem left;                                          
    display: block;
    text-align: left; }    

still no solution for 1.(b) and 3.

9 years ago

All your questions are just down to editing some bits of Twig, javascript, CSS etc. Of course all is possible. It just takes a little time. If you don't want to use your own time, you can pay someone else to do it :)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1341 9 years ago
Archive · by Muut Archive, 9 years ago
2 928 9 years ago
Archive · by Muut Archive, 9 years ago
2 4057 9 years ago
Archive · by Muut Archive, 9 years ago
1 2942 9 years ago
Archive · by Muut Archive, 9 years ago
3 1115 9 years ago