ThemeForest

Minim - Portfolio/Small Business WordPress Theme

  • Elite Author
  • Exclusive Author
  • Egypt
  • Sold between 100 000 and 250 000 dollars
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users

very great, Good luck with the sales!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Okay thank you! buying theme now!

WPExplorer

Sweet. Let me know if you have any questions or suggestions!

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Israel

Hello, i like this theme, but before i buy it i would like to know if it’s supports RTL ?

WPExplorer

The theme doesn’t have a rtl.css file…so no. sorry. Would probably take quite some time to create one, I might consider doing so in the future if the demand is higher.

Thank you for the interest.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
ChrisSan Purchased

Hi there WPExplorer,

Thank you great clean theme, I have some questions:

1. I have sub categories in my folio and the drop menu do’s not show up well, with sub categories leaves a space of its parent.

2. I’m using W3 Total Cache, and I’m unable to minify the scripts it all breaks on the front page.

3. I also like to change the prettyphoto theme but I can not find the the settings in the jquery.init.js to change it to dark_rounded etc.

4. its there a way to have more then one folio page so I could separate the topics?

Merry Xmas to hear from you soon. Many Thanks

WPExplorer

Hi,

Thank you for the purchase.

1. To be honest I never tested the subcategories. It’s a pretty easy fix though. You need to change the “hierarchical” parameter for the category lists to 0 or false. This way they won’t be displayed as separate UL’s. I’ve just updated my theme to fix this issue. If you want to contact me via my profile page I’ll send you the update.

2. Not all scripts can be minified. I do see a couple though I must have forgotten to minify which I will be updating right now and I can send you the updated js files. So you can un-select the option from the chaching plugin.

3. You’ll need to add another parameter to the javascript to define your theme.

theme: 'pp_default', /* light_rounded / dark_rounded / light_square / dark_square / facebook */

example of how to do so in jquery.init (lines 87-93)

$(".prettyphoto-link").prettyPhoto({
                                theme: 'dark_square', 
                animation_speed:'normal',
                allow_resize: true,
                keyboard_shortcuts: true,
                show_title: false,
                social_tools: false,
                autoplay_slideshow: false
            });

4. You can create multiple portfolio pages by using the category structure. If what you are looking is to have a 3 layer portfolio with all > category > sub-category > post - it’s going to take some customization, as I don’t create my themes in this fashion as most customers prefer the other way.

I think what I can do to help accommodate your needs is add an option in the theme settings so that on portfolio categories you can choose for the drop-down menu to show only child categories of the current category as opposed to all categories. Would this help?

-AJ

ChrisSan
ChrisSan Purchased

WPExplorer,

Many thanks prompt reply and all the great help, I have PM you with more detail.

Many Thanks

CJS

  • Bought between 50 and 99 items
  • Germany
  • Has been a member for 3-4 years

Hi AJ !

At first Merry Christmas to you and everybody else …

Nice theme …

But the alert shortcode

[alert color=black]Your Text[/box]

dont work … ;-)

WPExplorer

Thanks.

Oh, did you copy the code from the documentation? I need to fix that…see how I closed it with a “box” you need to close with “alert”. Also the color choices are currently only blue, green, red, yellow.
http://wpexplorer.com/premium/minim/shortcodes/

[alert color=red]Your Text[/alert]

If you want a black alert its really easy to ad though as well…you can use the color black then add some css such as this:

.alert-black{margin: 20px 0; padding: 15px; background: #000; color: #fff; }

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Netherlands
  • Referred between 1 and 9 users

Love the theme, but is it also possible to add widgets to the sidebar?

Or select different sidebars for specific pages?

WPExplorer

At the moment no. I have laid out the site to have a static menu so it’s more of a simple portfolio site. If more people start requesting a widgetized sidebar I will consider adding one.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users
  • United Kingdom

How do I setup the homepage for an image slider rather than a video?

I won’t be using the Portfolio section in it, so preferably an alternative would be goodl.

EDIT : Nevermind, found it any way :)

WPExplorer

You got both working? They should be explained in the theme’s help file. 8-)

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Italy

