Yasmin

Yasmin

Yasmin is a responsive wordpress theme. That means the theme will adjust itself to the screen size of various devices used to browse the web. Let that be your desktop, laptop, tablet or even your smart phone. You will not have to swipe and drag to see the content overflowing your small screen sized devices. It is not only the site layout that is responsive, even the media elements like images, slideshows and videos are responsive in this theme. This is based on the skeleton Framework.

This theme is also powered with features like custom post type, taxonomies, custom menu, featured thumbnails etc.Portfolio post types are used to display your portfolio items. This theme supports 2 portfolio items.

1. Image

2. Video

Watch the following screencast to see how to create these portfolio entries.

Theme options

1. Logo

You have an option to set an image logo for your website. You can upload your logo image and set it as your logo with this option. Mind the height and width limitation of the site header while creating your logo image.

2. Social network

You can set various social bookmark links like, Twitter, Facebook, Linkedin ec.

3. Featured slider

This is an area to display a large featured image slideshow. You can set this section to be visible or not. You will have the option to select the category from which the featured slider pulls the images and also set the number of images to be shown.

4. Callout box

This is a customizable area that can display any callout text you want to display. You can choose to display or not to display this section. You can also enter the custom content via the theme option.

5. Portfolio page

Select the Portfolio page. But you will have to create the Portfolio page using the “Portfolio-page” custom page template.

6. Blog page

Select the Blog page. But you will have to create the Blog page using the “Blog” custom page template.

Custom Page templates

This theme comes with 2 custom page templates.

To use the custom page templates, just create a NEW PAGE and select the appropriate template from the template dropdown list in the page attributes.

Blog template

The blog page template can be used to display the blog section of your site.

Portfolio template

