janintia
- Exclusive Author
- Philippines
- Sold between 10 000 and 50 000 dollars
- Has been a member for 2-3 years
- Bought between 1 and 9 items
- Referred between 1 and 9 users
623
Purchases
Buyer Rating:
4.61 stars
4.61 average based on 64 ratings.
-
5 Star
5078%
-
4 Star
710%
-
3 Star
57%
-
2 Star
00%
-
1 Star
23%
| Created | 5 June 12 |
| Last Update | 19 March 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Compatible With | WooCommerce 1.6.x, WooCommerce 1.6.5.1, WooCommerce 1.6 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Liquid |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- css3
- dark
- html5 video
- jplayer
- jquery
- light
- media queries
- minimal
- modern
- portfolio
- portfolio showcase
- post types
- responsive
- responsive wordpress
- skeleton
© All Rights Reserved janintia -
Contact Envato Support


(blank)
Hi Jan,
Thank you so much—it worked like a charm!
A few other quick questions:
1. How can I modify the “Read the rest” short-cut link that leads to blog entries? I would like for it to say something else, like “Read more” or whatnot.
2. Similarly, where can I customize blog items such as “Leave a comment” or “Posted in” so that they say something else?
3. Is there a way to change the background in the boxes on the sidebar? For example, in the portfolio section, the background for the “Categories” section is Arches. Can it be changed to something else, like Fancy Deboss? Can this be applied to all sidebar boxes?
4. Finally, is there a way I can change the font in the form buttons to Georgia?
Thanks again for all your help!
Hi tristia,
1.) For this, you have to open “functions.php” file and find this line of code:
Change the ‘Read the rest’ part to something you want like ‘Read More’.
2.) You can find them in all the files under the “inc/layouts/”. Open and search for “Leave a comment” and/or “Posted in” strings on each of the files from that folder.
3.) You have to know the file names of the background image that you want to use. To do this, you can open the “images/patterns/” folder and search for the pattern you want to use. For example, we want to use “Fancy Deboss”; you’ll see in that folder “fancy_deboss.png” (take note of the file name extension, some images are in GIF or JPG ). Take note of that filename and now navigate to your WordPress dashboard and go to the “Morphis Theme Options” panel and under “General Settings” tab, input this CSS code in the “Custom CSS ” textarea:
#secondary .widget-title { background: url('wp-content/themes/morphis/images/patterns/fancy_deboss.png'); }Notice that the “fancy_deboss.png” string is used in the code above. You can replace that string to whichever patterns you like from the “images/patterns” folder.
4.) You can include this code in the “Custom CSS ” textarea:
input.button, input.button[type="submit"], input.button[type="reset"], input.button[type="button"], form .button { font-family: "Georgia", serif; }Regards,
Jan Intia
Hello, Janin how can make the slider in homepage full width because its have white space right and left side ( pics size is: 1024 * 500 ) and also how can add instgram social icon beside Facebook ( how can add any new social icon not found in theme) pls replay me on this quiz and my last quiz about fixed blog in homepage ? thanks
Hi mohamed_m22,
1.) I am assuming that you are using the “boxed” layout version of theme. There is an option for this located in the “Morphis Theme Options” panel, and under “Skins, Styles and Fonts” tab, you’ll find the “Make Slider Boxed” checkbox option. Uncheck this option so that the slider will not have spacing on the right and left side and it will make it extend to full-width of its container.
2.) Here’s how you add a new social icon in the theme:
a.) If you want to make a “circled” icon of instagram, you can use the included PSD template files located on the “PSD” folder of the zip file of your downloaded Morphis theme package(Morphis1.6-WP) from ThemeForest. You can use the “mono-icon.PSD” file for the dark version of the theme and the “mono-icons-light.PSD” if you’re using the light version of the theme. Take note that you have to save your icon as a .PNG file to the folder “morphis/images/icon/mono/” folder for the dark version and folder “morphis/images/icon/mono-light/” folder for the light version.
b.) Once you have your icon ready and saved to either “morphis/images/icon/mono/” or “morphis/images/icon/mono-light” folder, open “theme-options.php” file and search for this code:
array( 'id' => 'arr_social_youtube_social_link', 'type' => 'text', 'title' => __('Youtube URL', 'morphis'), 'sub_desc' => '', 'desc' => __('Enter your Youtube URL.', 'morphis'), 'validate' => 'url', 'std' => '' ),and then include/add this code below it:
array( 'id' => 'arr_social_instagram_social_link', 'type' => 'text', 'title' => __('Instagram URL', 'morphis'), 'sub_desc' => '', 'desc' => __('Enter your Instagram URL.', 'morphis'), 'validate' => 'url', 'std' => '' ),This will make a textbox field option for “Instagram” social icon inside the “Social Links” tab of the “Morphis Theme Options” panel where you could add your Instagram link.
c.) For the last part, we have to include the Instagram icon so it would show up on the social icons list on the top of the page. To do this, Open “light.css” file located inside “morphis/css/skins/light/” folder for light version OR open “dark.css” file from “morphis/css/skins/dark/” folder for dark version.
.social-icons .social-icon.youtube { background: url('../../../images/icons/mono-light/youtube.png') no-repeat 0 0; }and add this line of code below it:.social-icons .social-icon.instagram { background: url('../../../images/icons/mono-light/instagram.png') no-repeat 0 0; }Note that the “instagram.png” you see in the above code is the filename of the instagram icon you have added in the “morphis/images/icon/mono-light/” folder.
* For DARK version follow these steps: – search for this line of code:
.social-icons .social-icon.youtube { background: url('../../../images/icons/mono/youtube.png') no-repeat 0 0; }and add this line of code below it:.social-icons .social-icon.instagram { background: url('../../../images/icons/mono/instagram.png') no-repeat 0 0; }Note that the “instagram.png” you see in the above code is the filename of the instagram icon you have added in the “morphis/images/icon/mono/” folder.
Regards,
Jan Intia
Hi, The heading fonts on my site are not working. Any ideas why this may be? It is like that on the demo site right now too.
Thank you,
Amy
Nevermind all fixed!
What is the best size for vertical images in the portfolio? What about horizontal images?
Hi hellolovely,
Did you mean the thumbnail images which are “round/circle” from your portfolio page? If so, the best size for the image to upload on the “Featured Image” box is a “square” sized image. Meaning that it has to be of similar width and height to achieve a perfectly round circled image thumbnail on your portfolio page. That is also the reason in the 1.6 theme update I have already added a new upload image feature “Uncropped Lightbox Image” option which can be seen on the “Add/Edit Portfolio” page. This new upload feature lets you add the “same” image you have uploaded through the “Featured Image” box but in this one, you can upload the image with any size you want. You can upload a vertically rectangled image or horizontally rectangled image and the portfolio thumbnail image on the portfolio image is still perfectly round. This is because this new upload feature is only used as the “lightbox” of the image. Meaning that it is the image you see when you click the “plus” icon of the portfolio thumbnail image.
Regards,
Jan Intia
Well that, but also the recommended size for the images within the portfolio itself?
Hi hellolovely,
Well, any image size is acceptable within the portfolio content itself. But you should know also that as a responsive site, images tend to “stretch” to fit its container of 720px. So, if you have an image with 500px width, the portfolio page will stretch it out and display it with a width of 720px and the height will also increase to maintain its ratio.
If you’re uploading a vertical image (portrait) or and do not want to have the image appear too big, then you should account for the 720px width beforehand. Set its width to 720px and adjust the height accordingly using your photo/image editor (i.e. Photoshop).
Regards,
Jan Intia
Hello,
I am about to upload this theme. If I want to start with the demo web structure, should I upload childtheme.zip instead of morhis.zip or democontent.zip? Thanks!
Caro
Hi Caro,
Thank you for purchasing the theme!
No, you should upload the folder containing the “morphis.zip” file also. In your downloaded package(Morphis1.6-WP.zip) file, I have included a “PDF” file under the “HELP” folder with a filename “morphis1.6-documentation.PDF”. The PDF file includes a detailed instruction on how you can make your installation just like in the Demo/Live Preview. I would start with page 49.
Regards,
Jan Intia
Thanks for this theme! There is one issue, I am having the exact same problem as jennysmith did (page 4, 2 months ago) regarding the Portfolio page/template: “I can’t get the portfolio page to publish correctly. It keeps publishing as an archive blog post. I selected Portfolio, and re-selected it over and over without any effect. I even tried deleting the page and creating a new one. But get this: The portfolio ONLY shows up correctly if it’s selected as my blog’s homepage. Otherwise, it shows up as a blog archive. And that’s without me changing any other settings than the homepage selection.” This is the exact same issue I am dealing with – any help would be super appreciated! Jen
Hi Jen,
Thank you for purchasing the theme!
Which theme version are you using?
On previous versions, this is usually the issue when you have named your portfolio page’s “slug” to “portfolio” or “portfolios”.
Can you try setting your portfolio page’s slug to any other name? For example:
http://yourwebsite.com/portfolio-pagerather than:
http://yourwebsite.com/portfolioLet me know how it turns out.
Regards,
Jan Intia
Hello !!! I like this theme.Will i be able to create here protected or password gallery for my clients?
Thank you !
Hi Auriella,
Yes, you can. The theme uses the default gallery function from WordPress. And you can set password protection for the page as well.
Regards,
Jan Intia
Hello, Janin thanks for your mail and your replay. i want ask you about something: is possible move the words on slider(on home page ) from left to right. for example: the first image i want write on pic on left side and second pic i want put my words on right and third pic i want words on middle. how can make this ? thanks
Hi mohamed_m22,
Unfortunately no, the theme has a preset CSS code for the positioning of the captions. You’ll have to add new settings for each slide to accommodate for the positioning.
Regards,
Jan Intia
Looks great, having fun trying to work things out… one question though…
Can I make new border backgrounds for the footer/post header etc? Not sure i like any of the included ones. Do di just go in and edit the files and save over the top?
thanks
cheers
Currently, the theme does not have a facility to add new background patterns. However, there is a new feature in 1.6 version that you can add/upload a “Full Background Image” which you can make it tileable/repeating. For example, you want to set a new background image pattern for your “Home Page”, go to the “Add/Edit” Page of your “Home Page” and you’ll see in that page when you scroll down a settings box “Page Full Background Image Settings”. Refer on the image below (click to enlarge):
However, this will only apply on the “Home Page” and not on the other pages of the site.
Here’s another way where you can make your image pattern to be applied globally on your site. You can follow these steps to add a new image pattern:
1.) Upload your new image in this folder: “morphis/images/patterns/”. For example, I uploaded a new image called “skeletal_weave.png”.
2.) If you are using the “Full” layout of the theme, you have to include these codes in the “Custom CSS ” textarea under the “General Settings” tab of the “Morphis Theme Options” panel:
#top-section { background: transparent url('wp-content/themes/morphis/images/patterns/skeletal_weave.png'); } #main-slider .divider { background: transparent url('wp-content/themes/morphis/images/patterns/skeletal_weave.png'); } #siteInfo { background: transparent url('wp-content/themes/morphis/images/patterns/skeletal_weave.png'); } #tweet-strip { background: transparent url('wp-content/themes/morphis/images/patterns/skeletal_weave.png'); }Otherwise, if you are using the “Boxed” layout of the theme, then you should include this code instead:
body { background: transparent url('wp-content/themes/morphis/images/patterns/skeletal_weave.png'); }Regards,
Jan Intia
Hi Jan,
I second that Q from mohamed_m22….
how do we move the slider text on each page? And indeed format that text?
thanks
OK scratch that comment, found the ‘moving slider text’ info earlier on the discussion…
thanks
VIDEO Embedding Question?
Not sure if this is theme specific or a general WP question (in which case apologies, it’s probably outside your remit)
1. I want to use these CSS shadows around my embedded Vimeo videos within certain pages of the template. WHERE do i paste these codes within the template CSS ??
http://www.dreamtemplate.com/dreamcodes/documentation/css_shadows.html2. Also is there any provision for having videos open up on a Popup window in this template?
3 lastly, I can;t sem to get the video slider option to work? I have slides added some photo, and some video but the video ones are ignored in the caroufredsel slider? What am I doing wrong?
thanks
Steve
Hi Steve,
1.) Those are cool shadow effects!
Well, here’s how you can add them. Although a little HTML and CSS knowledge is required:
a. Download this code and save it in “morphis/css/” folder.
b. Now open “functions.php” file and search for this line of code:
c. Add these codes above it:
wp_register_style('tsc_css_shadows', get_template_directory_uri() . '/css/tsc_css_shadows.css', false, '1.0.0', 'all'); wp_enqueue_style('tsc_css_shadows'); // woocommerce styled. Now, just to test that the shadows work, go and create a new page/post and put these codes in the “HTML” view of the Post Editing Area:
You’ll see from the above code that I am using the theme’s builtin shortcode for displaying Vimeo videos. the “vimeo_id” is the vimeo id of the video which is “48726610”.
2.) Currently, only when creating a portfolio item and you set its “Portfolio Attachment” settings to Vimeo/YouTube video, the lightbox would take effect on the Home Page – Portfolio section and on the Portfolio pages where when you click on the “plus” icon of the portfolio item.
3.) The videos will only work when you are using the “EI Slider”. Currently, the caroufredSel slider do not have the capability to display videos.
Regards,
Jan Intia
Thanks Jan.
Great of you to help with that one! Still having issues with vimeo video now having black borders, and general alignment on the post but will figure it out! Thanks again.
Jan, re ‘slider text placement’...
“Unfortunately no, the theme has a preset CSS code for the positioning of the captions. You’ll have to add new settings for each slide to accommodate for the positioning.”
So this IS possible? Just very complicated? If there’s any way of adding this into your next version of the theme it would be pretty cool! Quite often the central text doesn’t work well.
Thanks
Hi Steve,
I’m not sure I will be able to do this for the next theme update. Its just too much coding just for the positioning of the slide captions.
Regards,
Jan Intia
Instagram icon is a GREAT idea. Anyone managed to make one that they’d be willing to share? Just had a go.. awfully bad
Thanks
Will definitely have the Instagram Icon on the 1.7 theme update.
Is there a way to disable the portfolio section slider on the homepage and just have 2 rows of 3 or 3 rows of three… instead of having sliding rows of 3? Thanks.
Also, the round shape on the portfolio pics seems to squeeze the pics… any way to avoid that?
1.) If you have the 1.6 version of the theme, do the following:
a. Open “portfolio.php” under the “inc” folder and search for this code and delete it (this is in lines 10 to 12):
b. Open “style.css” and search for this code (I think this is somewhere in lines 2014 to 2017):
.main-slider-caroufredsel, .caroufredselWorks { display: none; }
And replace it with this one:
.main-slider-caroufredsel { display: none; }
c. And lastly, open “script.js” located inside the “js” folder and search for this line of code:
if(jQuery().carouFredSel && $(’#carousel-portfolio’).length != 0) {
And replace it with this one:
if(jQuery().carouFredSel && $(’#carousel-portfolio’).length == 0) {
2.) The way the theme achieves a “circle” image thumbs for the portfolio items is that it gets the width and height of the image and applies a “border radius”. Now, to maintain a “perfectly” round/circled image thumb, you should upload an image to the “Featured Image” with SIMILAR width and height. For example, you can upload an image with a 450px width and 450px height.
Regards,
Jan Intia
I am also having issues getting uniform sized circles on the portfolio page… the sizes are all over the place, even when selecting same aspect ratios. Plus the circles change shape depending on how many columns are chosen. What is the fix for this?
The way the theme achieves a “circle” image thumbs for the portfolio items is that it gets the width and height of the image and applies a “border radius”. Now, to maintain a “perfectly” round/circled image thumb, you should upload an image to the “Featured Image” with SIMILAR width and height. For example, you can upload an image with a 450px width and 450px height.
Hi there
Love the social icons, but how do I add an icon social link to one that isn’t on the default list? Like soundcloud or just s basic email icon
James
Hi James,
Thank you for purchasing the theme!
. The theme only comes with a preset of social icon links. To add another social media icons, you can follow these steps:
a.) If you want to make a “circled” icon of SoundCloud, I strongly recommend you use the included PSD template files located on the “PSD” folder of the zip file of your downloaded Morphis theme package(Morphis1.6-WP) from ThemeForest. Please note that this only acts as a “template” for creating your icons so that it would appear “circle/rounded” and it should set the proper size to use for the icon. If you already have a ready-made icon, you can also use that too. But it is important that you follow the icon size from the PSD template. You can use the “mono-icon.PSD” file for the dark version of the theme and the “mono-icons-light.PSD” if you’re using the light version of the theme. Take note that you have to save your icon as a .PNG file to the folder “morphis/images/icon/mono/” folder for the dark version and folder “morphis/images/icon/mono-light/” folder for the light version.
b.) Once you have your icon ready and saved to either “morphis/images/icon/mono/” or “morphis/images/icon/mono-light” folder, open “theme-options.php” file and search for this code:
and then include/add this code below it:
array( 'id' => 'arr_social_soundcloud_social_link', 'type' => 'text', 'title' => __('SoundCloud URL', 'morphis'), 'sub_desc' => '', 'desc' => __('Enter your SoundCloud URL.', 'morphis'), 'validate' => 'url', 'std' => '' ),This will make a textbox field option for “SoundCloud” social icon inside the “Social Links” tab of the “Morphis Theme Options” panel where you could add your SoundCloud link.
c.) For the last part, we have to include the SoundCloud icon you have exported from the PSD file so it would show up on the social icons list on the top of the page. To do this, Open “light.css” file located inside “morphis/css/skins/light/” folder for light version OR open “dark.css” file from “morphis/css/skins/dark/” folder for dark version.
.social-icons .social-icon.youtube { background: url('../../../images/icons/mono-light/youtube.png') no-repeat 0 0; }and add this line of code below it:.social-icons .social-icon.soundcloud { background: url('../../../images/icons/mono-light/soundcloud.png') no-repeat 0 0; }Note that the “soundcloud.png” you see in the above code is the filename of the SoundCloud icon you have added in the “morphis/images/icon/mono-light/” folder.
.social-icons .social-icon.youtube { background: url('../../../images/icons/mono/youtube.png') no-repeat 0 0; }and add this line of code below it:.social-icons .social-icon.soundcloud { background: url('../../../images/icons/mono/soundcloud.png') no-repeat 0 0; }Note that the “soundcloud.png” you see in the above code is the filename of the SoundCloud icon you have added in the “morphis/images/icon/mono/” folder.
Regards,
Jan Intia