Hi, i wanna buy your theme, is so easy and cleany, is it also possible to add widgets to the sidebar? If no, when is it possible? I wanna buy it when is possible!

WPExplorer

Not currently. Let me work on a widgetized sidebar option…should have it done in a few hours. I’m sure many would like this capability.

WPExplorer

I added the option for a widgetized sidebar…you can see a live demo here: http://wpexplorer.com/premium/minin-sidebar/

The theme should be updated soon, if you get it and the option isn’t there please let me know and I can email you the latest version.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Netherlands
  • Referred between 1 and 9 users
_jd Purchased

@WPExplorer

Can you also include a ‘installation guide’ for people who edited the files instead of the regular ‘replace current theme files’?

And is it possible to add more fields to the portfolio admin page, like ‘year’, etc?

WPExplorer

Installation guide…for what? The theme update? You can open the files mentioned in the changelog then either compare the code yourself or use a file comparison software to see what areas of the files differ – there are many great programs for this.

You mean meta options? These are pretty simple to add. You’ll need to edit the file located at functions/meta/meta-box-usage.php to add your new fields.

Then take a look at single-portfolio.php lines 14-17 to see how I set those meta options as variables for use in the theme.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Quick question, when uploading images, does this create an automatic thumbnail?

WPExplorer

The thumbnails are cropped by Wordpress upon upload and it uses the “featured image’ function so you can select which is your featured image.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

Hello, I can see this is a carefully planned and beautiful theme! Before buying it, Id like to know if it’s possible/easy to change the main background, and if the fonts used support accents.

WPExplorer

You can always change the background via the style.css file or via the custom css field in the theme panel by adding your own css to override the default. You might want to edit the box shadow though on the main containers if you do ever change the background.

The logo font “Pacifico” supports only Latin characters. The body font is just arial/helvetica which are your default computer fonts And the headings use the “Open Sans” font by Google. I only added latin support in the theme to keep it loading quick, but if you see on Google fonts it does support more characters.

Default-user
macqueen Purchased

Thanks for the answer, I purchased the theme and have it installed :-) How do I replace the “Open Sans” font with its set with accents?

WPExplorer

Open the style.css file and at the top you will see the ‘import’ function for the Open Sans font.

Next you go to Google Fonts, find Open Sans, then select the import option and check all the character styles you wish.

If you don’t quite understand, I can email you the updated style.css file with all the characters – note, you might want to try accents and see if it works first (is it for tildes?).

Let me know.

Default-user
macqueen Purchased

Thank you, I found out it was my mistake on translating the files! noob

Default-user
macqueen Purchased

Hello again! Im having problems to build the portfolio page. Although Ive figured out how the galleries work, everytime I upload the featured image, it’s added to the gallery too… I saw in the manual that it should appear a “Include featured image in gallery” but I dont have it :( Any ideas? Thanx in advance!

WPExplorer

Hi,

I just checked out my files and it looks like I might have forgotten to include the meta option for this. Oups!

Please email me via my profile page so I can send you the files to update. Sorry about the inconvenience. And thank you very much for letting me know.

-AJ

Default-user
macqueen Purchased

No prob, email sent!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
babolatt Purchased

Hi!

Unfortunately I can not do a photo gallery, the template doesn’t work. I did everything as you can write in the doc file. (new page, photo gallery template, upload pictures) After I finished these, my gallery page was blank. If I reselected the template on default, the pictures were visible, but without the lightbox.

Otherwise, the lightbox doesn’t work anywhere if I upload a picture, just if I add the classes by manually. (attachment-post-thumbnail alignleft, prettyphoto-link)

I tried to do a simple page with slider, but I could not figure out, how can I add the slides.

Can you tell me what did I do wrong?

And another question: I would like to change the order of the main buttons of the home page. (Latest post and recent works) How can I do that?

Thanks! :)

WPExplorer

It is extremely simple to add these gallery pages. These are the steps.

1. Create your page. 2. Upload your images while in the post editor for this page, so they are attachments for the post (DONT insert the images to the post, just upload) 3. Select your page template – either gallery or slides.

I am currently traveling, but I can make a video for you if that helps. But it should be that easy to do. Also you can always send my your info via my profile page so I can log into your site and see what’s up.

