This item is by an Elite Author
MattMao
- Elite Author
- Exclusive Author
- Has been a member for 1-2 years
- Sold between 50 000 and 100 000 dollars
- Bought between 1 and 9 items
- Referred between 10 and 49 users
819
Purchases
Buyer Rating:
4.49 stars
4.49 average based on 91 ratings.
-
5 Star
6874%
-
4 Star
1010%
-
3 Star
77%
-
2 Star
22%
-
1 Star
44%
| Created | 29 December 12 |
| Last Update | 1 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- clean
- creative
- google fonts
- jquery
- minimal
- multi-purpose
- portfolio
- responsive
- seo friendly
- slideshow
- unlimited sidebars
- wordpress3.5.1
© All Rights Reserved MattMao -
Contact Envato Support


Hey Matt.
I have noticed that the pagination doesn’t relate to the custom portfolio order… is there any way to get this to work with the custom order?
Thanks!
No, it’s impossible. Wordpress does’t support this way at the moment.
Hi! Great theme! I have a question before buying. Is it possible to have more than one Portfolio pages in this theme without having to change the code? We are two persons in my company with different personal Portfolios.
Br / Jonas
Yes, you just need to use the portfolio shortcode.
Replace the category id “1, 2, 3” as your category ids.
Hi Matt, Another question. How can I change the picture of ‘meet the team’? Thanks in advance!
Upload the image, and replace the image url as yours.
You are quick! Thank you very much!
Where can I find the url?
View the code in the editor via HTML mode.
And how can I change it to only one column?
Change what?
I’m sorry… How can I change ‘meet the team’ from three columns to only one?
Enter the below code in the content, don’t add any column.
Thank you for your help!
Sorry, One last question. Can I link the facebook, linkedin and twitter icons in the ‘meet the team’ area (beneath the foto) to my facebook-, linkedin- and twitteraccounts?
Hi, you just need to replace the link=”#” as yours.
Thank you!
And can I also ad pinterest, tumblr, etc.
All the icons are here: http://demo.themerecord.com/dano/shortcodes/social-icons/
Hi! The caption doesnt show in the slideshow on homepage. Do you know why?
http://www.ernst.sould.se/ password: vegagatanThx!
Incorrect Password
No, it should be right. vegagatan
Ok, I know your mean, the caption is showing, but it does’t change. I will fix the issue in next week.
Now, you can add the below code in the theme options => General => Custom Styles
.flexslider .slides li { position: relative; }Is there an Instagram Widget that you recommend for this theme?
Sorry, I have no idea to recommend the plugin.
alright
Thanks anyways
Hi Matt,
1). Got the 6 column gallery shortcode to work great on the pages as per your instructions. Just wondered if there is any way to center the gallery on the page as it appears on the left and with a large strip of blank space on the right (please see link below).
http://www.thelensbox.com/design-lens/2). Is there a way to create more space between the logo in the header section and the description line below it, so they are not so close to each other? Maybe it is a margin setting around the logo or the description line in CSS?
Thanks for your help.
1). No, it does’t support to set it center, you can set the column as “7”.
2). Edit the below code, and add it in the theme options => general => custom styles
.site-header-section { height: 130px; }Thanks Matt.
1). 7 columns does look better, however resizing of the page gives an uneven distribution of the boxes, i.e 4 on one row, 3 on the other. Maybe this is something that could be looked at for future updates if it’s not an easy fix now?
2). This code allows resizing of the whole header section, but I wanted to create more space between the logo and the tagline/description underneath. Would I need to resize the logo file with space around it before uploading? Would this help solve this issue?
Thanks
1). The gallery is that you are using now. It’s the wordpress default functions. Maybe I will add a new funcation for this in the feature version.
2).
.site-logo p { margin-top: 15px; }Ok, thanks Matt!
Hi Matt! I purchased your Coraline WP template and I am green as they come using WordPress and am excited to learn more.
I am having difficulty understanding how the portfolio section works. Do I need to create category sections first, then add new portfolio pages. My images are not going under the right categories. Can you please point me in the right direction in getting started with setting up the portfolio section. Also, I see images need to be a min. of 660px wide. Is there a certain height all images should be to maintain consistency?
Many thanks!! Caryn
Hi, please post your issue on the current item page. If you post other theme’s issue here, I will not reply it.
Hi Matt, can u check plz my portfolio web and portfolio details? There is not title on each portfolio detail. Some CSS i have tocuhed? thx
http://www.virgiliodelavega.com/proyectos-diseno-grafico-web/The title is in the page header, you have disabled it.
I mean the title on each portfolio page, like: http://www.virgiliodelavega.com/portfolio-item/resume-flat-web-design/ and http://www.virgiliodelavega.com/portfolio-item/planetcom/ I can´t find the css
Yes, I know your mean, the portfolio single page title has been added in the page header, but now you are disabled the page header.
I am trying to understand, if I choose Page Header: enable, the title shows at every page and single page. but for example in the blog pages, the title shows twice (http://www.virgiliodelavega.com/harlem-shake-baile-locura-y-marketing-viral/) up h3 in the page, and below h2. What I mean, how do I set an h2 title to any single portfolio page. Is that possible?
If you need, you can add the title in: include/php/portfolio-single.php
before the line: 147
<div class="post-title"><?php _e('Project Details', 'mm_lang'); ?></div>Added:
u mean line 171 in include/php/portfolio-single.php I just add h3><?php the_title(); ?>” before the closing tag?
http://cl.ly/image/2g0R1s0b2Q2YNo! Please search the code I have posted above.
Replace
<div class="post-title"><?php _e('Project Details', 'mm_lang'); ?></div>With
<h3><?php the_title(); ?></h3> <div class="post-title"><?php _e('Project Details', 'mm_lang'); ?></div>Thx, I Did it, but it appears at left side and very small http://cl.ly/image/1u1V2Q3w2N0E
but I meant to add an h2 or h3 at top of single page portfolio, like in blog detail h2 class =entry-title” http://www.virgiliodelavega.com/consejos-utiles-para-responsive-design-iii/
Not sure if is that possible
thx
in: include/php/portfolio-single.php
Replace
<div class="post-title"><?php _e('Project Description', 'mm_lang'); ?></div>with
<h3 class="title"><?php the_title(); ?></h3> <div class="post-title"><?php _e('Project Description', 'mm_lang'); ?></div>Then add the below css in the theme options:
.post-portfolio .post-format .title { line-height: 28px; font-size: 24px; margin-bottom: 5px; }Hi,
We want to have more than one portfolio page. One being PROJECTS and one being GALLERY.
Do we put all the categories for both PROJECTS & GALLERY in the Portfolio Category section?
How do we link the PROJECTS section to just show the PROJECTS category and GALLERY section to just show GALLERY portfolio posts?
I saw you posted above that we have to post the shortcode: [portfolio_classic category=”1,2,3” column=”4” posts_per_page=”20”]
Somewhere but I wasn’t sure where?
Thanks very much
Ex for how to create one page, others you can do it like this.
1). Create a category named: PROJECTS, if you have sub category, you can put them under the PROJECTS.
ex: PROJECTS—cat one (Ex: id=1)
2). Create a page named: PROJECTS. And enter the below code in the content.
You should replace the category id “1,2” as your real category ids that you want to display.
Thanks for your reply.
I’ve done that & it’s not worked, we created a category called ‘Projects’. Created a page with the portfolio template called ‘Projects’ and in the body of the page (in the text box) we put [portfolio_classic category=”11” column=”4” posts_per_page=”20”] -
What do you mean when you say ‘enter the below code in the content’?
1). Create a page, select the tempate as “Full width”, don’t use the portfolio template.
2). Add the code in the content.
Thanks – we set the page to Full page instead of selecting the Portfolio template and now I get a blank page with no content.
Are you sure the category id is “11”? And have you added items for the category?
I’ve double checked categories, it’s definitely 11 and there’s definitely 2 Portfolio pages with that category
Please send me a message from my profile page contact form with your wp login information, and tell me what’s the issue in the email.
Hi Matt,
I have chrome problem with my default language. It appears only in chrome. When I load for the first time in the day my site, it loads the English version of the site not the default language I’ve choose. If I close the tab and reload it loads the right default language.
I am not sure how to fix this bug, or I have to write ti WPML forum.
Thanks in advance
I’m sorry. I do not provide support for any 3rd party plugins or rectification of issues occurring from using said 3rd party plugins. You can get help from the plugin, if it’s a common bug, I think you can find the fixed for it.
Thanks Matt.
That’s ok.
Hello,
I made a page for a portfolio I want to exhibit. But I don’t want the captions to lay on top of the image. How can I change the caption to show under the photo? See it here: http://charlesludeke.com/rebuilding-strength.
Similarly, when I try to make a new portfolio as an alternative, none of the images I insert into the post are showing on the edit page as I’m working.
Any suggestions on what I’ve done wrong?
Thanks!
1). In: wp-content/themes/dano/stylesheet/master.css about line: 143
Replace
With
2). How to add the portfolio item, please see the documentation=>I. Portfolio & Blog Posts => a). How to add portfolio post.
That changed it to the bottom of the photo. I was hoping it would be under the photograph.
Thanks for all of your help. This is a really great theme.
In: wp-content/themes/dano/stylesheet/master.css about line: 141-144
remove the below code:
Thank you!!
I’m also having trouble where the image on the home page is displaying smaller than I have it listed for.
And can I add an instagram social link? You have one on the demo, but it’s not on my template.
Thanks so much!!
1). Please show me your page with issue.
2). You should use the latest version of the theme.
The main page — http://charlesludeke.com. I uploaded a photo 1280px wide.
OK thanks, I will update
You should select the template as full width.
Sometimes I lack basic reading comprehension. Thank you!
Hi there,
Fantastic theme! Thank you so much.
Just a quick question, I need to embed a full width video on my home page http://websofinfluence.com/ and can’t get the video to appear using the following technique:
I added the following code to the blue.css and master.css files (under wp-content/themes/dano/stylesheet)
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
I then inserted this HTML into this page: http://websofinfluence.com/speaking/, which works:
<iframe src=”http://www.youtube.com/embed/NyRAug0jy3c” frameborder=”0” width=”560” height=”315”></iframe>(taken from http://avexdesigns.com/responsive-youtube-embed/)
Can you tell me why this isn’t working on the home page, and how to fix it? Thanks, Nathalie x
Hi, thanks for your kind words.
1). I do not provide customization services for any functionality not already provided within my themes/files.
2). The max width is 1180px, if you add the video code in the homepage, the max width is 1180px also.
BTW, the theme has some video shortcode, you can see here: http://demo.themerecord.com/dano/shortcodes/video/
there is a lightbox in your theme i can use, right?
tnx for help. sabrina
Hi, please show me the url without themeforest frame. If you with the frame, I can’t visit the real page.
Please do it as below, don’t use the wordpress default gallery code.
1). Create a page, and enter the below code in the content.
Ex:
, you should change the id ‘88’ as your real page/post id.2). Upload images to the current page/post.
wow matt thanks for your very fast reply! well i did it, the thumbs shows up, but when clicking on the picture it does not open in lightbox…?
http://denkmotor.nemuk.com/tool/impressionen/Hi, I have checked your site, it’s using the default wordpress gallery, have you changed some files of the theme, and are you sure you have used the code I have told you?
yes, i’m using a child theme, but nothing in functionality… i use exactly your shortcode
[gallery columns=”4” id=”1693”]
with my page id… and i upload the image in my page without clicking “gallery”...
Please check to the main theme, then test the issue, if you still have the issue. Please send me a message from my profile page contact form with your WP AND FTP login information.
hi matt, tnx i just sent it by mail.
hi matt, thanks for the great theme! i’ve just one question, sorry if i missed that point. is it posible to create multimedia-content portfolio pages? for excample i’d like to show a video and some making-of images below it. you know what i mean? does that work? is there kind of a shortcode?
thanks!
Sorry, it does’t support this, you can only choose images, slidershow, or video. I think you can create a page, then add the images and video.
hm? ok, thanks… of course, if i’d create a normal page that would work. but than i have no posibility to get this page listed under portfolio, right?
Yes, it does’t support to add the page to the portfolio.
I must let you know that: I do not provide customization services for any functionality not already provided within my themes/files.
Now I can tell you a way, you can have a try. But I’m not sure that’s you want.
in: wp-content/themes/dano/single-portfolio.php
Repalce
With
<?php mm_content_portfolio('video', $layout); ?> <?php mm_content_portfolio('image', $layout); ?>Though you don’t do any customization service, you’ve done it! Nice! That was exactly what I was looking for! Thank for your support!
That’s ok. This is just a testing.
looks like a great theme but in the demo i’m not able to change the design colors or the layout style to full width etc… by using the style switcher. i have no option to save my settings, only the reset button…
You don’t need to save the change, just click the colors or layout.
that’s the problem, when I click a color or layout nothing changes…
what’s the browser are you using?
firefox 19.0.2
The switcher is working well on firefox.
How do I get more than 8 photos to show in my portfolio slide on my home page. My portfolio page had over 20 photos in it from 3 different categories. The 8 photos are coming from the different categories but I would like to have more than 8 show in the scroll. I have looked for options for [portfolio_slide] but I can’t find one to set this number.
Thanks! Love the theme, going to go add stars right now…
Ex:
Set the posts_per_page=”8”
Thank you. I actually wanted more than 8 photos so I set the posts_per_page to 52 and can now scroll through my whole gallery. Thank you for the quick reply!
That’s ok.
Ok so I’m kind of getting frustrated with your theme by having all these problems – and it is NOT my hosting.
I’ve updated to your latest version and made the necessary updates, followed your instructions on getting/updating the Twitter OAuth information, and now I have no twitter feed displaying anymore.
Have you rewrite all the files? If your settings are correct, and your still have issue with the twitter, I suggestion you try to use a twitter plugin, some plugins are using JS to get the data. But in my theme, I used the php and the latest API 1.1, maybe some hosting does’t support this way.
Hi, Considering this awesome theme, I was wondering whether it was possible to remove some informations from blog page and blog post : date, posted by, comments, social sharing… I have a special need about a book online, and that’s the point… Thanks.
I: wp-content/themes/dano/single.php
about lines: 31-34 Remove
<div class="post-date meta"> <span class="day"><?php echo get_the_time('d'); ?></span><span class="month"><?php echo get_the_time('M'); ?> '<?php echo get_the_time('y'); ?></span> <?php if( function_exists('zilla_likes') ) : ?><?php zilla_likes(); ?><?php endif; ?> </div>about lines: 38-40 Remove
<div class="entry-meta meta"> <?php _e('In', 'mm_lang'); ?>: <?php the_category(', '); ?><span>/</span><?php _e('By', 'mm_lang'); ?>: <?php the_author_posts_link(); ?><span>/</span><?php comments_popup_link(__('0 Comment', 'mm_lang'), __('1 Comment', 'mm_lang'), __('% Comments', 'mm_lang')); ?><span>/</span><?php edit_post_link( __('Edit', 'mm_lang'), '', '<span>/</span>' ); ?> </div>It works, pefect
What about this line, about navigation ? “You are here: Home – XXX – YYY” still on the blog post page Thanks.
Frederic
Go to the Theme Options => General => Breadcrumb => Disable
I’d need to apply on the blog page the modifications you mentionned on the single.php page. Could you help ?
Remove the same code in: wp-content/themes/dano/template/blog-list.php also.