Shopping Cart

Your shopping cart is empty

Visit the shop

Themes

Safe Payment

paypal

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-screen-thumb-fordannci


Gemer is new and very beautifull Free WordPress Theme. Now in beta version.

LIVE DEMO


http://dannci.com/wp-content/plugins/downloads-manager/img/icons/default.gif 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):

customfields


Custom Fields Set Up (example):

setup-customfields


See also:

http://dannci.com/wp-content/uploads/wpsc/product_images/thumbnails/trencin-screen-thumb-fordannci.jpg

Trencin Theme

http://dannci.com/wp-content/uploads/wpsc/product_images/thumbnails/tale-screenshot.png

Tale Theme



124 Comments on “Gemer Free Theme”

You can track this conversation through its atom feed.

  1. Abdal says:

    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

  2. Abdall says:

    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

    1. Frederico says:

      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.

    2. Larry says:

      Where is this file located that I have to edit?

  3. Abdall says:

    Hi Dannci,
    It worked for me thank you. I fixed the thumbnail thing.

    Abdall

    1. Yvonne says:

      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

  4. Abdall says:

    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

    1. Gerlaine says:

      This was very sound advice here and it worked out very well and I love it!

  5. Eliza Alys Young says:

    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.

  6. howard says:

    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.

  7. Shoni says:

    hello how can I upload a picture up ?

  8. linda says:

    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?

  9. Juan says:

    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

    1. Juan says:

      I found it. Just went into the stylesheet and found the code for the color for each one of the areas that were red.

  10. Daniel Follette says:

    My thanks, too, Danni, for a great theme and support.

  11. onion says:

    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!

    1. Chris says:

      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.

      1. Jason Luckett says:

        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
        });
        });

  12. Prachi says:

    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?!

  13. Jack says:

    There is no picture on the featured news how can i put a picture?

  14. John Parker says:

    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.

  15. sejal vadher says:

    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

  16. Andrea says:

    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

    1. Yvonne says:

      Hey Andrea – I have the same problem – did you get an answer as yet?

  17. bakul kaushik says:

    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…

  18. Andrea says:

    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

    1. me says:

      Hey Andrea, go back to wordpress, I posted the answer there!

  19. Jesus Gonzalez says:

    hi, i wish i could buy to you the all pack for 10 $. can you e-mail me please!

  20. Bill says:

    How do you add a logo at the top?

  21. Ian says:

    Ahoy there,

    is there anyway of sticking a logo image in the pages?

    cheers,

    ian

  22. Chris Newell says:

    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!

  23. Yvonne says:

    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

  24. SSWalk says:

    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?

  25. SSWalk says:

    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/.

  26. Chris says:

    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

  27. Colm says:

    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

  28. Steve Burt says:

    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

    1. Steve Burt says:

      Fixed it was an issue with Wordpress and Permalinks :-)

      –Steve

  29. Marcel says:

    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

Leave a Reply

Stay Connected

My Other Stuff

GoodTheme.org

Amazing Free Theme

Preuro.eu

Design Yourself - Design News!

Testimonials

Anangga P.: I already downloaded the themes pack and it's awesome, two thumbs up for your works :D.

Bharani M.: Fabulous theme! Simply Amazing. I have been looking for a theme like this for atleast a month now.

Vinchz: Awesome ! Very easy to customize!

Daniel F.: My thanks, too, Dannci, for a great theme and support.

Dannci.com offers professional and cheap Wordpress themes at a more than reasonable price. My premium pack for 12.95 $ gives you instant access to amazing, remarkable and clean themes with powerful functions which are applicable for your web.

 

Amazing Cheap WordPress Themes

© 2010 dannci.com