FourKnot
FourKnot is a 4 Columns Responsive HTML5 WordPress Theme. This WP Theme include 600+ Google Webfonts, unlimited custom color choice, advertisement options, featured sliders, featured sidebar category, social links and submit button and many more built-in features. If you’re looking for a content wise theme for WordPress then this WP Theme will suit you. With Four Columns width layout, you can input as many content and posts into your website.
Other than that, this WP Theme also fully Responsive and mobile friendly. you could test them out in your mobile device such as ipad or iphone.
Full Features
– Logo and Favourite icon uploads in theme options
– 600+ Google Web Fonts to choose from
– Built in social sharing buttons
– Unlimited Color Choices for header, sidebar, footer and links
– Featured Slider *can be turn off or on
– Sidebar Featured Category
– 6 Banner advertisement placement in sidebar
– Google Adsense or any embed advertisement code in top header, sidebar, single post top and bottom
– WordPress Built-in Custom Header and Menu Supported
– Localization Ready ( mo and po file inside language folder )
Still looking for more suitable Responsive HTML5 WordPress Template? Checkout more Free Responsive HTML5 WP Template from MagPress
Another Great Addition By You, Using it Right Now on My site.
thanks…looking for great, fast loading and responsive 4 columns wp theme for so long now.
yeah so… I’ve been trying to download fourknot theme, and when I try to install or unzip I get an error message. (Archive Utility returns and Error 1 – Operation Not Permitted)
Help?
try now, its fixed.
This is a really great theme, thank you for sharing! 🙂
I am using it right now on my site 🙂
I need just a little modification: please tell me how can I change the background color? I need a dark background, for example dark red; where can I modify something on the theme files, to can obtain a dark color background?
Thank you for your help!
Regards,
Oli
in style.css line 52
[php]body {
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
font-size: 100%;
color: #565656;
-webkit-font-smoothing: subpixel-antialiased;
background-color: #fff; /* change this one */
}[/php]
You provided very marvaless template.. i have no words to thank you. thanks buddy..
Hello there, i have an issue with the preview images at the top before the post, if i click it the image open above the header! Is there a way i can deactivate the open on click on the small frontpage images since they really mess up the blogs look?
Btw its an awesome theme i might even buy it if at some point the issues i am having will go away.
there should be option to disable featured image in single post in theme options.
Hi,
is there an option to turn the widgets “stay update”, Search” and “Posts” on the right sidebar off, e.g. remove them completely? They stay, although i removed them in my widgets settings.
Thanks for a great theme!
you will need to edit the sidebar.php line 12 remove this
[php]<aside class="widget">
<h3 class="widget-title"><?php _e(‘Stay Update’, TEMPLATE_DOMAIN); ?></h3>
<div class="extra-block social-and-search">
<?php get_template_part( ‘lib/templates/social-box’ ); ?>
</div>
</aside>[/php]
and edit line 26 – 54
[php]<div id="tabber-widget">
<div class="tabber">
<?php if ( is_active_sidebar( ‘tabbed-sidebar’ ) ) : ?>
<?php dynamic_sidebar( ‘tabbed-sidebar’ ); ?>
<?php else: ?>
<div class="tabbertab">
<aside class="widget widget_recent_entries">
<h3 class="widget-title"><?php _e(‘Posts’, TEMPLATE_DOMAIN); ?></h3>
<ul><?php wp_get_archives(‘type=postbypost&limit=5’); ?></ul>
</aside></div>
<div class="tabbertab">
<aside class="widget">
<h3 class="widget-title"><?php _e(‘Comments’, TEMPLATE_DOMAIN); ?></h3>
<?php get_avatar_recent_comment(5); ?>
</aside></div>
<div class="tabbertab">
<aside class="widget">
<h3 class="widget-title"><?php _e(‘Popular’,TEMPLATE_DOMAIN); ?></h3>
<?php get_hot_topics(5); ?>
</aside></div>
<?php endif; ?>
</div>
</div>[/php]
to
[php]<?php if ( is_active_sidebar( ‘tabbed-sidebar’ ) ) : ?>
<div id="tabber-widget">
<div class="tabber">
<?php dynamic_sidebar( ‘tabbed-sidebar’ ); ?>
</div>
</div>
<?php endif; ?>[/php]
hi,
can any one tell me how to use the Featured Slider, i serach alot but could not get it, so kindly tel me with demo.
thanks
did you check wp-admin->appeareance->theme option->featured setting?
hi Ronald,
thanks for your reply and issue has solve, i am using this theme it is very super theme very responsive.
once again thanks
Hello,is there any way to remove tags,comments and posted by from each post?
I was able to make many modifications,but i cant find a way for the above. I removed all the code related with author (posted by) and post tags…but nothing changed.
best solution would be add this to style.css
#custom div.post-meta { display:none; }
Thx for the reply. I fixed it by editing the lib->templates.
Something else,its easy to resize the pics of the main page,but in case they are smaller they arent stretched and even if they are big enough,the apperance isnt the best (just zooming in a specific spot and cant show the whole image).
Im not sure if you can understand what im trying to say,but can i add any code to fix this?
the main or featured image were automatically grab from first image in post or ‘featured image’ attach to post.
i would suggest upload a bigger photo (at least 600px wide) for each post next time.
the small image is normal if the ‘full’ image is already a small one.
Hello.
I bought delighted with its 4 columns for a BuddyPress social network, but it turns out even that is not compatible with versions compatible BP that make all subjects.
Do you plan to upgrade?
Or have a patch?
Thank you very much!
hi i dont think it work out of the box with buddypress. but since bp 1.8 all theme should be supported natively, check buddypress codex for compatible issue.
the theme itself haven’t tested in buddypress like most of our theme. you could always hire me for customization if needed. use the site contact form.
Hey,no matter if im editing the footer (code below),nothing changes in the dimensions.
.footer-bottom {
background-color: #262626;
float: left;
padding: 0 2%;
width: 98%; –> need to change it to 96%
I have two small problems… 1) I have a small extra space at the right of the page (footer is bigger) and thats why i want to reduce its size. 2) At the end of the page i have a small extra space too,footer doesnt appear at the end of the page but a little bit higher.
Any suggestions?
try using this css style
body#custom footer.footer-bototm {float: left; width: 96% !important;padding: 0% 2% !important;}
No change. Even if i delete the original code (.footer-bottom) the footer is intact. Also when viewing my website with firebug,i can see that the code i deleted is still appearing…which is strange.
Is there another file i need to edit except the style.css for footer?
do you have cache plugin install? maybe you need to clear them first each time you edit.
Already tried that,but no change…
Hey,something else…
Is there a way to add ‘more tag’ or a read more button etc on each post (index page)? If i add the default more tag of wordpress,nothing happens. So i guess thats because of the theme options-functions?
Let me know,thx.
the theme index.php use the_excerpt() or a like. if you want to use wp more tag
edit the excerpt() to
[php]<?php the_content(‘..more’); ?>[/php]
Hi I am more a newbie to wordpress.
I also wanted to have a more link after the posts. But with the description above I can not come further.
I dont find the “the_excerpt() or a like” in the index.php
Also how can I say that blog posts as displayed can have more signs/ that they are longer?
Your Theme is awsome btw. I invested 5 days of my life to find this most amazing theme. Thematic would have been also good. But you are much better much more Thanks
Thanks
Jens
open index.php edit line 41
get_the_featured_excerpt($excerpt_length=60);
to
the_content( __(‘…more »’,TEMPLATE_DOMAIN) );
now the content will excerpting according to your ‘more’ tag
ok thanks. But what is to fill instead of TEMPLATE_DOMAiN
can you give me an example?
that the string for translation, you can input the theme name slug there.
[php]the_content( __(‘…more »’,’fourknot’) );[/php]
Hi Ron, you are great. I used and loved Bluecore but now, trying to resolve a security issue, at Godaddy’s suggestion changed to this. I thought I was going to be unhappy but actually I am very happy. I do a newsletter weekly and I need to put it on an archive menu on the site but not have it show up with the articles. The newsletter is quickly outdated. The articles are not. Can you please tell me how to do that?
hi arlean, not sure how? but do you mean you do not want article content or post content to show?
you could delete the the_content() in archive.php or index.php but that would leave title and post meta only…
I am regular reader, how are you everybody? This piece of
writing posted at this web page is actually pleasant.
Hi are using WordPress for your blog platform?
I’m new to the blog world but I’m trying to get started and
create my own. Do you need any html coding knowledge to make your own blog?
Any help would be greatly appreciated!
yes and yes to both question. there’s lot of html and wordpress books you can read on..
hi, where a category page that i can edit?
its the archive.php
Hi, using Fourknot and I really like the look of it but my categories menu stopped working long ago. I tried changing themes and still doesn’t work, went to WordPress support and a zillion other people said they had the same problem. I’ve deactivated all plug-ins but it doesn’t work, changed it from dropdown to regular menu, still no dice. Takes me to that 404 Error notification. This time decided I MUST fix it.
did you edit htaccess recently? try resave permanlink in wp-admin->setting->permalink.
if still not work, backup your .htaccess, delete it from server ftp and re-save the permanlink again so it re-create new .htaccess.
be sure to backup the original first since it may have some other htaccess rules.
Thanks, I really appreciate it. I just got through reading the entire source for that page trying to figure it out. Interesting.
Question: I read above that if I purchase the developer version I have Premium Support. So far I’m happy with what I have but I once logged into something here that had a video with instructions. Is that included in the Premium? I thought the premium was just for more than one web site. I was kind of disappointed I couldn’t find it again.
But to answer your question no, didn’t edit anything.
Ron, I went and did it and it worked. I have asked SO MANY PEOPLE including the forum what to do and then gave up, and then tried again. I am SO HAPPY! Thank you SO MUCH! I can hardly believe it is working!
Arlean
glad it sorted out, sometime if you activate some plugin, it overwrite the htaccess and damage it. resave or recreate will fix it as expected.
Ronald I love this theme. It has worked well. But does it have the option to place a splash page or static page on the front that doesn’t change? I mean a “Page that is full and not connected with the rest? I’ve tried and tried to get it to show up on the front page and now wonder if maybe this template does not support that.
the theme had full width and two columns template include. if you edit pages, check right meta box page templates->choose full width or two columns.
in the theme the iamges are showing up from the posts. id there any option to have the omages certify at right of the each new item?