- Has been a member for 2-3 years
- Grew a moustache for the Envato Movember competition
- Exclusive Author
- Author was Featured
- Sold between 100 000 and 250 000 dollars
- Bought between 1 and 9 items
- Portugal
- Referred between 10 and 49 users
Hi Unisphere,
Thank you for the great theme! and thank you in advance for replying but i was wondering, is it possible to have a video widget on the front home page under the Slider? Or perhaps increasing the “3 Home Sections” into a “4 column home sections” one being for the video?
Thanks!
Hi,
I have just purchased your theme.
When I did the upload I got the following message:
Unpacking the package…
Installing the theme…
Theme installed successfully.
Warning: fopen(/home/strand/public_html/mikevoyce.co.nz/wp-content/themes/vision-corporate-and-portfolio-wp-theme1/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/strand/public_html/mikevoyce.co.nz/wp-includes/functions.php on line 4339
Warning: fread(): supplied argument is not a valid stream resource in /home/strand/public_html/mikevoyce.co.nz/wp-includes/functions.php on line 4342
Warning: fclose(): supplied argument is not a valid stream resource in /home/strand/public_html/mikevoyce.co.nz/wp-includes/functions.php on line 4345
When activated it looks to be mostly there but I’m not seeing the large slider image on the Homepage. Is the error message above related to this? I’m using a friends server to host my site. Does he need to do anything to allow me to install this theme correctly?
Thanks for you help.
Hi, please take a look at the first video tutorial on the following page: http://www.unispheredesign.com/demo/vision/light/features/video-tutorials/
Let me know if you still have any problem installing the theme.
Best regards
Hi,
Thanks very much for that. It’s working perfectly. I’m very happy with it.
I have two questions: 1. When I create new pages with a parent page i.e. sub-pages there is a Leave Comment section apperaing. This does not appear on top-level pages only sub-pages. Is there a way to remove this Leave Comment area?
2. In the General Settings area at the top it has Header Logo and states ipload logo and ‘enter the absolute path of your logo image here’. I’m doing something wrong here. I have uploaded a temp logo into my Media Library and inputed that File URL into the General Settings Header logo area. The logo shows up fine but it has a link on the logo that is directing to a Error 404 page. How do I change the link url on the logo so that it goes back to my homepage?
Thanks!
Thanks heaps!
Hi, first you need to hide the 3 home columns section in order to customize the home page with column shortcodes, you can do this in the theme admin panel, see screenshot: http://screencast.com/t/1qurZnrsgtIF
Then, you need to edit the “Home” page and set the content you want in the main description field like you would normally do in any other page. Here’s an example of a three fourth column setup:
[three_fourth]
<h3>Your title here...</h3>
<p>Your content here...</p>
[/three_fourth]
[one_fourth_last]
<h3>Title here...</h3>
<p>Content here...</p>
[/one_fourth_last]
Best regards
awesome theme, wondered if this will run with wp 3.3 now out?
How can I change the navigation color for the dots below the slider? Also, how can I change the font and font size for the header navigation bar as well as the header height?
How do I set up the blog? I do not see a template setting for a Blog Page in Pages.
Thanks for your help!
Hi,
1) Depending on the skin you have currently selected, you need to edit the images in /library/media/css/skins/[skin]/slider_nav.png and /library/media/css/skins/[skin]/slider_nav_selected.png
2) To change the font you can select from the provided fonts in the theme admin panel. To change the top nav font size and header height add the following code to the Custom CSS field in the Vision admin panel and adjust as necessary:
/* Top header navigation font size */
.nav a { font-size: 20px; }
/* Top header height */
#header-container { height: 96px; }
3) To set up the Blog create a page called “Blog” for example and then set it as the “Posts page” under “Settings -> Reading”, see screenshot: http://screencast.com/t/IisvGiRsWqc
Best regards


Hey buddy, I’m afraid not without changing quite an amount of code. If you are comfortable with code, you should be looking at the file template_home.php in order to move the page content below the slider instead of below the 3 home sections.
Best regards