Bookmark and Share

Greptem2

  • Widget ready
  • Theme options
  • AJAX
  • Featured Posts
  • Portfolio
  • Multiple Style Variations
  • Page Templates
  • Social icons
  • XHTML / CSS valid
  • Extensive Documentation Included
  • Lightbox support
  • Image Auto Resizing
  • Layered PSDs are included for easy modification

Icon web symbol font (wpskinslab.com/wp-content/uploads/2013/01/fmap.png or www.w3cplus.com/w3cplusDemo/demos/fontomas/demo4.html).

Now, pick colors yourself without coding or painting.

Greptem2 is a Powerful Premium WordPress theme. Create your website or portfolio.

Greptem2 has a clean design. You can customize it very easy following the help documentation and theme options.

* WordPress 3.3.1+ Ready
- AJAX based

* Portfolio
- Create your own portfolio
- Populate with WordPress Custom Post Type
- Lightbox support
- Image Auto Resizing

* Multiple Style Variations
- Create your new color style from the Admin Area

* Page Templates
- 4 Page Templates (Blog, Contact, Portfolio, Services)
- Error 404

* Theme Options

* Layered PSDs are included for easy modification

* Extensive Documentation Included

* Valid XHTML Strict and CSS

* Compatibility IE 9+ (Win) , Firefox (Win, Mac), Opera (Win, Mac), Safari (Win, Mac), Chrome (Win, Mac), SeaMonkey (Win, Mac), Camino (Mac)

 

