mbsatunc
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Referred between 1 and 9 users
- Sold between 10 000 and 50 000 dollars
- United States
290
Purchases
Buyer Rating:
4.40 stars
4.40 average based on 50 ratings.
-
5 Star
3468%
-
4 Star
918%
-
3 Star
36%
-
2 Star
12%
-
1 Star
36%
| Created | 19 June 10 |
| Last Update | 11 July 11 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera |
| Software Version | WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0, jQuery |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- 3d slider
- blue
- business
- clean
- cms
- corporate
- flash
- jquery
- lightbox
- minimal
- modern
- php
- portfolio
- startup
- white
© All Rights Reserved mbsatunc -
Contact Envato Support


Hi,
Just one more question. On the CONTACT page, how can I add my social media links with the icons? Should I add another widget or will that mess up the contact page?
I would like to have three things on my contact page: My contact info (using the text widget), the contact form, but also three icons for my social media links that open in blank pages – also on the left hand side just under the contact info. I am experimenting now, but maybe there is any easier way…
Thanks,
I think a social widget of some sorts should do the trick for you. There are loads available, so you should be able to pick one that you like the look of.
Hi,
My designer purchased this theme for a client of mine, great template!
Question, are you planning on updating the theme for Wordpress 3.3 soon?
Thanks,
Hey, Sorry for the delay in my response. The theme has been tested and works just fine in WP 3 .2 and 3.3. I just haven’t been very good at keeping the description up-to-date. I’ve updated the description to reflect that it is compatible with WP 3 .3.
Question before I purchase. I’ve been burned on a couple of themes using this older fancy-box jquery plugin like this theme uses. If I enable a more feature rich plugin such as “Fancybox for Wordpress” will it work and, how will it effect the plugin you’re using for the portfolio pages?
I honestly do not know how that particular plugin will work with the theme. I maintain a policy to not support 3rd party plugins (there are just too many out there). Sorry that I cannot provide much insight in response to your question.
Would there be a way to disable the fancy-box script so I could use my own?
Just a matter of nixing the existing JS code. The theme just adds a class onto the items to indicate that it should be lightboxed, but without the JS code, it would just be a regular ole class.
Can you please let me know how to edit the portfolio page, because I want a click on the portfolio image to take a user directly to the post. Right now, as you set it up, clicking on the image makes the portfolio thumbnail just makes the image bigger, but I want instead to go straight to the post. Thanks.
My apologies for the delayed response. Been moving and without internet for over a week.
In portfolio_page.php and portfolio_category_page.php, you can replace the following:
<?php if( get_post_meta($post->ID, "_ms_port_video", $single = true ) ) { echo get_post_meta($post->ID, "_ms_port_video", $single = true); } else { echo $largeImageURI; } ?>with
<?php the_permalink(); ?>Mark,
We purchased your theme yesterday and installed it on our website at http://allianceutah.com. In Firefox, we’re having an issue with the fonts displaying incorrectly. Can you take a look and let us know a fix. I can quickly edit the stylesheet if you have a simple solution.
Thanks for your help Mark.
- Hugh
Sorry for the delay in response, I’ve been moving and without access to internet.
Hmm. Are you redirecting folks? Firefox doesn’t like cross domain references when using @font-face. You can fix by following the linked tut: http://www.cssbakery.com/2010/07/fixing-firefox-font-face-cross-domain_25.html
How does one reorganize portfolio items? I cannot figure it out for the life of me.
Thanks!
You can drag and drop from the Portfolio Sort menu.
How do you make the “Phone Number” field on the “MS Contact Page” template required? A contact that form that lets somebody submit a contact request without a phone-number is essentially useless for sales purposes—we need multiple ways to follow-up, not just the email address.
What would really be ideal is a change to the theme that allows you to make any arbitrary field on that contact form “required,” and to arbitrarily add as many fields as you like with arbitrary labels.
Tom
Hey Tom, Sorry for the delay in this response. In custom_js.php at line 67, you can add: jQuery(’#phone’).require(‘You are required to enter a phone number’);
Hi I downloaded this theme and even though I’ve selected for the three widgets to show, it isn’t and on the twitter feed, it missed out the first letter on everything. I’m not sure why it is happening or how to fix it?!
First off, let me apologize for the delay in my response. I would be more than happy to help you along in getting your website, but I will need a bit more information including a link to the site. You can contact me directly by using the form on this page: http://themeforest.net/user/mbsatunc
Hi, I have a client who is using this theme on his blog. The issue we are having is that the Twitter feed is not showing any posts. can you provide some insights on how can i get that to work, thanks!
Twitter is restricting the use of their API . I would suggest using a Twitter plugin instead.
Yeah, found out that Twitter discontinued support for “Badges”, it now uses Widgets from the account settings. Thanks anyways.
Hi,
On this note – how do I get the Twitter plugin to fit in the Front Page Right Column? I was using the Twitter Widget, but it’s not working anymore. I need the Twitter feed to fit exactly in the Front Page Right Column.
Can you post a link to the site with the Twitter plugin in action, and I will have a look.
the url is : www.streetecology.com – Front Page Right Column is where I want to install a plugin, because the widget is no longer working as you can see
That area is just a usual sidebar area. Any plugin that offers a widget should work. Just add the widget to that area from the widgets manager.
Hi, I have a client who is using this theme on his blog. The issue we are having is with the Slider Items (images or videos not showing up)...They are not showing up on the Home page Feature section. After updating the WP core files to 3.5 the Slider Items stopped working. If can you provide some insights on how I can get the Slider to work that will be great, Thanks!
Sorry for the delay in response. I’ve neglected TF for a bit. Can you post a link to your site so that I can have a look? I am not seeing any conflicts on my dev server.
www.djdrew.fm
Can you add this to the Custom CSS?
.basic_slideshow { height: 535px; }that line of code did work for me, changed the height to 518px and everything popped back in place, Thank You!
Hi,
I’m having a little trouble with a couple of things -
1. The ‘Events’ widget. It is very slow loading. (I have it in the centre widget space on the home page) 2. The slider brings up all of the pictures as it’s loading. Here’s a link to my site -
http://www.liveprizetrivia.com/Thanks
The events widget seemed to load pretty quick for me. Are you still having issues with this?
For the slider, you can add this to the css:
.full_width_slide { overflow: hidden; }