ThemeForest

UniSphere Minim Corporate and Portfolio

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
kcacademy says
Purchased

... i read your previous post about Cufon Fonts. Must I replace the Cufon font with another or can i simply change the code to default to any font the browser can read? (as i did with the bottom widget sections on the homepage)?

example – http://www.KCAcademy.org

thanks

8 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Nuwave says
Purchased

Hi,

I tried to make a new page template I called “template_home4.php”. It looks like the “template_home3.php” but without the slider.

I put the “template_home4.php” on my server but when I create a new page I can’t choose the new template.

Do I need to edit something else?

Thank you (from France)!

8 months ago
Author
unisphere unisphere replied

Hi, you’ll need to change the name of the template by editing the new template_home4.php and changing the following code at the top:

<?php /*
Template Name: Home Page 3D Slider
*/</cod?>

Just change the template name and see if it starts appearing.

Best regards

8 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
HashtagMedia says
Purchased

Why does the theme not work (navigation and headings) in IE9

7 months ago
Author
unisphere unisphere replied

Hi, download the IE-9 compatible script here: http://cufon.shoqolate.com/js/cufon-yui.js?v=1.09i

In the theme, replace the file /library/media/js/cufon-yui.js with the file you’ve downloaded.

Best regards

7 months ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
stuntnet says
Purchased

Hi,

I bought the MINIM theme and would like to change the default order of the top navigation items. How do I do that?

Thanks!!

Bill

6 months ago
Author
unisphere unisphere replied

Hi Bill,

when editing or creating a page you’ll see a “Order” field where you can set the order of the page in the nav menu, see screenshot: http://screencast.com/t/LnJ1ZqiG92

Best regards

6 months ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
anagram says
Purchased
hi, my logo does not appear in any pages. I have version 3.3 of wordpress http://enfancejeunessepechbonnieu.fr/paj/

great theme ! thankx

5 months ago
Author
unisphere unisphere replied

Hi, I see the site’s logo just fine, did you manage to fix it? http://screencast.com/t/qPDCQfjhf

Best regards

5 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
nadnnerb says
Purchased

Hi,

Love the theme. Very happy customer.

Any chance you can help me out? I would like to have two different google maps on the contact page for two different office locations. I know I can just copy paste two iframes in the template_contact.phph file but I would like to have the flexibility of changing both map locations through the Unishpere Minim control panel.

thanks a bunch

5 months ago
Author
unisphere unisphere replied

Hey, you can edit the file /library/unisphere_admin.php and duplicate the following code (changing the ID of course):

array( "name" => "Google Maps Link",
    "desc" => 'Paste the link to your business location in Google Maps. Go to <a href="http://maps.google.com" target="blank">Google Maps</a>, search for your business location and look for <em>Link</em>, then for <em>Paste link in email or IM</em> and paste the link here.',
    "id" => $shortname."_google_map_link",
    "type" => "text",
    "std" => ""),

This will provide you with another field in the theme’s admin panel for another map.

Then edit the file template_contact.php, duplicate the map code and adjust the previously created admin field ID to the new map.

Hope this helps, best regards

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
kaleylarose says
Purchased

I’m with MrBudJohnson- you’ve probably answered this already! Your support is great, which is why I bought this theme, but I don’t want to abuse it.

Here goes:

In screen.css I added min-height. How do I get the footer to stick to the bottom of this? It’s way up in the middle of the page on short content pages.

Thanks!

5 months ago
Author
unisphere unisphere replied

Hi, there’s no easy way of perfectly stiking the footer to the bottom of the page dynamically but you can try and add the following code to the bottom of the screen.css file and adjust as necessary:

#page-container { min-height: 900px; }

Best regards

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
kaleylarose says
Purchased

Thank your help, that’ll do good enough. Will buy from you again.

5 months ago
Author
unisphere unisphere replied

Thanks buddy, appreciate it :)

5 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
nadnnerb says
Purchased

Hi again,

I used this template for a website: http://drkathylewis.com/ and the person receiving the emails from the contact box on the site claims that if she hits reply in her email client, it replies to herself not the sender. Any ideas? Is it the script or her email clients fault?

4 months ago
Author
unisphere unisphere replied

