Shopping Cart
Your shopping cart is empty
Themes
- Borov Theme
- Breza Theme
- Jasov Theme
- Hybe Theme
- Belin Theme
- Lysa Theme
- Sucha Theme
- Nitra Theme
- Siba Theme
- Cana Theme
- Selec Theme
- Vinica Theme
- Trencin Theme
- Puchov Theme
- Luky Theme
- Pila Theme
- Tale Theme
- Gemer Theme
- Saris Theme
- Abov Theme
Safe Payment
How to Shop
1. Add Themes Pack to cart
2. Go to Checkout
3. Fill info and make payment
4. You get access information instantly (via E-Mail)
5. Download your themes!
Gemer Free Theme
Gemer is new and very beautifull Free WordPress Theme. Now in beta version.
LIVE DEMO
|
|
download: Gemer - Free WordPress Theme (149.81KB) added: 27/08/2009 |
- Clean white-red-black design,
- Featured Posts Slideshow,
- Thumbnail extraction from post images (Custom Field NOT required),
- Loop in two-columns,
- Three sidebars,
- Widgets ready,
- Pages and Categories menu,
- Featured Video,
- Theme Options menu,
- Threaded Comments,
- Plugin: flickrRSS,
Thumbnails
In SlideShow:
Thumbnail extraction from post images (Custom Field NOT required).
In Posts:
In the custom field area, enter the Name as screen and the Value as the url of the image (square images are ideal).
Custom Fields location (Add New Post Screen):
Custom Fields Set Up (example):
See also:
Tags: Blog Theme, Free Theme
124 Comments on “Gemer Free Theme”
You can track this conversation through its atom feed.







