Sven Lehnert
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] Changing font size of Header textHi @marksims,
thanks for asking,
you can do so by adding your custom css to the Overwrite CSS field in the CSS Tab.
#header div#logo h1 a, #header div#logo h4 a {
font-size: your font size px;
}should do the job.
Forum: Themes and Templates
In reply to: [Custom Community] comment_form code in Custom Community themeHi @matrozzi,
thanks for your question.
Please have a look at the comments.php template:
https://github.com/Themekraft/Custom-Community/blob/master/comments.php
best way is to do it by action hooks, to keep your template files update save. If we miss to provide an action hook at one place, please let us know and we will add one in the next version.
Best practice is to create a child theme if you want to change template files and do not want to do it via action hooks.
Hi @linkomatic
Thanks for reporting this issue, I just created a ticket on github. This problem will be fixed in the next version 1.16.
Version 1.15 is already added to the trac for review.
Feedback from one of the custom Community devs will be given at Github, see here:
https://github.com/Themekraft/Custom-Community/issues/174Forum: Themes and Templates
In reply to: [Custom Community] Changing fonts in certain placesI will mark this topic as resolved, thanks @efi86 for the feedback
Forum: Reviews
In reply to: [Custom Community] Best Theme I've foundthanks for your great review and the blog post, this is the candy which keeps us motivated ??
Forum: Themes and Templates
In reply to: [Custom Community] Entire CSS loads in the page source?!no messaging on wordpress, just make your self an account on themekraft or give me a mail adress greetings, sven
Forum: Themes and Templates
In reply to: [Custom Community] Entire CSS loads in the page source?!@bg-foxx we have discussed it quite a lot and decided to add it to the pro version only, as we do not have any restrictions outside the wp repository and its much less work as build a plugin.
The option will be available in the next version coming in the beginning of december.
I have sent you a message with a coupon code, thanks for helping make custom community a better product ??
Forum: Reviews
In reply to: [Custom Community] Good theme@phyroxis, thanks for your review
“The “Rate Custom Community” link on my dashboard can’t be dismissed. “
I do not have this issue on my test install. This shouldn’t happen, I have created an issue on github. Will be fixed for the next version.
https://github.com/Themekraft/Custom-Community/issues/33
sorry for the discomfort and thanks for letting us know.
Forum: Themes and Templates
In reply to: [Custom Community] Entire CSS loads in the page source?!Hello @g-foxx,
Yes I’m one of the developers.
We could create a plugin for that purpose.
In plugins we are allowed to create fils. There could be an option to create a static css file from the theme settings and use the static file instad.
It is possible to hook into the theme already. So the plugin could check if a static css file exists and tell the theme to use it instad of the dynamic way.
This way, both is possible and up to the users choice.
Hi @bottleneck,
sorry for the late replay, I have created a github issue for your problem
https://github.com/Themekraft/Custom-Community/issues/27some of our dev’s will lock into it and check if the bug still exists.
please see here for further discussion: https://github.com/Themekraft/Custom-Community/issues/27
Thanks
SvenHi @fanmeel,
Sorry for the late replay, I couldn’t reproduce your problem.
If you still have this issue, please contact the CutsomCommunty support team to find someone looking into it.
The theme support can be found here: https://support.themekraft.com/anonymous_requests/new
Greetings
SvenForum: Themes and Templates
In reply to: [Custom Community] Can't remove community navigator widgetHi @theraven7,
the left sidebar has a default widget “community navigation”.
But I think this is confusing and should be changed.
I have created a Issue on github for further discussion
https://github.com/Themekraft/Custom-Community/issues/26Thanks a lot for the feedback,
Greetings
SvenForum: Themes and Templates
In reply to: [Custom Community] Entire CSS loads in the page source?!Hi @bg-foxx,
thanks for your feedback that’s an interesting question.
You are right all css is dynamically processed from the theme settings and than gets compressed for better performance before its hocked to the head.
in the beginning we had a static css file and the theme settings overwrote the static css file.
But this is less performance. We tested it quite a lot to find out the best result is one compressed css in the head.
The problem is that the theme reviewer roles do not allow us to add code that can create a css file from the options and save it as static style.css.
We are not allowed to create or write to files.
That’s way this solution is not a possibility.
If you have any Idea, you are welcome to let us know.
I could also create a style.css file via ftp but this makes no sense for performance reasons.
Greetings Sven
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] CRAP THEME!!!!!!!Forum: Plugins
In reply to: VideoPress ChaptersWe found a way to change the player and adding chapters:
VideoPress player: Changing HTML5 player, add chapters and more