Hi, that bug happens in some servers but there’s a quick fix. Edit the file template_contact.php and replace the following line:

$headers = 'From: My Site <'.$emailTo.'>' . "\r\n" . 'Reply-To: ' . $email;

With:

$headers = 'From: <'.$email.'>' . "\r\n" . 'Reply-To: ' . $email;

Best regards

4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
crosbiewebdesign says
Purchased

I purchased this item and now I want to register for the forums. Where do I find my theme verification id?

3 months ago
Author
unisphere unisphere replied

Hi, please take a look at the video tutorial on this page: http://support.unispheredesign.com/forum-access-how-to/

Best regards

3 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
HashtagMedia says
Purchased

Can I update to Wordpress 3.1.1.?

2 months ago
Author
unisphere unisphere replied

Hi, yes you can, I have tested it and haven’t received any complaint regarding the 3.1.1 WP version.

Best regards

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
xandersbadabingcigarlounge says
Purchased

I’m very new with wordpress and installing themes, so please excuse my lack of knowledge.

I just purchased your theme, and I tried to install it through my wordpress dashboard. When I install the .zip, it says “the package could not be installed. The theme is missing the style.css stylesheet.”

I tried reading your installation instructions, and when you said “Copy the theme folder (/minim/) to your wordpress installation theme directory (/wp-content/themes/),” I don’t know how to do that.

Is there something I need to be doing besides just uploading the .zip folder through my wordpress dashboard?

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
xandersbadabingcigarlounge says
Purchased

If it’s too much to explain, I have no problem giving you admin login to quickly install it for me. That might be much easier.

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
xandersbadabingcigarlounge says
Purchased

Sorry for the constant posts. I ended up figuring it out. No need to reply. I had to unzip the theme, rezip the minim folder, then upload that folder through the WordPress dashboard.

I am very happy with this theme, and will definitely purchase from you again. I’m sure I’ll have other questions, but I’ll do my best to figure them out first before I post.

Thanks.

2 months ago
Author
unisphere unisphere replied

Hey buddy, sorry for not getting back on time but I’m happy to see you’ve managed to solve the issue yourself :)

Best regards

2 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
paulatizzano says
Purchased

Hi, Joao, how are you? My site was hacked last week. After I managed to restore it using a backup, somehow the cu3er slider is empty or frozen, Nothing comes up. Any ideas on how to solve this? Should I do anything specific to make it revive? I haven’t changed the images, of course, and they are all uploaded. Thank you in advance. My website is www.letras-vivas.com.

2 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
paulatizzano says
Purchased

Hi, Joao. Here I come back again. I switched the template to another one at Home page – Page Attributes, then reverted back to Homepage 3D Slider, and it came back. It was something like that solid bang you give to the old TV set to make it tune. But it worked. Don’t worry and forget about my question. Thank you! Stay well!

2 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
paulatizzano says
Purchased

Hi, Joao. Here I come back again. I switched the template to another one at Home page – Page Attributes, then reverted back to Homepage 3D Slider, and it came back. It was something like that solid bang you give to the old TV set to make it tune. But it worked. Don’t worry and forget about my question. Thank you! Stay well!

2 months ago
Author
unisphere unisphere replied

Hey buddy, sorry to hear your site got hacked. I’m happy you managed to sort it out :)

Best regards

2 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmariachi5150 says
Purchased

Hi,

one question, my menu has some submenus, but they don’t show up at the bottom menu. Where can I setup the bottom menu?

2 months ago
Author
unisphere unisphere replied

Hi, the menu on the footer isn’t capable of showing dropdown menus I’m afraid, it just displays the top level menu navigation.

Best regards

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
tomagnew says
Purchased

Hi, firstly great theme, iv never used wordpress before but have found it really easy to use.

In the live perview the posts in the portfolio only display a couple lines of text and then have the ‘read me’ link but in my portfolio it displays around 10 lines of text before the read me button. how can i change this to be like your example??

Thanks in advance

16 days ago
Author
unisphere unisphere replied

Hi, glad you enjoy the theme :)

To “break” the posts into a summary in the blog page you can use the built-in WordPress “more” tag, see here: http://en.support.wordpress.com/splitting-content/more-tag/

Best regards

15 days ago
by
by
by
by
by