Use this template to show all the portfolio items you have on the site.

 

  • webgalactica

    By the way the vid above is not working

  • Amber

    Hello, my portfolio pages navigation does not work. I have 5 pages in my portfolio but no matter what page button I click it only shows me page one

  • Amber

    Is anyone actually checking these comments? Hello, my portfolio pages navigation does not work. I have 5 pages in my portfolio but no matter what page button I click it only shows me page one

  • http://webmastergalactica.com/ Webgalactica

    Hello

    its really to bad that the info on the theme is hard to find. the theme is great but i cant work out the main tools. 1. the portfolio – how do i set it up? i created a portfolio page but get the 404 error thing.
    2.the slider – i want it on the home page but it does not even work on the page it shows.

    please provide more support on this theme

  • kuished

    Hello, just installed a fresh copy of the theme on a fresh install of WordPress 3.4.2 but I’m getting the following error:

    Fatal error: Call to undefined function of_get_option() in /home/content/52/8239152/html/staging/wp-content/themes/Yasmin/header.php on line 66

    Any ideas how to resolve the issue?

    Thank you!!

  • Javier Ríos

    I have this problem. Thanks

    Fatal error: Call to undefined function of_get_option() in /homepages/41/d417962816/htdocs/wp-content/themes/Yasmin/header.php on line 66

  • Jim

    trying to work out how to add ‘buy now’ buttons to my portfolio images…any help appreciated. Thanks

  • Marlou

    Trying to install Yasmin on WordPress, but get keeping this message: The package could not be installed. No valid plugins were found.

    What to do next?

  • koji

    Hi, I want to remove button of linked in and others.
    How to remove it?

  • Ashish

    Nice theme, smoothly going so far… Need one help. There is link on the homepage which is pointing to Portfolio and Blog page in “View All” and setting for the same is there in theme options. But I want to list Posts in place of Blogs. Currently its not showing posts in the drop down. In the settings its showing pages in both the selection “Portfolio” and “Blog”. Please help.

  • Marise

    Hi, I’m really happy with this theme, but experience one problem. The picture slider in the portfolio is always having one extra empty slider besides the pictures I added, which makes the portfolio text jump up and down. I did not upload a non-existing picture (is this even possible?) so what can be the problem?

  • webgalactica

    Hi …Great theme!
    About title tag for home page …is there a way to edit the title tag on the admin without going into the files ? in other word – the home page only shows the name of site..looking for the settings where i can change the title tag …any ideas ?

  • dccm1021

    hi, I made 2 filters for the portfolio. Is it possible to have all the posts in the first filter shown in one row and the posts for the second filter in the second row? thankyou!

  • http://weblogs.name/ Read Our Weblogs

    Very nice them, say the fast and personal attention. You’re big & I thanks for the great Theme.

  • http://www.uk-blog.com/ uk-blog

    It’s a really great theme. The word press theme it will
    ready for today & you do a great work & its really vary nice. Thank you.

  • Laura Fujiko

    I’ve just changed my template with Yasmin and I really love it! I was wondering if somebody can explain me how to do this: I’d like to replace the “latest project” section with the latest 3 recent posts from a specific category, and leave the bottom section with the general recent post.
    It should be quite easy, but I just can’t figure it out :(

    • LauraFujiko

      I finally figured out how to do it!

      • JaredS

        How did you get rid of the projects section?

        • LauraFujiko

          By replacing the project section with the code below in index.php. Remember I wanted to show a specific category latest posts (3). If you don’t want the project section at all, simply delete the code in index.php

          YOUR TITLE GOES HERE

          WRITE WHAT YOU WANT

          BROWSE

          have_posts

          ()) : $recent->the_post();?>

          <a href="” rel=”bookmark”>

          ID), ‘index_wide’); ?>

          <a href="”> <img src="” class=”index-wideimg scale-with-grid”>

          <a href="”>

  • http://roniweiss.com Roni Weiss

    Trying to figure out why all the latest posts are the same date, despite not being posted on that date.

    http://nytravfest.com

    Thanks,

    Roni

    • http://roniweiss.com Roni Weiss

      Anyone who can help me on this?

    • http://www.facebook.com/adam.haining Adam Haining

      Roni, it should show the correct date by default, but it looks like the “3 March” date you’re seeing is showing the month # and month name instead of the month name followed by the actual date. To fix this, you’ll have to edit some code, but don’t worry, it’s not too hard. In the admin go to Appearance > Editor, and then on the far right look for a file called Main Index Template (index.php). Click on that, and then search for code that looks like this:

      <span class=”paneldate”><?php the_time(‘l, n F Y’); ?></span>

      Replace that entire line of code with this:

      <span class=”paneldate”><?php the_time(‘l, F j, Y’); ?></span>

      If it doesn’t look like that, make sure it does. If the post was on 3/15/2013, it will show up as “Friday, March 15, 2013″.

      • http://roniweiss.com Roni Weiss

        Thanks! All better.

      • http://roniweiss.com Roni Weiss

        Thanks for this.

        One more issue: Why does bold and italics not appear correctly? In the HTML it comes up as and and I need to go in and make it and for it to work.

  • http://twitter.com/adamlytics Adam Haining

    I ended up modifying the way the home page slider works. Instead of doing what was setup by default (it was really quirky and not easy to use), I added the WordPress Media Tags plug-in, and it allows me to tag media items. I then made it so I could just select which media tag I wanted to use in the scroller. I even have it where the caption is optional and I can have the scroller link to a specific page. It works wonders. I’d recommend that this theme be updated to do the same because it is easy-to-use and intuitive.

  • http://twitter.com/adamlytics Adam Haining

    The portfolio limit of 10 is pretty discouraging. Is there any way you can either increase this or make it a configurable limit?

  • Barra

    Love this theme. Does anyone know what the dimensions of the slider are. I have tried using my own initiative but it still seems to be cropping the image slightly, meaning the images end up off centre.

  • Barra

    Love this theme. Does anyone know what the dimensions of the slider are. I have tried using my own initiative but it still seems to be cropping the image slightly, meaning the images end up off centre.

  • Barra

    Love this theme. Does anyone know what the dimensions of the slider are. I have tried using my own initiative but it still seems to be cropping the image slightly, meaning the images end up off centre.

  • Barra

    Love this theme. Does anyone know what the dimensions of the slider are. I have tried using my own initiative but it still seems to be cropping the image slightly, meaning the images end up off centre.

  • Barra

    Love this theme. Does anyone know what the dimensions of the slider are. I have tried using my own initiative but it still seems to be cropping the image slightly, meaning the images end up off centre.

    • James

      It’s 960×500. Check my site at jamesbacarro.info

      • Mokor

        Please can you direct me on how to edit the Slider? I can’t find where to insert the pictures for the slider.

  • http://www.facebook.com/rmmoul Raymond Moul

    I’m having trouble with making a blog page. I’ve made a page for it, and set the page to use the blog template. But instead of a list of the blog posts, it onlys shows my home page. What’s the deal? Anyone else have this issue and fix it?

    fixed it. you can’t set the blog page using the wordpress settings or it will mess it up.

  • N8

    HI, Can anyone tell me how to change the social media icons? In particular change twitter for a follow me on pinterist. I would also like to remove google plus and linked in. Thanks.

  • N8

    HI, Can anyone tell me how to change the social media icons? In particular change twitter for a follow me on pinterist. I would also like to remove google plus and linked in. Thanks.

  • N8

    HI, Can anyone tell me how to change the social media icons? In particular change twitter for a follow me on pinterist. I would also like to remove google plus and linked in. Thanks.

  • N8

    HI, Can anyone tell me how to change the social media icons? In particular change twitter for a follow me on pinterist. I would also like to remove google plus and linked in. Thanks.

    • Dee

      You can remove or add icons in the header.php

  • http://www.clippingpathindia.com/image-masking.html Image Masking

    Unfortunately I can’t use this suitable theme in wordpress.com even thanks to the Yasmin .. How wonderful theme have you made .

  • INagurasi

    Hello,

    For the slide on homepage, the theme use categories (‘w2f_slide_categories’). I want to change the slide by project, how to change it?

    Thanks,

  • Mokor

    Hi,
    Great Yasmin theme. Please can someone tell me how to edit the Slider images?

  • Christian Gehrke

    Amazing job. Really love this theme and found it so easy to set up, customise and use. Thank you so much for all your work.

  • http://vcoppolecchia.tumblr.com/ Vincenzo Coppolecchia

    Hello and thank you for the awesome theme.

    I’m doing a bit of editing on this theme for my purposes and I would love to know which file of the template I need to modify for the “Recent Posts” sidebar on the right to show every category except one.

    I’ve already accomplished this on the first page (index.php) and on the blog page (blog.php) by modifying the parameters in the WP_Query(), but I still can’t find the corresponding file for the right sidebar. Can anybody help me figure this out? Thanks!

  • niko

    When i install the theme jump a error!

    Fatal error: Call to undefined function of_get_option() in/home/u505081488/public_html/wp-content/themes/Yasmin/header.phpon line 66

    And so, i dont touch nothing!

    • dan

      im gettting the same error

  • http://twitter.com/ecommerceviral e-commerce viral

    Very good theme and quite easy to personalize !

    I just wondering, I can not have bold style in my page text… any idea ?

    Another thing, what is the good dimension for the logo ?

    Thanks !

  • leah

    Does anyone know how to add a ‘comments’ section to he bottom of a portfolio page?