This item is by an Elite Author
MNKY
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Item was Featured
- Author was Featured
- Bought between 100 and 499 items
- Has been a member for 2-3 years
- Exclusive Author
1,647
Purchases
Buyer Rating:
4.49 stars
4.49 average based on 234 ratings.
-
5 Star
16570%
-
4 Star
4519%
-
3 Star
93%
-
2 Star
41%
-
1 Star
114%
| Created | 26 March 12 |
| Last Update | 10 February 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- agency
- business
- clean
- company
- corporate
- firm
- mnky
- modern
- product
- promotion
- responsive
- service
- small business
- wordpress
© All Rights Reserved MNKY -
Contact Envato Support


hello mnky how are you. i have a big problem. when the mobile site is viewed on normal sized mobile phones it doesnt show header or footer. this is what i want. however when it is viewed on larger phones HTC it shows the header and footer despite me putting the codes in the theme to prevent this. can you tell me how to resolve this please. we dont want the header and footer to show on all sizes of phones when the mobile site is visited thanks the site is http://wp.me/P27ecH-fM
As I see now, it shows header and footer in all sizes, like it should by default.
You can change it in mobile-all.css and mobile.css. Add #footer-widget-area-background and #horiz_m_bg to display:none; list.
Thanks!
hi mnky thanks again but i have added the code and it’s still showing the header/facebook/twitter logo and the footer and you can scroll down on footer. we dont want that. i have 2 phones here the big htc phone and a samsung phone. the samsung is ok but htc it’s still showing it
#footer-widget-area-background, #horiz_m_bg {display:none;}under.custom_header_img {max-width:100%;} on line 17.
Thanks!
hi mnky sorry to be a pain but it is still there click on this to see wht i have done http://wp.me/p27ecH-28U. i have circled in red. thanks
Hello,
Link goes to 404 error. But now it seems that footer and header is gone after resizing.
Thanks!
Hello MNKY , How do I access the Price Boxes option? Thanks for a great theme.
Hello,
You can add them with shortcode builder or press get the code button in live preview under the boxes.
Thanks!
hi mnky apologies but it’s still there please see link http://wp.me/s27ecH-pic
It is not showing here anymore. Have you cleared your browser cache or maybe you have cache plugins?
Thanks!
hello there, I have placed a shortcode for 1 blog post on my home page. it worked fine. My problem is this shortcode is inside a 1/2 column and the post image is way too big for this column. How can I modify this post image width without affecting my “news” section posts images?
.su-posts-1 img {max-width:100% !important;}Thanks!Hi there, thanks for your previous answer.
How do I remove or hide mobile.css ? (so if users accessing from mobile devices see exactly the same as from a computer?)
You just disable responsive mode in theme options.
Thanks!
do you have any shortcode for expandable boxes or accordian style text – i want to use it on my site for frequently asked questions – a good example would be what you use to “get the shortcode” – that would be perfect.
nevermind – i did more research and found the hidden text shortcode – perfect! thanks for making such a cool theme
I tried it with the question about what is SEO – http://www.summitbusinessmarketing.com/contact-us/answers-to-questions-like-what-is-seo/
Hey,
Glad you solved it. You can always modify style in functions/shortcodes-ultimate/css/style.css , if you wish.
Thanks!
how do you get your slider blog posts to not show up on your blog page (in my case my home page)? i tried listing the blog category name “Header Sliders” in the theme options/blog settings, but that didn’t work – i can’t find a post category ID number anywhere …
this is for the following site http://www.summitbusinessmarketing.com/
Do you mean post slider? You just have to choose post slider in theme options/blog settings and in Theme Options/Post Slider settings select it do display both excerpt and featured image.
Thanks!
yes, i’ve modified the post slider settings, but the slider posts still show up on my blog – please re-read my comment above – i think it’s clear – i don’t want the slider posts to show up on my blog – how do i do this? if i have to have post ID numbers instead of titles, or category titles, where can i find this ID number?
PS – thank you for your prompt replies!
Oh, sorry, but it is still the same, you have to select different header of your choice in theme options/blog settings
Thanks!
hello mnky thanks for providing a solution to the mobile view a few days ago. the header and footer widgets no longer show in the mobile view BUT the copyright section still shows. can you provide me with a code to prevent it from showing in the mobile view please. the site is http://wp.me/P27ecH-fM thanks
Hi,
bottom_elements_backgroundThanks!
hi do i just put bottom_elements_background? is that the full code because because i am just going to paste what you have written in the mobile css thanks
You should add this:
#bottom_elements_background {display:none;}Thanks!
hi mnky how are you? i have put this code bottom_elements_background in the mobile css but it’s still showing the copyright bar in the mobile view. also the custom twitter widget on the main website suddenly stopped showing tweets. is there anything i could o. it would be great to have an idea on how to resolve the 2 problems the site is http://wp.me/P27ecH-fM thanks
Copyright is not showing, please clear your browser cache.
Twitter is updated in new theme version, now just use twitter shortcode.
Thanks!
Hi MNKY , Can I add wpml plugin to the template?
I need to be sure about the multilanguage plugin, before purchase…
Thanks!
Hi,
Yes, you can use it. There is .po file included for translations.
Thanks!
MNKY ,
How do I style the menu so that hover background color is transparent?
Hello,
You can enter
transparentin color box for menu hover in theme options.And then perform this in var.php
http://forum.mnkystudio.com/discussion/1192/how-to-delete-menu-boxshadow-style-s/p1Thanks!
Thanks for the quick response.
I entered transparent in theme options which made the hover background color transparent with a colored border, then removed the following from var.php:
horiz_m .slidemenu ul li a:hover, #horiz_m .slidemenu .current-menu-item > a, #horiz_m .slidemenu ul li.current-menu-ancestor > a{
<?php $shadow_txt = su_hex_shift( get_option_tree(‘menu_link_hover_background_color’), ‘darker’, 15 ); $shadow = su_hex_shift( get_option_tree(‘menu_link_hover_background_color’), ‘darker’, 35 ); ?> background:<?php get_option_tree(‘menu_link_hover_background_color’, ’’, true); ?>; color:<?php get_option_tree(‘menu_opt_link_hover’, ’’, true); ?>; text-shadow: 1px 1px <?php echo $shadow_txt ?>; box-shadow:inset 0 0 3px <?php echo $shadow ?>;}
Still have a dark grey hover background on the menu. Any ideas?
Have you deleted all lines mentioned in forum coment? And have yo ucleared browser cache?
Thanks!
My apologies MNKY ,
Yes I deleted:
horiz_m .slidemenu ul li a:hover, #horiz_m .slidemenu .current-menu-item > a, #horiz_m .slidemenu ul li.current-menu-ancestor > a{
<?php $shadow_txt = su_hex_shift( get_option_tree(‘menu_link_hover_background_color’), ‘darker’, 15 ); $shadow = su_hex_shift( get_option_tree(‘menu_link_hover_background_color’), ‘darker’, 35 ); ?> background:<?php get_option_tree(‘menu_link_hover_background_color’, ’’, true); ?>; color:<?php get_option_tree(‘menu_opt_link_hover’, ’’, true); ?>; text-shadow: 1px 1px <?php echo $shadow_txt ?>; box-shadow:inset 0 0 3px <?php echo $shadow ?>;}
And I have cleared browser cache
Thisis the only place it is mentioned. Maybe you are talking about something else.
Sorry MNKY , when i upload those lines in this forum they are altered, but yes I have deleted the lines from var.php as stated in your forum post.
You can send us a private message and we wil do this for you
MNKY , Got it. Thank you for the help. I simply deleted this portion and it worked “text-shadow: 1px 1px <?php echo $shadow_txt ?>; box-shadow:inset 0 0 3px <?php echo $shadow ?>;”
Hello MNKY , I used the Orbit slider option for the home page but the background is gray and the pic display is not large enough. The site is http://savvymarketer.com/ How do I get my slider to look like the demo? Thanks.
Hello,
It seems it is fixed now?
Hello,MKNY The slider is working but I can’t seem to get the look right. I don’t want the grey border. Is it simply a matter of adding large images? Also, how do I upload the images I want to use.
Thanks
Hello,
You will find a slider user manual in your download package. Not usre what you mean by a grey border, but you just have to add pictures or other elements to your slides, they can be any size.
Thanks!
Hi nnky You say this template is seo friendly, which I need, and I want to make further optimization, but I see it´s constructed with iframes, so the content text is not shown in generated code by the theme, as I can see using ctr+u. Can I do such optimization in any way? Thanks!
Hello,
Think you are talking about themeforest frame. Just remove it and view the page.
Thank you!
Thank you! it was as you said
Hi this theme is great, my 5 stars for you. On your demo site I can see contact number, could you tell me where is the option to type in this number
thanks
Hello,
Thank you! If you mean contact number on top, just move a text widget to top widget area.
Thank you!
ok thanks for reply
Hello MKNY . Needing a little help. The theme is not centered?
www.the-missfits.com/wordpress/
Hello, website is centered, but slider images have to be 960px wide.
Thanks!