Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Amaury Hanser Member
@AmauryH · Joined 9 years ago · 83 posts · 4 topics · 19 reputation
Badges
Recent posts
-
[Solved] Disorder problem with grid elements
· 9 years ago
Hello, You could add this in your custom css: .modular .bottom .services .service { float: none; display: inline-block; width: 49%; vertical-align: top; It should to the trick. ;)
-
Feeling genuinely thick - Cannot get basic blog to work
· 9 years ago
Hello, Could you post a screenshot of your pages list ? To create a new post, you could: Open the admin Go to the page "Pages" Click on the button "Add" On the modal, select the template item and th
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
@tancredi I think that you and your dev should read the documentation. Your images were huge, that's why your dev resized them. But if you want to generate one picture for mobile, one for desktop and
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
@tancredi: same images different pages on the same website, do you think this relates to the issue you pointed out how the host handled php and filesystem? Hello, Are you sure that you call the image
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
It seems that you have disabled the cache ?
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
@tancredi: this leads to blurry images on the HiDPI displays This was just an exemple, the cropzoom is to resize the picture, so you should not use it if the final image shouldn't be this size. Use j
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
@tancredi: Is there for instance a plug in for image optimization? Anything else that could help? How do you call your images ? In markdown, in twig ? For exemple, in markdown, when you call a pict
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
@andy: I noticed this as well. Is it possible these images were being optimized at all with Joomla? If they were uploaded via the admin panel, I think so. As in Grav, I believe that you can choose th
-
Website is very slow in spite of grav core feature (crazy fast..)
· 9 years ago
Hello, I'm not really competent in this question, but you have some really heavy pictures: http://www.designdiverso.com/user/pages/04.thoughts/the-new-era-of-entertainment/v_20170427-161041_1.jpg alm
-
Create Form Layout Inline Fields
· 9 years ago
Hello, That's a CSS matter. What you can do is adding float: left; width:50%; to the fields you want to have inline. Or display:inline-block; As seen here, you can add a css to the div wrapping the f