kretzschmar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: dkret3 theme footer issueYou can even use the Theme-Options. There is already an option to change the footer. It’s really easy.
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Change "Start" to "Home" on nav barThere won’t be any changes. Only if dkret should reach a version 4.0.
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Change "Start" to "Home" on nav barJust copy the changed access-menu.php to your child theme. Then WordPress will use it instead of the one inside the dkret3 folder.
It is that easy (I hope).Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Adsense widgetOf course not. I will publish it at: diekretzschmars.de.
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Adsense widgetMainly the homepage of my school. I am a teacher in real life. Dkret was just a hobby. Right now I am more interessted in playing the piano. Most users don’t think enough about donating or supporting devellopment in others ways. I don’t think it is vital to pay for open source themes BUT it is definetly welcome.
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Adsense widgetThe new version doesn’t support AdSende anymore. I had to reduce options. Sorry.
I will release a plugin in the (near) future at my site which adds the AdSense options. That way only the few people using it can activate it and maintaining dkret is easier.Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Right Hand sidebar IssuesOne question, one thread. It’s that easy. And don’t forget to mark resolved threads. Only the threadstarter can mark it as RESOLVED.
Forum: Themes and Templates
In reply to: [Theme dkret3] Widgets not left-right after updateThere will be progress as long as I am using dkret as the base for all my supported sites. BUT I had to reduce back end options and functions I really don’t use.
Forum: Themes and Templates
In reply to: [Theme dkret3] Left-right column problem with customized widgetSorry for your problems. I removed functions from dkret that I don’t use anymore. Starting from version 4.7.1 dkret is no longer a theme framework. I don’t have the time to support it any longer.
You can still use additional layouts. They are still there.
The needed css for the layout are inside the css folder. You can import the layout in style.css.
Just change
/* Get layout CSS */ @import url('library/css/2c-l-layout.css');to
/* Get layout CSS */ @import url('library/css/3c-c-layout.css');If you don’t want to make those changes after every dkret update you need to add it to a child theme of dkret.
Forum: Themes and Templates
In reply to: Call to undefined function wp_get_theme()That’s right. Dkret requires WP3.4.
In order to get the dkret theme approved I had to reduce functions. Choosing layouts is one of them.
Just add some css to your style.css or the style.css of a child theme of dkret and you have fluid layout back.
#wrapper { margin: 0 20px; width: 100%; }Forum: Themes and Templates
In reply to: [dkret3] dkret3 – 'home' on menuSorry for your problems. I had to make a lot of changes to dkret in order to get the theme approved by the WordPress theme team.
One was to remove the ability to change the name for the blog home link. Sorry for that.
The navigation is added with access-menu.php (line 27).
And why don’t you just use a custom menu? Dkret supports that.
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] WP 3.4 updateYou’re welcome snowboardmommy.
Today it is a real nightmare to support a theme for WordPress because of the strict quality standards of the theme pool. In real life I am a teacher and coding this WordPress theme WAS just a hobby of mine.
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] WP 3.4 updateI already fixed it here but the new version was not approved (because of other small requirements. I will fix those in the next weeks and upload it again. In the meantime I upload a working version to my website (http://diekretzschmars.de)
Forum: Themes and Templates
In reply to: [dkret3] [Theme: dkret3] Right Hand sidebar IssuesThe theme just adds some default widgets if the user doesn’t add any. So just add the widgets you would like to the sidebars you need and the default widgets won’t bothers you anymore.
I decided to add some default widgets because otherwise no user would download dkret. It just looks awful without any widgets.
Please test all those registered sidebars. You may want to add widgets at the bottom of your page? Just fill the sub-sidebars with widgets.
You want to cange the content of the double column? Add the Sidebar-Column-Widget to the sidebar of your choice and add widgets to the sidebar-columns.
It is just a matter of moving widgets from left to the sidbers of your choice.
DON’T CHANGE the html code directly.