Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dimitri Longo Regular
ModSquad Team Member
Grav Forum Moderators
@dimitrilongo · Joined 9 years ago · 119 posts · 6 topics · 40 reputation
Badges
Recent posts
-
Optimize website for desktop and mobile view
· 8 years ago
hi @kk6axq In addition to @chris_jung comment, i use in some projects some jquery library Flowtype or fittext
-
412 Precondition Failed
· 8 years ago
hi @garduino 412 Precondition Failed client error response code indicates that access to the target resource has been denied Maybe some permissions issues or mod_security
-
Page specific scss
· 8 years ago
hi @manuel_84 I don't think Grav compile scss by itself, Gantry can if i'm right, but i'm not a Gantry guru. You have to make your own plugin using a scss compiler class like https://github.com/leafo
-
How to change the highlight code css theme to something other then default?
· 8 years ago
hi @gautamz07 If i understand well, everything in the doc: in your frontmatter --- title: Sample Code With Custom Theme highlight: theme: monokai --- change theme to what suit you need i think all
-
A Way to Override Page Media Field within Custom Blueprint or Route media to custom folder?
· 8 years ago
hi @horussky you can try {% for key,val in page.header.overview.pagemedia %} {% set myimagepath = '/' ~ val.path %} <div class="topcontent" style="background-image: url({{ myimagepath }})"&g
-
A Way to Override Page Media Field within Custom Blueprint or Route media to custom folder?
· 8 years ago
hi @horussky You can override page blueprints Start with https://learn.getgrav.org/forms/blueprints and for instance File Field custom_file: type: file label: A Label destination: 'user/themes/m
-
Unable to change color of links
· 8 years ago
In my Grav Gantry fresh install, the color link in my markdown works (see screenshot)
-
Unable to change color of links
· 8 years ago
In Gantry Core Style you can modify Link Colors (see screenshot), i test with links in page content, it works, colors changes
-
Hiding Actual download link path
· 8 years ago
Hi @duceduc Maybe something with .htaccess and rewriting rules
-
Unable to change color of links
· 8 years ago
hi @laurent I'm not really aware of Gantry, but as i can see in gantry docs you can customize css : navigate in the directory structure to ROOT/user/data/gantry5/themes/THEME_DIR/scss and create a f