Hi Dannci and team,
Guess what! i fixed it. For those still struggling with thumbnails replace: <div class="post”>
<a href="”>
<a href="”>
ID,’screen’, true); ?>
<img src="” width=”181″ height=”100″ alt=”" />
post_content, 150); ?>
—————- with the following:
<a href="”>ID, ‘thumbnail’, ‘alt=”‘ . $post->post_title . ‘”‘); ?>
<a href="”>
post_content, 150); ?>
and it should work just find!
Adal
October 12, 2009 at 6:45 pm.
Hey Guys,
It worked for me. Replace <div class="post”>
<a href="”>
<a href="”>
ID,’screen’, true); ?>
<img src="” width=”181″ height=”100″ alt=”" />
post_content, 150); ?>
with the following
<a href="”>ID, ‘thumbnail’, ‘alt=”‘ . $post->post_title . ‘”‘); ?>
<a href="”>
post_content, 150); ?>
Abdall
October 12, 2009 at 6:53 pm.
It certainly worked for me. Very nice. But I´m having trouble displayng post´s image to the posts that appear under the featured news.
October 30, 2009 at 12:00 am.
Where is this file located that I have to edit?
October 30, 2009 at 1:13 pm.
Hi Dannci,
It worked for me thank you. I fixed the thumbnail thing.
Abdall
October 12, 2009 at 6:58 pm.
Hey abdall you seem to be very technical – as I know nothing about IT where would I put the code for flicker I don’t see any panels or where it should go?? Also any thoughts on how to access the video panel??? Any help would be most appreciated – thanks Yvonne
December 27, 2009 at 7:31 pm.
Anyone with thumbnail difficulties- Replace the entire div with the preceeding div. Change fpost to post. and change value 300 to 150. that easy it wil work.
Abdall
October 12, 2009 at 7:01 pm.
This was very sound advice here and it worked out very well and I love it!
February 10, 2010 at 6:23 pm.
How I adjust the page order so it displays by the ID number versus alphabetical?I found the code in functions.php but I’m not a programmer so I’m not sure what to change.
October 17, 2009 at 8:12 pm.
we use a custom variable called Thumbnail to show thumbnail images across multiple themes. when we moved a site to this theme (westvalleyappliancestore.com) we wanted those images to work as the thumbnails on the home page.
here’s how we did it:
two snippets of code, one up after this line:
if (have_posts()) :
while (have_posts()) : the_post();
you need to insert this:
$img = ”;
$src = get_post_meta($post->ID, ‘Thumbnail’, true);
if ($src)
$img = ‘ID, ‘Thumbnail’, true) . ‘”>’;
if (!$img)
{
$src = get_post_meta($post->ID, ‘Thumbnail’, true);
if ($src)
$img = ‘ID, ‘homethumb’, true) . ‘”>’;
}
to get the custom value into a php variable.
then change the display of the post to this:
<a href="”>
<a href="”>
so that the href tag has the image.
October 20, 2009 at 8:32 pm.
hello how can I upload a picture up ?
October 26, 2009 at 7:08 pm.
The images on featured content works fine but the post thumbnails does not appear on the main index page. Any idea how to correct it?
October 27, 2009 at 5:08 pm.
Great Theme! Anyone know how to change the red color theme. I want to change the red bars that are used for the menu and titles.
Thanks
October 28, 2009 at 1:48 am.
I found it. Just went into the stylesheet and found the code for the color for each one of the areas that were red.
October 29, 2009 at 7:28 am.
My thanks, too, Danni, for a great theme and support.
October 29, 2009 at 7:24 pm.
i’m having a hell of a time figuring out how to slow down or control the speed of the jquery slider. dug through the files but couldn’t find anything that looked like a speed setting. anyone have a clue on how to slow this down. i would be hugely grateful!
November 4, 2009 at 2:16 am.
Any resolution to the matter of slowing down the scroll speed of Featured News?
Love this theme! Clean, crisp, just what the doctor ordered! Thank you.
December 5, 2009 at 12:40 pm.
It’s in the script.js file. The timeout is set to 5000 initially. Set it to a larger number to keep each window/slide up longer. I think the speed setting sets the motion timing.
$(function() {
$(‘#featured’).cycle({
fx: ’scrollLeft’,
speed: 700,
timeout: 5000
});
});
January 28, 2010 at 6:45 am.
Great theme…!
but i seem to be having the very same problem as most others here..
pictures on the tumbnail..
also… finding it confusing to use the flickr photos option….
could somebody plz guide me how to get my pics on the thumbnail..?!
(sorry i am quite new to this… would be grateful if you could tell me from which section do i have to go to what and change exactly what…. its all soo cryptic!) .. sorry couldn’t figure out much from the above comments..
also, how do i use this flickr photos option please?!
November 9, 2009 at 8:56 am.
There is no picture on the featured news how can i put a picture?
November 20, 2009 at 10:15 pm.
For the “featured posts” slideshow images to work, it seems you need to UPLOAD the image into the post from your COMPUTER. (not simply reference a url) Even if you then delete the [gallery] tag from the post – them image will then show in the featured posts slideshow.
You must use the “screen” custom field & enter a url for the image for the post thumb to work otherwise, but you CAN reference the uploaded image after uploading from your computer per above.
It took me a while to figure it out – but that seems to be the deal.
November 20, 2009 at 11:50 pm.
Hi,
We are trying to use your theme. Is there a way we can upload our logo on the header?
Looking forward for your reply. Please reply its urgent.
Thanks.
Sejal
November 27, 2009 at 1:29 pm.
I really like this theme but can’t figure out how to do the flicker thumbnails or how to insert my own video.
Can someone help me out with this.
Thanks
December 1, 2009 at 11:23 pm.
Hey Andrea – I have the same problem – did you get an answer as yet?
December 27, 2009 at 7:26 pm.
Hi….I have applied this theme but there are some small problems…
1>More tag not working neither on main page nor on posts.
2>shortcode are displayed as text on main page(not a theme problem but anybody with solution are welcome)
above all its really a clean and nice theme to incorporate!!
Thank you…
December 2, 2009 at 2:16 pm.
I do not want the sub pages to show in the main navigational bar, can anyone tell me how to delete this function?
Thank you
Andrea
December 7, 2009 at 8:09 pm.
Hey Andrea, go back to wordpress, I posted the answer there!
January 24, 2010 at 7:42 am.
hi, i wish i could buy to you the all pack for 10 $. can you e-mail me please!
December 13, 2009 at 5:57 pm.
How do you add a logo at the top?
December 17, 2009 at 1:25 pm.
Ahoy there,
is there anyway of sticking a logo image in the pages?
cheers,
ian
December 21, 2009 at 8:28 pm.
Hi, I’m still loving this theme; wondering if it is the theme or a plug-in that is causing it to not be displayable in IE8 – the error makes reference to a problem in line 3938.
Thanks!
December 24, 2009 at 3:37 pm.
Trying to re- arrange video positioning and also add pictures on slide show, and add flickr, but cannot see anything in my admin panel that allows me to do this in wordpress 2.9 for gemer theme – can you help please as soon as possible? Love it but can’t really use as is – thanks
December 27, 2009 at 7:24 pm.
How do I get the photos in post to appear and how can I change the masthead and replace with my own header?
Also, where is the Flickr category and code to place photos?
December 31, 2009 at 7:06 am.
I figured out how to place image in post…I need help with placing my own masthead and using flickr. I want to add a masthead similar to this http://ac360.blogs.cnn.com/.
December 31, 2009 at 8:20 am.
Hi
Great theme ! I’m actually working on it for a previous site but I have a problem :
How do I manage to sort posts Alphabetically, choose how many appear and have links for Previous and Next in the archives ?
I’ve tried query_post, tried to put some code inspired by yours from others files… Well I’ve tried many changes in the code but nothing worked…
It would be very helpful !
Thanks for your time and answer
February 3, 2010 at 12:29 pm.
Testing this out for our new site layout and really like it.
2 Questions:
1) How do I exclude pages from the top menubar?
2) Can I remove the featured news display on the blog and just have it in a more static format?
http://www.crossfit.ie/testsite/ is where it’s currently sitting.
Thanks,
Colm
February 11, 2010 at 3:34 pm.
Hi Folks,
Love the theme really great but I seem to have a small problem
My Category which I have created called classes has a URL of
http://dev3.burty.org.uk/wordpresscategory/classes
and not
http://dev3.burty.org.uk/wordpress/category/classes
Hmm I feel I might have done something rather rash , any ideas
Kind Regards
Steve
February 16, 2010 at 12:43 pm.
Fixed it was an issue with Wordpress and Permalinks
–Steve
March 2, 2010 at 2:44 pm.
Hi.
Thank you for this theme, it has all the things I wanted. I am trying to tweak it into my needs and I found out that the tag isn’t working.
I use Gemer 1.1.0
Thank you in advance.
Marcel
February 26, 2010 at 8:49 am.