You’ll need to edit index.php. If you do a search for those 2 strings you can see how they are added as li elements. You should be able to simply switch the order around.

Default-user
babolatt Purchased

Hi! Thanks your quick reply, I can add gallery and slider page now.

WPExplorer

Awesome ;)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
HerrMeier Purchased

Hi! Thank you for this theme, I love it! It is the first WP theme that I have bought.

I have just one question: I have no clue how to manage the images on a blog page to be shown as a lightbox. They always open as a single image on a blank page.

Thank you for your advice! Jorge

WPExplorer

Thank you for the purchase.

The lightbox is built-in for the gallery style template:

http://wpexplorer.com/premium/minim/photo-gallery/

You can see how to make these in the theme documentation.

If you want to use the lightbox script within the post editor for any post/page it’s also possible. But you must do so in HTML mode. What you need to do is click on “html” in the post editor and add the class “prettyphoto-link’ to the link attribute.

example:

<a href='LINK TO LARGE IMAGE" class="prettyphoto-link"><img src="LINK TO SMALL IMAGE" />

Does this make sense?

I can make a quick video tutorial if you don’t understand. It’s pretty easy though.

-AJ

  • Bought between 100 and 499 items
  • Canada
  • Exclusive Author
  • Has been a member for 4-5 years

Hey, purchased the theme…awesome!

quick one: how do i make the navigation on the left stay in place, static. I don’t want it to move down as i scroll.

thanks in advance :)

WPExplorer

Hi,

Thanks for the purchase.

If you go to Appearance—> Theme Options, it’s one of the options near the end of the page. You can enable/disable the static sidebar, which will also enable sidebar widgets.

-AJ

  • Bought between 10 and 49 items
  • Czech Republic
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 1 000 and 5 000 dollars
webakery Purchased

Hi there,

The last WP Theme was a dissaster for me. I spent more then 30 hours trying to make it work and setup the page the way I like it, and that was all just WP changing, no code changing. At the end of everything i checked my site in FF and everything was completely broken.

So I head back to the TF and looked for other, better template. I have bought your template and I must say. I have been stunned! The difference and improvement from the other template cannot be even tell. I mean seriously. You have seperate post types for portfolio and blog (which you might want to mention in description), Slider is extremely easy to use as well, and then the theme options? I have never saw better administration of theme options then in this template! And everything is made by ajax which will save you A LOT of time on slower connection.

All together, this was my greatest buy on Themeforest.

Thank you!

WPExplorer

Thank you so much for stopping by and leaving such a nice comment. I am glad you are enjoying the theme!

Please let me know if you need any help with your project. And if you get a quick second to rate my theme i would really appreciate it.

Have a great New Years!

-AJ

Default-user
webakery Purchased

Ah just one thing, should we expect update for responsive fixes? Thanks

WPExplorer

The theme isn’t a “responsive” theme. Did you mean if I am going to release a responsive version?

Default-user
webakery Purchased

Well more of an update then another template. Also I have another problem with the template, but I will send you an email about it.

Thank you

WPExplorer

Sure, I’ll check it out.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 5 000 and 10 000 dollars

Looks great, good luck with sales ;)

WPExplorer

Thanks.

  • Bought between 100 and 499 items
  • Canada
  • Exclusive Author
  • Has been a member for 4-5 years

Awesome thanks for the help, sorry just one last question.

How do i make the sub menus appear like normal menus…I just want to style them with a different color in css instead the slide out it has now.

hope that made sense.

WPExplorer

Humm…

Currently the theme uses the SuperFish javascript plugin to make the drop-outs.

1. First you need to open functions.php and remove the Superfish enqueue statement.

2. Open style.css and remove all the sf-menu classes to remove the drop-out styles. So basically only keep the main #menu, #menu a, #menu li styling.

3. Then style your sub-menus like using #menu ul ul{ your css }

Does this help at all?

Default-user

I think that would do it but which line do i remove in the functions.php – just a bit confused.

WPExplorer

Sorry, I was traveling and didn’t have my files with me.

The lines you need to remove in functions.php are 75-76:

