Emptilium
Emptilium is a 3 columns responsive HTML5 WordPress theme that build perfectly for any device such as wide screen view desktop or smaller mobile device such as iphone or ipad. It is coded in standard HTML5 semantic markup for modern browser compatible.
The theme comes built-in with theme options to control header, sidebar and footer color. It also packed with more than 600+ Google web fonts to choose from. You can also choose the font style and weight that suited your blog or website niche.
Two featured category on each sidebar left and right to featured your more important category. You can also setup your own footer widgets with four available widget slot in footer. The theme is also fully compatible with multisite WordPress installation.
Full Features
– Logo and Favourite icon setup
– 600+ Google Web Fonts and Custom Web Fonts to choose from
– Unlimited Color Choices Settings
– Featured Article Slider
– Aside Featured Category
– 6 Banner advertisement placement
– Google Adsense or any embed advertisement code in sidebar, posts and top header
– WordPress notable Custom Header and Menu Supported
– Localization Ready ( mo and po file inside language folder )
Still looking for more suitable Responsive WordPress Template for your site? Checkout more Responsive WordPress Themes from MagPress.
looks great, did it support woocommerce?
woocommerce should be native support, might want to add this to functions.php
[php]add_theme_support(‘woocommerce’);[/php]
Hi there, can you tell me how to change the default size of the images that appears on the blog homepage where the posts are summarized and there is an image for each post? It is very large and I wondered how I can change that. Thank you.
I need help with the layout someone that speak spanish…?
How do I show 2 or more pictures en the hompage posts and videos from youtube…? Do I need to buy the developer license
not sure what you mean? the homepage post use wp post_thumbnail for featured image attach in write post. you can’t attach videos on featured images.
Thanks for your response. Ok if you can go to www.urbanconnexion.net/Web in the homepage post I put 2 image and only show 1 but in single post you can see all the image in the post. Same thing whit youtube videos can’t see it in the homepage post and in the single post you can see it. I want to show it in homepage too. How I can do it..?
open index.php and replace this line
[php]<?php echo get_featured_post_image("<div class=’post-thumb’>$thepostlink", "</a></div>", 650, 150, "alignleft", "full", the_title_attribute(‘echo=0’),’image-‘.get_the_ID(), false); ?>
<div class="post-content">
<?php the_excerpt(); ?>
</div>[/php]
to this instead
[php]<div class="post-content">
<?php the_content(); ?>
</div>[/php]
Nice thanks you. That is just what I want jeje.
Hello !
Thanks for your beautiful theme !
I have a question concerning the slidshow providing by your template. I need to modify it but my personal css doesn’t change any things.
I thought to copy the ‘lib/scripts/glider/glider.css’ in my child template but it doesn’t work.
I can write in the parent template but after any update all modifications will be lost, right ?
Thanks for your help, and my apologys for my bad english :/
try add !important to your css or #custom start like this
#custom .the-gallery-class { width:100%; } or #custom .the-gallery-class { width: 100% !important; }
Thanks Ronald,
I’m confused not to have thought of it! It work perfectly and I can continue build my web site.
Thanks for your help!
Love the theme, it’s amazing.
I just have one question.
How do I get the next/previous post link to stay in the same category? For example. Say I have 2 categories, one category is cars and the other is bikes. I want the posts in bike to only link to posts in the bike category, and the posts in cars to link to posts in the car category.
Thanks, and nice work with a beautiful theme
I’m assuming there’s no solution to my question to keep the next/previous link at the bottom of the post in the same category? It would be useful for me if it could be done.
hi, this is more like a features than standard theme function, like i mention earlier, i haven’t done any similiar kind of custom query so might want to search for tutorial on this custom paging query in wp forums.
Hi, I have just downloaded this today and I am already having problems. I am trying to set a featured image for my different Pages – but every time I try and change my Header Image comes up. I would like to have the Header Image only on the Home page and then each page to have their own Feature Image. Second, from the sample it looks as though you can have your Home page to show your lastest posts but also has the Header Image – with mine the Header image disappears when my Home page is not set to static. Is there anyway to have a Home page that shows a header image and the latest posts? Thank you in advance
thats the featured slider not header images and it only showed in homepage, do not use wp-admin->setting->reading->static, use default latest post instead.
Hi:
Beautiful theme. I am a blogger and not a coder. Can you please tell me the featured image size in the post, for it to come on the slider? My slider come picture-less with just the post name.
Thank you and regards.
you need to set ‘featured image’ in wp-admin->write post->right meta box
hello!
how can i hide “autor” – “date” – “comment”
under the post title?
Thanks
Roberto
try add this to style.css
.post-meta {display:none !important; }
My partner and I stumbled over here from a different website and thought I might check things
out. I like what I see so now i’m following you. Look forward to going over your web page again.
Ronal, i just noticed that an a link to another website show after the logo in the header. Can you help me remove it please. What I have to do..?
Say I have 2 categories, one category is cars and the other is bikes. I want the posts in bike to only link to posts in the bike category, and the posts in cars to link to posts in the car category.