Comments (86)

  1. Allxnet says:

    Wow! Awesome theme. Looks really great! Thank you!

  2. OceaN says:

    Why it doesn’t work on FireFox and Opera, teling me that “This theme is released under creative commons license, all links in the footer should remain intact. ” ?

    I’ve reloaded it but it doesn’t help

    • WpSkinsLab says:

      Because you have removed a Footer Sponsor Link.

      This is a Premium theme. You can buy this theme and we will send you theme without a sponsor link.

  3. Wordpress Free Themes says:

    Great Theme. Thank you very much.. i have downloaded this theme and its working very well on my site. Thank you very much for such theme for free.

  4. Dave says:

    Hi, I can’t get the portfolio thumbnails to show…..clicking on them still reveals larger image.

    Any ideas?

  5. Michael says:

    Hi, awesome theme. Looks really great! But I have some problems, for example I can’t see post thumbnails. I added photo but I can’t see it in home page. And I can’t see choose custom theme colors, in Theme Option I have “Yes”. Can You help me? Sorry for my language.

  6. Michael says:

    I have WordPress 3.4.1, is it too new?

  7. Robert says:

    Hey, how do I change the page title and footer so it doesn’t say “My Website” any longer?

  8. Alex says:

    Hi guys, i’ve got a problem with this theme, when i’m click on one of the subpages.
    The subpage opens and shows the following two lines refering to some errors:

    Warning: require(../../../wp-config.php) [function.require]: failed to open stream: No such file or directory in /users/bp1979hh/www/wordpress/wp-content/themes/greptem2/greptem2/ajax.php on line 10

    Fatal error: require() [function.require]: Failed opening required ‘../../../wp-config.php’ (include_path=’.') in /users/bp1979hh/www/wordpress/wp-content/themes/greptem2/greptem2/ajax.php on line 10

    Thats somehow strange, because there is noch path name “users/bp1979hh/www/wordpress…” on my server. There is only “users/bp1979hh/wordpress…” (without the www).
    In addition: The pages content some lorem ipsum dummy text for tests. But the text isn’t shown either.

    Thanks for your help

  9. MIke says:

    When I upload the .zip file, the install fails and says that the style.css file is missing.

  10. Emil says:

    hi
    why do not work contact page on my site? do you look emilblogs.tk?

  11. sunil says:

    Hey ,
    I too have the same problem its showing style.css not found
    as u have said upload the theme folder from from zip fie ,is that means greptem2 folder present inside the greptem2
    folder

    • WpSkinsLab says:

      When you unzip archive, you will have folder “greptem2″. Open this folder and find other folder “greptem2″ and upload this folder :)

  12. Nessa says:

    Hello! I’m having some problems regarding the icons on the homepage. It is not showing up (About, Contact, etc.)

  13. DGSS says:

    Hi,
    Love your sleek website, I have installed as per the manual and when I preview my pages in wordpress they show up fine.
    When I hit update and then go to the live site, the pages are empty. Please can you tell me what step I have missed.
    Much appreciated!

  14. jeroen says:

    How can i change the google maps? I know where to do it but where can i find my own google maps link?

  15. Lucas says:

    Icons and title dissapear at mouseover in Opera 12.02. In Firefox 15.0.1 and IE 9 it works normally. What should I do?

    • WpSkinsLab says:

      Seems Opera does not fully support CSS3 font face. We can do nothing or need recode WordPress theme to use images for icons.

  16. smileyman says:

    Hi

    I have a problem. I installed it and it worked great but i have 1 problem.

    When i go to my website http://www.mysite.com << it goes to a blank page
    the main home page with the menu is located at http://www.mysite.com/#

    how do i change it from /# to my main .com page?

  17. vixs says:

    hi bro. thank 4 ur theme. very beautiful. but i have problem on featured image not show (on ABOUT US and FORTFOLIO). any solution? thanks

  18. buba says:

    Hello!

    I have a problem, is when I have get a lot of text scroll. My question would be if you can remove the scroll?

  19. Jan says:

    Hi there…

    I try to install this wonderful theme but I always get an error message that there is no style.css in the archive.

    Thank you for your help…

  20. aji says:

    The website is allready running but the preview(feature image) at the portfolio, about us image is not running. please take a look.

    FYI

    cache folder permission = 0777

    • WpSkinsLab says:

      if thumbnail script does not work for you. Do next.

      Open

      /wp-content/themes/greptem2/templates/protfolio-post.php

      and replace all with this code

      <?php while (have_posts()) : the_post(); ?>
      <?php
      $thumbnail_id = get_post_thumbnail_id();
      $thumbnail = wp_get_attachment_image_src($thumbnail_id,'full');
      if(isset($thumbnail[0])) :
      $thumbnail_full = $thumbnail[0];
      else:
      $thumbnail_full = get_template_directory_uri().'/images/pic_work.png';
      endif;
      ?>
      <li>
      <a title="<?php the_title(); ?>" href="<?php echo $thumbnail_full; ?>">
      <?php
      if ( has_post_thumbnail()) :
      the_post_thumbnail(array(440,176));
      else :
      ?><img src="<?php echo get_template_directory_uri(); ?>/images/pic_work.png" alt="<?php the_title_attribute(); ?>" width="440" height="176" /><?php
      endif;
      ?>
      </a>
      </li>
      <?php endwhile; ?>

  21. Nimish says:

    hi,

    this theme is superb! exactly what i wanted… only one problem data takes long time to get loaded, is there any way i can add a page loader ? so that the user know that some thing is coming up on that page….

  22. Yacine says:

    Hi !
    This themes is wonderful !
    I would like to add comments to my articles, so people visiting my blog can leave some comments.
    How can i do that ?
    Thanks !

  23. Rafi says:

    Hello,

    Its really a great theme. Just what i was looking for. But i was wondering if there is any option on the portfolio part where i can add like -

    Portfolio Website Design
    Portfolio Graphics Design
    Portfolio Banners Design

    In this way some one interested in specific area can click on there and go to that area, instead of clicking Next Next wondering when website sample work will come… I haven’t installed it but was wondering if it has that option or not.

    Also when i click on the images of the Portfolio is there any option to include link or sample website link??

    If will really helpful if you reply back.

    Thanks in Advance.

  24. Suraj says:

    sir i have installed template folder only but still getting following error , how to fix it
    failed to open stream: No such file or directory in C:\wamp\www\wordpress\wp-content\themes\greptem2\greptem2\ajax.php on line 10 Call Stack

    • WpSkinsLab says:

      you have uploaded ALL ZIP folder. You should upload just theme folder.
      So, path should be C:\wamp\www\wordpress\wp-content\themes\greptem2\ajax.php

  25. María says:

    Hi! Could I put a photo on the icon? One main photo for each section?
    Thank you so much!

  26. Radu says:

    Hello WpSkinsLab, i have trouble to make this theme working on my website. (http://www.optimizare-website.com)
    I did everything as per manual yet the format of any page does not appear.
    It’s possible to have this problems due to wordpress upgrade (version 3.5) ? How can i fix them?

  27. Yacine says:

    Hi,

    I’m want to change the icons in the “star” of shares. (Where we can find for exemple twitter, or Google+ …)
    Where can i fond the images used ?
    ty

  28. sumon shekh says:

    Hello dear,
    Thank you very much for this awesome theme, but I am facing a problem in showing page symbols fromthis link:
    http://www.justbenicestudio.com/studio/websymbols/ cause this site not loading. Now how can I use symbols!

  29. sumon shekh says:

    now its working, thank you very much!

  30. María says:

    Hi,

    I have replaced web icons for images writting in the page title something like this:

    Contact

    Width and height changes because I changed it, and then, some CSS tweaks :)

    If you need more help just ask me!

  31. Stuart says:

    The NextGen Galley effects are not working, any help?

  32. Paullonger says:

    Hi,
    Does this template work without AJAX?
    How much cost “no ajax” version?
    Or it’s possible to make “ajax” version more seo friendly?

    Thanks

  33. sammoudimaher says:

    how to make this theme RTL ؟

  34. Marty says:

    HI…
    i have uploaded your theme, but like someone above it will not show any content? just the message..

    This theme is released under creative commons license, all links in the footer should remain intact. To remove this message, please re-upload footer.php file of this theme again or you can buy premium version of this theme to remove links. If you do not have copy of this theme, you can download it from wpskinslab.com

    I have re-downloaded the theme, uploaded it and it still remains the same?

    Also where is the buy button for the themes? :) or do we just contact you directly.

    Cheers

    Marty

  35. Bo says:

    when i click on the images of the Portfolio is there any option to include link or sample website link??
    Is that possible to have the description of the portfolio

    Thanks in Advance.

Leave a Reply