wp_enqueue_script('hoverIntent', get_template_directory_uri() . '/js/jquery.hoverIntent.minified.js');
wp_enqueue_script('superfish', get_template_directory_uri() . '/js/jquery.superfish.js');

That loads the javascript for the slide-out drop-downs.

Also you will need to remove the following line in js/jquery.init.js (26-31)

    
         $("ul.sf-menu").superfish({ 
            delay: 600 // 0.6 second delay on mouseout 
        }); 
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Netherlands

Thanks for this great theme. It was easy to adjust. I only miss the bullet list and tables. I want to make a price list.

Maybe something for a new release

Check it out on http://www.trouwkaartopmaat.nl sorry dutch website

WPExplorer

WOW . Nice customization man! Do you mind if I show people?

I am currently on vacation. If I get some time I can update and add a couple shortcodes for this. Any specific style you were looking for in particular?

maartenschraven

Thanks for the compliment. Offcourse you can show it, no problem. It is still work in progress.

The tables must be simple i guess, just a small header with bold text and a color background. Same you do with the buttons with the color options.

I’ve used a great background plugin. You can change the background on every page. And today i’m going to implant google maps for the contact page. Te portfolio is going to change into a webshop. So if you click on an item in the portfolio you can order that product (wedding cards)

Have a nice vacation, thanks for your reply

WPExplorer

Ok. I’m trying to get some internet access tonight and maybe I can update the theme with a simple table shortcode. Although in the past I’ve found these to be pretty horrible (aka, hard to use) have you tested any of the table plugins out there?

Also, what I personally prefer, if it’s your own site…to use a program like Dreamweaver to build your tables then paste the code via the post editor in “HTML” mode. That’s what I normally do 8-)

Did you use Pippins background plugin?

Good changes so far. Best wishes & happy New Year.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hi,

Is this theme compatible with Buddypress and BBpress and WP Multisite?

Many thanks

WPExplorer

The demo currently runs on a Multisite installation. So yes for that.

However, the theme doesn’t have any buddypress or bbpress support built-in. Those themes typically sell for $40+

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 1 and 100 dollars
  • United States

Happy Customer here!

Only question I have… What subscribe via e-mail widget are you using in the theme demo?

Thanks much!

Best,

Opus

WPExplorer

Great ;)

The subscribe widget is the one that comes with the WordPress JetPack. The theme also supports the jetpack recent tweets widget.

TheOpusFuller

Hey WPExporer,

Thank you for clearing that up. It’s been a while since I used wordpress. This is the first time I’ve seen this Jetpack addon. Very cool stuff. I’m all good up and running now.

Did you code the theme to automatically transition through images when put into a gallery? Is there anyway to turn it off?

http://bit.ly/tlSphe

See above link.

I’m trying to add an image gallery. When you click on an image I’d life for that image to remain static…. I don’t want it to transition and change to the next one automatically.

Anyway to keep this from auto transitioning?

Thanks much!

  • Also to add. I don’t want to take away the transition function on the entire theme. I like how the home page slider images have the auto transition set up. I only want to disable the automatic transition when viewing photo galleries, etc.
WPExplorer

Hi,

Yes, to remove the gallery transition it’s very simple. Open the file called template-gallery.php and change (line 44) where it says:

rel="prettyPhoto[gallery]" 

to

class="prettyphoto-link" 
TheOpusFuller

Great. Thanks for that.

By changing that code it kind of breaks the “pop-out image effect”...

When clicking on the image, it opens up a new page to show you the image. I still would like to keep that “pop-out image”... I just want to lose the auto transition.

I tried installing a lightbox plugin to see if that would work but no luck.

Am I asking too much!? Ha Ha.

Also,

I notice when you select Image Slider for the “template setting” you’re able to type text in the body of the page and it will show up.

When you select Image Gallery you lose the option of typing anything and having it show up on the page.

Is there a way to select Image Gallery and also keep the option of typing text and having it show up in the body of the page?

Thanks for the help.

WPExplorer

Please contact me via my profile page and I will send you the updated file so that you can have text there – this should have been default, but I must have forgotten something.

While I’m at it, I can customize the file so it opens without the gallery setting for you.

by
by
by
by
by