netbiel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SmartAdapt] Creating a Child Theme?Hi
I updated SmartAdapt today, version 1.0.4 is now live. I removed ‘echo …’ from header.php. This function is hooked to wp_head action.
Sorry for the long response time πThanks you for your feedback!
Forum: Themes and Templates
In reply to: [SmartAdapt] Like button behindHi
You’re right, I did not notice this before.
I will check it out and give a solution as soon as possible.Forum: Themes and Templates
In reply to: [SmartAdapt] Featured postHi
When you publish a post you need to use: “Stick this post to the front page” – it is in publish options on the right side (Visibility option).
Forum: Themes and Templates
In reply to: [SmartAdapt] Author info in the postHi
Information about an author are displayed when you have more than one author in your WordPress. You can see it on the demo page:
http://netbiel.pl/smartadapt/demo/?p=358
If you have only one author you can add his bio in “One author info” widget.
I think this is a very practical solution π
Forum: Themes and Templates
In reply to: [SmartAdapt] Creating a Child Theme?Hi
I’ve never tested the ability to create child theme SmartAdapt. I’m working on next version so I will check it and possibly improve all errors which makes it difficult to create a child theme.
Thanks for your feedback, if you’re right, this is my big mistake.
You wrote that you changed class=”twelve columns” in header.php but next step after remove navigation column is changing class of the container with id=”content” in all files which contain it: index.php, page.php … Something like that:
<div role=”main” class=”sixteen columns” id=”content”>
…
</div>It should work π
Hi
Yes, it is possible: you should remove container class=”four columns” (first child of #main container) in header.php file. After that you have to modify all files containing #content div. You should change class from twelve to sixteen columns (class=”twelve columns” -> class=”sixteen columns”).
I have not tested this in detail but it should work.
I’m sorry I did not answer with a long time. I think the fastest way to fix it is the change of #page selector height near line 382 in style.css (height: 100% -> height: auto!important) like this:
#page { box-shadow: 5px 0px 5px #e5e5e5; padding: 30px 30px 40px 15px; border-left: 1px solid #e2e0e0; background-color: #fff; position: relative; z-index: 2; height: auto!important; min-height: 100%; }Please try it and give me feedback.
Regards
Forum: Themes and Templates
In reply to: [SmartAdapt] Reply Comments Box HiddenThanks for your feedback. I checked it and you’re right – this is bug. I’ll fix it in the next version. The quickest way to fix it now is modify style.css . You can change height: 100% to height: auto!important near line 382 like that:
#page { box-shadow: 5px 0px 5px #e5e5e5; padding: 30px 30px 40px 15px; border-left: 1px solid #e2e0e0; background-color: #fff; position: relative; z-index: 2; height: auto!important; min-height: 100%; }This should help.
Forum: Themes and Templates
In reply to: [SmartAdapt] Excerpts on homepageHi
Thanks for your appreciation π
I think you ask about automatic excerpt. In this version you can separate excerpt only by inserting More Tag. I checked once again and it works:
http://netbiel.pl/smartadapt/demo/?cat=6
Regards
Forum: Themes and Templates
In reply to: [SmartAdapt] can i increase right sidebar width to fit adsense?Hi
You can change width only by editing css style sheet (style.css), but this is interesting option and I will probably add this feature in the next version.
You can also change your addsense widget size.
This theme dont’t have left sidebar and I don’t recommend displaying anything else one the left side. This may have a negative effect on the display on mobile devices.
I can change right sidebar width in style.css and will send you this weekend.
regards