nackle2k10
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 0-1 years
- Indonesia
- Microlancer Beta Tester
- Referred between 1 and 9 users
- Sold between 10 000 and 50 000 dollars
272
Purchases
Buyer Rating:
4.62 stars
4.62 average based on 26 ratings.
-
5 Star
2076%
-
4 Star
415%
-
3 Star
13%
-
2 Star
00%
-
1 Star
13%
| Created | 23 November 12 |
| Last Update | 23 November 12 |
| Columns | 3 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Chrome |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
© All Rights Reserved nackle2k10 -
Contact Envato Support


great theme! one questions remains however.. is there a specific reason that you include the jquery.js via JavaScript in a CDATA tag?
I raise this question because i want to put a php variable as path to the jquery.js and it naturally doesen’t get interpreted in CDATA
Well there is only one answer to this, With <
WordPress Version Is Out there please visit my portfolio
Any chance of updating this to bootstrap 2.3 (which also includes jQuery 1.9)? I’m redesigning a site based off your template, which I just purchased, and would like to move forward with the latest libraries. Nice work!
Thanks, I will update it later, but for the moment I have a priority to fix the WP version,
Hello, I would like to buy this template with bootstrap 2.3 and jquery 1.9. Is it possible? When? Nice work.
I’m currently focusing the WP version, I will update the HTML version but cannot specify the time frame
Hi – a quick question before I click “buy now” – is it possible to embed elements inside elements – for example collapsible under a tab, table under a tab, etc? Is it possible to resize elements of your template (especially tables) with size / style=width and it will still be responsive (i.e. well in low resolutions)?
I also noticed that the “sign in” link does not appear in low resolutions (only the sign in box, in the bottom) which probably needs attention, I wonder if it’s possible to add a top login link that will be valid for smartphones.
Sorry mate if I sound picky but I bought too many templates here hopelessly tried to adjust them for my needs.
Cheers
It’s HTML templates, and can only be adjusted by editing the source.
+1 for Bootstrap 2.3 before I buy your theme. Great work though! Thank you
Hello, traeregan, at the moment my priority is the WP version, but I will update the HTML version soon
Thank you! Looking forward to it – I’ll definitely buy it once it’s updated. (I only replied separately so I could subscribe to the comments thread to know when you update it.)
If I were to purchase it now, will the update be free when it becomes available, or would I have to purchase it again? Thanks!
Can’t figure out how to create a drop down menu like the demo for the life of me.
Please help : )
Kalani
sorry cannot see the purchase badge in your account?
I don’t know how to add the purchased button. Anyhow, here is a screen grab of my account page : https://imageshack.us/a/img545/5923/purchasedscreengrab.jpg
I figured out how to create the dropdowns but now have a new roadblock.
How do I change the size and orientation of the image bullets in the slider? I’d like to move both the bullets and the tagline that moves in downward. Here’s the page in question : http://www.accidentalbroadcast.com
if you purchase with this id you’ll have a purchase button, please PM me using your id which purchase the theme
Going up the page to my server does not run. why?
what do you mean not run? it’s a HTML template, make sure you upload it to your server root
There seems to be an error with the gallery.
I have multiple images in different categories. When I click on a category name, it should add a class of “last-col” to every 4th item in this category. However it adds this class to the 4th, 7th, 10th, ... item.
This messes up the correct order of the images (not a big deal) and creates empty spaces where images should show after the 3rd row (more of a problem).
The problem does not show up, when one clicks on the “all” button.
do you have a live example? or screenshot
Thanks for your fast reply.
Just take the gallery.html as it comes with the template and duplicate the gallery items so you have about 20 of them in the same category. Now clicking on that category name produces the error.
Hi there, go to js/custom.js find this line $(”.filter”).click(function(){ blablabla });
change it to this
Any idea when you’ll be updating Bootstrap yet?
Thank you for an awesome theme! It looks great!
One of the issues that I’m having is that when my site is viewed on a mobile phone it strips out the header and slider. Is there something I can change to make sure my site looks the same on both mobile devices as it does on the desktop?
My site is http://slybaldguys.com
for slider to make it visible in mobile find this line
remove the class hidden-phonefor the header, you can do the same by finding the main-navigation and make it visible on all device, and also turn off the responsive-navigation
but since the main navigation is designed for desktop only, it will be too large for other devices.
also in your google custom search it seems you need to make the searchbar to be floating, since it makes the layout break
Thanks for the fast response, but I’m pretty novice, so I’m not sure how to implement what you’re telling me.
Ok. I see what you mean about the slider and navigation not looking right on the phone. I’m going to see what I can put in place of that on the mobile to help identify my site.
How can I implement the float as you recommend for the search box?
by using css to make the style for your search box
Any idea when you’ll be updating Bootstrap yet? It’s been a long time since you’ve replied on that. Thank you.
I will try to find time and upgrading it next month
Hi I have a question. I already buyed the theme and it works great. Is there any way to seperate the mediaqueries to deactivate the responsive design? We need to use it without it. Is there any simple way to do this?
THX
yes, to separate the responsive design, use Less Css, and remove the @import for responsive style. But if you only want to use the css style, then you need tom remove the responsive part, by finding the media queries and remove all of it, since the compiled file store every less files in one single file