Kobeto
Kobeto is a clean minimal Responsive WordPress theme by MagPress.com. This WP theme supports CSS3/HTML5, theme options, featured slider, featured categories, Adsense ready, etc.
Tags: Adsense Ready, CSS3, Custom Header, Custom Menu, Featured Content, Featured Images, Fixed Width, Full Width Template, HTML5, Responsive, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Two Columns, White, Widget Ready
Hi, thanks for the nice theme. I like it very much but I’ve also noticed that the mobile navigaton does not provide valid markup. There are too many closed li-tags.
This issue comes from the mobi_custom_walker class that overrides the Walker_Nav_Menu-function start_el. The the navigation elements do not start with the li-tag any more. The function Walker_Nav_Menu.end_el has not been overriden. There each navigation-element get a closing li-tag.
You should override the end_el-function as well and remove the closing li-tag there.
thanks alexander, i’ll check them later on:)
hi really love what you did with the featured thumbnail. How do i change the footer wood background?
hi beckton, open style.css and add this line
[php]
#custom .footer-top { background: url("domain.com/images/your-desired-image.extension") repeat scroll 0 0 #FFFFFF; }
[/php]
that should overwrite the default footer bg, you need to replace the image above with your own full path image url.
Hi!
Wonderful theme, the only problem is that the slider is not working properly. If I try to use it by category, or listing each post, etc. No matter what, just one post is showed. If I try to list the posts or use the category, just the last post is showed on slider.
thanks!
hi, if you use category featured, make sure post featured in theme option is empty or blank.
you need at least 3 posts for the featured to work properly, test again with more than 3 featured post in the category or post id you choose.
cheers
Hi Roland, thank you very much! The problem was exactly that, and as a suggestion, you could add the information that the sliders needs at least 3 posts to work properly. Actually I was testing with two. 😉
Right now I have three posts and just “two” are being showed on the slider, but I think should fix itself as I add more (I’m using the category ID, all three are in this category, and there is nothing on the posts ID). The limit I’m using is 5.
The other point about the theme, is that the footer has the “titles” (the letters) without the “head” of each word. Do you understand? There is a screenshot of the theme that has the same problem. Here:
In the magpress.com site, just click on the Demo for the Kobeto theme, and you will see that the letters on the footer (COMMENTS, ABOUT, etc) are not fine…
Thank you!
hi marcelo, will look into the slider bug later on
the text look fine in my end, i’m on windows 7 using latest chrome and firefox and ie10.
a bit jaggy text but no missing letter etc.
Hi Ronald, thanks for the answer!
Just click on the Demo/Preview and you will see what I’m refering on the footer titles:
https://magpress.com/wordpress-themes/kobeto.html
Just click on Demo/Preview.
Thank you!
everything seem fine to me, here’s a screenshot.
https://magpress.com/wp-content/uploads/2013/01/kobeta-screenshot-demo.png
try takin a screenshot from your end…cheers
That’s weird. 😉
My is looking like this:
http://eall.com.br/Screenshot-Kobeto.png
Safari/Mountain Lion.
Thanks!
it seem like some line-height or oveflow issue. try edit lib/styles/base.css line 2450
[php].ftop h3.widget-title {
color: #222222;
float: left;
font-size: 1.75em;
font-weight: normal;
line-height: 120%;
margin: 0 0 1em;
padding: 5px 0;
text-transform: uppercase;
width: 100%;
}[/php]
Thank you very much!! Problem solved!
I really appreciate your time and support on this Ronald! keep with the excellent work!!
Marcelo.
Hi,
How can we get a gigger excerpt from each post in the front page?
Today is just a few lines, and there is no configuration were we can configure how much we want to show (not in the feeds, in the blog front page). Would be nice even if we could opt to show full text of each post on the front page.
Thank you very much for your time and this beautiful theme!!
Hi, I could find the right file to update (Main Index Template), and the relevant portions of it:
The only point is that the text is without any formating (paragraphs). Just a lot of words… there is a way to have the excerpt respecting the “pontuations” and paragraphs?
Thank you!
edit index.php and archive.php somewhere in line 40+
[php]<?php get_the_featured_excerpt($excerpt_length=40); ?>[/php]
to
[php]<?php echo get_custom_the_content(’40’); ?>[/php]
Thank you! It’s working like a charm now!
Good work Magpress!
ML
Just one more question… this theme works with SSL? Do I need to configure wordpress or this theme to work with https, or just my hosting service and SSL certificate?
I was trying to use it, and seems like the css is not working, as I can see just text and anything formated.
Thanks!
ML
Hi,
Any way to have the “parent page” not be able to “click”? I think is misleading as the user think he/she needs to click to see the “menu” (other pages), and actually they will go to the parent page. Would be nice if we could not make it “clickable”, or do some way that the click just shows the pagees underneath.
Thank you!!
try using the dashboard -> menu -> custom links to setup the menu
Hi! i love this theme!
I test but where can i find the option to put more posts in the page? I mean in your example show 8 little posts
but in my show only 3 mini posts
check if you have enough posts to show and go to dashboard->settings->reading and setup how many posts to show.
It’s a cool and stylish theme for blogs. thank you very much. I have just one question. I would like to change the title color/back ground color of sidebar widgets. how can I do that ? thanks in advance.
There is something wrong with “theme credit” on the lower right hand side of my homepage. How can I fix that? Thanks.
try redownload the theme and replace lib/functions/theme-functions.php and sidebar.php only
I am afraid of crashing the whole thing. Is there a way to do it without starting from the beginning, so to speak?
best way would be download the latest version
-> rename your current lib/functions/theme-functions.php and sidebar.php to theme-functionsx.php and sidebarx.php
and replace it with the latest version of both file.
so if anything go wrong, you’ll still have the old file.
I updated the sidebar php no problem. However, when I replaced the theme function php with the latest version, it gave me an error message. Now the site is crashed and there is no theme function file so I can’t even put in the original information. What now? So very frustrated with this. Thank you for the help.
no don’t update the functions.php, the correct file is
wp-content/themes/kobeto/lib/functions/theme-functions.php
replace this with latest version.