crosailes
- Exclusive Author
- Russian Federation
- Has been a member for 3-4 years
- Referred between 10 and 49 users
- Sold between 1 000 and 5 000 dollars
66
Purchases
Buyer Rating:
4.92 stars
4.92 average based on 12 ratings.
(more information)
-
5 Star
1191%
-
4 Star
18%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 10 July 12 |
| Last Update | 7 May 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Liquid |
| ThemeForest Files Included | HTML Files, CSS Files |
© All Rights Reserved crosailes -
Contact Envato Support


Will you add support for ads ?
Thats the only thing missing to make this theme perfect. Also can i ask you why you havent implemented it yet ?
Standard ads should work, please send me the details (maybe with a screenshot) of what you want by email.
Ye, sorry it was my ad block addon that caused it. All i saw was a white page. Sorry
Hi Mate -
Is there a way to give the sidebar blocks an avatar next to the person posting?
Currently this is what it looks like: http://i.imgur.com/V27fX.png
and this is what I’d like it to look like (the small image avatar of the using poster): http://i.imgur.com/CiLEk.png
Hi, it is possible, but requires editing the templates and css. You can contact me via email by way of my profile, so we can discuss this further.
Will you do the CMS also in the future ?
Maybe. It’s hard work, so I want more sales before I start to do the CMS .
Hi – I’d also like to see the Avatars in the sidebar – it breaks up the text a little. Can you look at adding this into the download package as an extra for those that want it?
Thanks.
Ok, I’ll add it in the next release.
Nice one for releasing the update Crosailes – Glad to see you listen to feedback. It’s refreshing.
What are the chances of seeing a CMS design for this?
Additionally – what are your rates for custom work? I’d potentially like you to get on board with a project I am working on.
I am working on CMS …
Can you make another for vbulletin 3.8.7? Too many people use vb3.8.7 like me and we will buy it me 1st
No, I’m sorry.
I did not see any instructions on how to install this.
Instruction in the ‘documentation’ folder.
HTML when produced, please notice the first time I purchased
Can you upload a screenshot of the CMS beta?
Thank you for your reply. I purchased the theme but am having trouble getting the cms beta template to work. How do you install it?
Also, do you have a grid layout or can you send me how you made your cms look like that?
- Download the CMS style, separately (link on Item Details tab)
- Install cms.xml, in exactly the same way as Blogs.xml (read documentation, Installation Step 2)
- In the Grid Manager > Add New Grid > select “2 Columns (66/33)”
- In the Layout Manager create layout, add widgets…
Well, I don’t really like the color, can I change it?
Thanks.
Only by manually editing CSS and images.
Any chance you’re thinking of making this VB 5 compliant?
No. (but i’ll make other styles for vb5)
a russkii yazik est? interesnaya tema… very nice item =)
Do you accept custom modification for this theme?
Please contact me via email through my profile, write in more details.
When I activate this theme half of the navbar links are dark colored and drop down menus are not showing any arrows. You can see it here www.facketsverige.se
I usually am able to find the CMS code but I could use a hand in this.
Thanks
I need some time to provide compatibility with vB 4.2.1.
Try to change the “navbar_tabs” template, move the <vb:if condition=”$tab[‘children’]...> block up, inside <li> tag, should be like this:
<vb:each from="tabs" value="tab" key="tabid"> <li<vb:if condition="$selected == $tabid"> class="selected"</vb:if> id="{vb:raw tab.name}"> <a class="navtab" href="{vb:raw tab.url}">{vb:raw tab.title}</a> <vb:if condition="$tab['children'] AND $selected == $tabid"> <ul class="floatcontainer"> ... </ul> </vb:if> </li> </vb:each>Ah, so it’s a compatibility problem. I’ll try your fix otherwise just wait =) Thanks for a quick reply.
Read the comment below…
Thanks a lot. This fixed it =) Much appreciated.
Quick fix for navbar. (vB 4.2.1)
- Revert to default “navbar_tabs” template;
- In the “vbulletin-chrome.css” template, remove “li.selected” from next lines:
.navtabs li.selected > ul > li > a { .navtabs li.selected li a.popupctrl { .navtabs li.selected li a.popupctrl:hover { .navtabs li.selected li a.popupctrl.active {should be like this:
.navtabs > ul > li > a { .navtabs li a.popupctrl { .navtabs li a.popupctrl:hover { .navtabs li a.popupctrl.active {