This item is by an Elite Author
7Studio
- Exclusive Author
- Elite Author
- Item was Featured
- Has been a member for 3-4 years
- Bought between 50 and 99 items
- Europe
- Most Wanted Bounty Winner
- Sold between 100 000 and 250 000 dollars
1,225
Purchases
Buyer Rating:
4.65 stars
4.65 average based on 206 ratings.
-
5 Star
16077%
-
4 Star
2813%
-
3 Star
125%
-
2 Star
31%
-
1 Star
31%
| Created | 5 October 10 |
| Last Update | 6 September 12 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | Joomla 2.5, jQuery |
| Documentation | Well Documented |
| High Resolution | No |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- K2
- black
- blog
- clean
- cms
- colorfull
- corporate
- creative
- creative portfolio
- dark
- iphone
- mobile
- modern
- stylish
© All Rights Reserved 7Studio -
Contact Envato Support


Hi,
The Login Form stop working. What could be the reason for this? Currently generates only ”/#” after the address of the current page.
Thanks in advance.
Hello, do you have Joomla login module published in “login” module position? Is login module is enabled (published) and assigned to be displayed on all pages?
Regards, Tomek
Yes is it.
Could be the Ordering of the module?
Maybe some extension is causing script conflicts on your site, and this stops rokbox plugin. Please tell me, is rokbox plugin is enabled?
I would need to see website, to say something more, otherwise I can only guess.
Regards, Tomek
There is only one more plugin installed. But disabling it not effect
It looks that you don’t have RokBox plugin installed and enabled, it is required to make this function work correctly, so please download and install RokBox 1 plugin. Also it would be easier to install QuickStart package to get complete copy of demo website, it would be a easier to start editing existing website than installing everything by hand.
Regards, Tomek
i have rockbox but version 2.
i download and reinstall Version 1 of RokBox plugin and all works again. Tell me, can i rewrite some file to make it work with version 2 of the Plugin, because i need of version 2 for some other part of site?
Please note that RokBox 2 was released just few days ago, and this is version of plugin is completly rewritten from scratch.
There are two ways to use RokBox 2.
1. in content and system plugin you can enable backward compatibility mode, but developers doesn’t suggest this option as this can affect your website loading speed.
2. Please open file login.php which is located in: templates/blackstudios16/features/
please replace line 26:with:
Now please add following css rules at the end of template.css file, to override defalut Rokbox 2 white background
#rt-popup { padding: 20px 60px 20px 20px;} .rokbox-content-element { background-color: #111 !important; }That would be all, with that changes you can use RokBox 2 without compatibility mode.
Best Regards, Tomek
yea, i wr?te them an fix the login.php and now all works.
Thanks a lot
You’re welcome, I’m glad that I could help.
Regards, Tomek
Hi Tomek,
Great theme. Had it for about a year or so now and love it.
One question, have you tested or will you be updating this for Joomla 3?
Thanks
Nik
Hello Nik, thank you for your purchase and kind words. I’m glad to hear that template serves you well!
Regarding to your question, unfortunately, currently template will work with Joomla 2.5.X, and for now it will not be converted for J!3. Mainly because J2.5 is still a “Long Term Supported” version of Joomla.
If you wish you can go to your download section on TF, and you can subscribe to notification about updates of item, so you will get a info., if any new version would be released.
Best Regards, Tomek
I am currently having problems with the theme, as it is not showing up as a style option in the template manager. I tried to reinstall it and I get a failure message.
Hello,
sorry but to help I would need a bit more informations, please tell me did you make any changes to template? Which version of Joomla and Gantry Framework you have currently installed, and which version of template?
“I tried to reinstall it and I get a failure message.” Please paste exact error message. Screenshoot would be helpfull, or if your website is online please send me login details to Joomla admin, via contact form from my profile page, so I can take a look what is going on.
Regards, Tomek
I have updated my site with latest gantry framework and now is down.I recive this error: Fatal error: Cannot access protected property GantryBrowser::$platform in /home/rlat2540/public_html/templates/blackstudios16/features/fusionmenu.php on line 35
Please update template to version 1.4.0 to correct this error. To get updates you just need to redownload template package from ThemeForest.
Regards, Tomek
dear Blackstudios,
can i change the lettertype (font) of the article title?
gr gertjan
Hello gertjan and thank you for your purchase. You can change default font for headings in template style tab, you can choose “web safe” fonts, or you can load fonts from Google webfonts directory.
If you would like to apply same font family to article headings in K2 component, it would need small adjustments in css stylesheets for K2 component (to override default Gorgia font family) . If that is the case, please contact me directly via contact form from my profile page on TF, I can point you to exact lines of code, or I can preapre changed files for you.
Regards, Tomek
Hello,
i am in the middle of making my new site using your theme and i have 2 questions. 1.Why can’t i update this joomla version? It says that i have the latest version (2.5.6) while the latest version is 2.5.11. 2. the login box in the header used to work great when i tested it at first, i adjusted the login.php file and the template.css like you suggested and noh i get the popup back, but the text ‘Member login’ on the button isn’t centered (but on the right and sticks to the edge) and also the words ‘Member login’ aren’t clickable, only the icon is clickable. How can i adjust this?
thx,
Yves
Hello Yves,
Joomla one click update feature is not related to template in any way.
Please go to: Extensions – Extensions Manager – Update, here please make sure to clean cache, and please click on “find updates” button.
Login box, please make sure, that joomla login module is published in “login” module position. Login feature requires “RokBox” plugin, so make sure that rokbox system and content plugins are enabled in plugin manager.
I would need to see website, to say something more.
Best Regards, Tomasz
i adjusted the login.php file and the template.css like you suggested in an other answer and now i get the popup back, but the text ‘Member login’ on the button isn’t centered (but on the right and sticks to the edge) and also the words ‘Member login’ aren’t clickable, only the icon is clickable. How can i adjust this?
Probably you haven’t copied whole code, and some of html tags stays unclosed or was removed by you. Please provide a link to your website.
Tomek
You made a mistake, while pasting code, you have now:
<a href="#" data-rokbox="" data-rokbox-element="#rt-popup" class="login_button"></a> <span>Member Login</span>,while you should have a “span” element inside “a” tag, like it was in original template file:
<a href="#" data-rokbox="" data-rokbox-element="#rt-popup" class="login_button"> <span>Member Login</span> </a>Regards, Tomek