-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[typhoon] Some questions and problems #294
Comments
Thanks for the questions/feedback. Some responses:
There is no way currently to provide pull request support as it would require making our private repos public. For translations however, you can just create an issue here and provide an updated lang file, and i'll add it manually. Thanks! |
3_ But how to add/enable Object Position classes to the project? Looks like it's part of Tailwind that missing in Typhoon. Regarding adding icons, need a small instruction in the Documentation because users may need their own icons. It's all about dark/white mode support. 7_ This line: Day 3 addition:8_ Footer multilang. Need addition to Docs about header_bar:
background: transparent
text: light |
Day 4 addition:10_ FontAwesome calendar icon isn't showing in post demo here: https://demo.getgrav.org/typhoon/blog/blog/page-overrides |
3_ you have to add the class and recompile tailwind. Tailwind only includes classes you are using to keep the CSS size optimized. https://getgrav.org/premium/typhoon/docs#developing-custom-css 6_ i'll look to add these for the next update. There's not really a simple solution to adding your own here with this colorized support as it requires manually editing SVG files and you may need to restructure it. There is an alternative though which is to use one of the existing svg-icons provided sets. These didn't have the needed brand icons at the time, which is why i created my own, but now there are brands in some of them. I will look to see if this is something i can have as a configuration option. 8_ agreed needs documenting 9_ will look at this 10_ fa icon is a holdover from Quark where this twig template originated. I need to just remove it, it's not intended to be there. |
@rhukster On last update I can set image alignment: But still no css rules for them: How to add? As a workaround I put line into @import '../../typhoon/css/site.css';
.object-top {
object-position: top;
} |
If the class is being set correctly in HTML (looks like it is) but the object-top is not showing up in the CSS styles, then you have not recompiled your CSS correctly. |
11_ In <a href="{{ blog.url|rtrim('/') }}/tag{{ config.system.param_sep }}{{ tag }}#blog_list"> What's the |
Some issues during the 2nd day of using Typhoon.
I want to use multilang text instead of a logo (GRAV logo by default). No place to put text here:

I can disable Hero section in Blog but it has no top padding like in other pages:

I want to use custom classes for my blog post image. For example, object position (https://tailwindcss.com/docs/object-position). How it looks now:

And what I want (

object-position: top;
):Maybe put some img classes here?

Also there are no
object-position
classes in the whole theme. How to add them?But can't disable parts of sidebar. For example, I don't need Random post/entry etc
And also External links plugin doesnt't work in the footer by default (i thought this might be the solution).
No option to add custom logo outside the social list here:

SVG Icons plugin is included to Typhoon, it would be nice option to search the whole list.
Other items in progress...
I understand that the theme can be inherited, the code can be changed, but it is much faster to already have the necessary functions in the Admin panel.
And how can I create Pull Requests for Premium plugins? For example, to add new strings to the translation.
The text was updated successfully, but these errors were encountered: