LoxDesign
- Exclusive Author
- Has been a member for 2-3 years
- Sold between 1 000 and 5 000 dollars
- Bought between 1 and 9 items
236
Purchases
Buyer Rating:
4.42 stars
4.42 average based on 24 ratings.
(more information)
-
5 Star
1666%
-
4 Star
312%
-
3 Star
416%
-
2 Star
14%
-
1 Star
00%
| Created | 15 November 12 |
| Last Update | 4 December 12 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Compatible With | Bootstrap 2.1.1 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PNG, Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- admin
- calendar
- forms
- gallery
- jquery
- mobile
- modern
- responsive
- sass compass
- tables
- theme
- twitter bootstrap
- typography
- ui elements
- widgets
© All Rights Reserved LoxDesign -
Contact Envato Support


Hey,
first i love your template, but i have a problem.
The Charts wont work in the newest firefox version. In google chrome it works fine.
thanks
Hi,
First of all thanks for purshasing my theme. For a few days I am out of town but when I get I check it out and will give you an answer.
Sorry again and best regards, LoxDesign
Okay
Hi TheTechnoMan,
I have just checked out in Firefox and it look like it´s working well.
Hmmm..
On: http://themes.loxdesign.net/phoenix/charts.html
i only get white areas where the charts should be.
Hmmm…
For me it work even after a ctrl+f5 refresh. This is how I see it: http://features.loxdesign.net/phoenix/charts.png. In your downloaded version can you see the charts ?
Overall very nice work, just had a look at the demo page as I’m looking for a new admin page.
I noticed the Wizzard seems a bit off alignement wise at least in FF, also ‘3 Other Details’ should be have said ‘4’ and if you resize the Address area it skews the whole design. Just minor bugs
Hey,
i have a little problem with the altert box. It looks like that:
http://www.abload.de/img/unbenannt3gjwg.pngas you can see the text is not centered. why?
thanks
Hi,
You can center it by changing the common.css file:div.jGrowl div.jGrowl-notification{ text-align: center; }It is not jgrowl. Its the standard altert message.
And another simple question.
What files do i need to include to get the “Input fields with tooltip” demonstrated at the forms page, to work?
These are bootstrap tooltips so the first file is “
”, than you have to setup the tooltip on the input (““) and finally you have to call the tooltip in the “”></script>” like so ”$(’.tooltip_cont input’).tooltip(); ”.Best regards.
I found out the solution. it was the wrong odering from some .js files is i thought. THanks
Hello again and thanks for your help.
I just have another problem where i cant find a solutiion. I tried to integrate a ibutton. But i cant get it to work. I just shows a checkbox.
My css files:
http://fonts.googleapis.com/css?family=Open+Sans, bootstrap/bootstrap.min.css, bootstrap-responsive.min.css, prettify.css, jquery-ui-1.8.20.custom.css, chosen.css, jquery.ibutton.css, common.css, theme_light_sky_blue.cssand the js files
jquery-1.7.2.min.js, bootstrap.min.js, ios-orientationchange-fix.js, jquery-ui-1.8.20.custom.min.js, common.js, script.js, prettify.js, forms_elements.js, jquery.ibutton.min.jswhat did i wrong? the ordering in my script is as above. thanks
Did you make the call in the javascript file ?
What you mean? I just included it. Did i missed something? On the demo i only see a include
Hi, as I see the order of your javascript includes is wrong: jquery.ibutton.min.js has to come before forms_elements.js.
Thanks but still only showing a normal Checkbox.
http://www.abload.de/img/unbenannte9c5k.png<section class="welly form_align"> <div class="row-fluid"> <div class="span3">{{ _('Applikation online:') }}</div> <div class="span9"> <div class="span9"><input class="os_chbox" type="checkbox" checked="checked" /></div> </div> </div> <hr /> </section>In your html do you have the right class setup, I mean for example you have an checkbox with the class “os_chbox” and you call the plugin with this name ( for example ”$(”.os_chbox”).iButton(); “) in your javascript ?
In ”<script src=”js/specific/forms_elements.js”></script>” you have a section with the calls: /*
-9 – OS Styling $(”.os_chbox”).iButton(); $(”.os_chbox_effect”).iButton({ labelOn: “On” , labelOff: “Off” , easing: ‘easeOutBounce’ , duration: 500 }); $(”.os_radio”).iButton({allowRadioUncheck: true});Please let me know if it worked.
Best regards
As i told u already. I just copied it from the demo so thats not the problem. I have the same js as in the demo and the same html
kay i found out where the probmem is. its in he “js/specific/forms_elements.js”. If i remove all the other stuff from the file it works. I mean the other calls for example, for the spinners. Is there a way to fix it?
On every page you have to know what plugin are you going to use and than you will include only that plugin in your header and call only that specific plugin, that’s why I tried to separate and comment the code as good as possible.
Ah so the form_elements is just for exaple. Okay
Sorry for the many question but i have another small one. Normally in Bottstap its easy to create topptips (with the design from the input box tooltip, for example). Like that:
<label class="control-label" for="signout-redirect-referrer-enable">Sign out <a href="#" data-rel="tooltip" tabindex="99" title="When the user logs out of your site through logout.php."><i class="icon-question-sign" /></a></label>But in that template that wont work. How does it have to look like?
You have to also call the tooltip in your JavaScript.
I know. Please look at my image below, and try to answer all the questions with code examples. Thanks http://www.abload.de/img/unbenanntg7oor.png
Well my idea would be using extra wrap containers and trying too align and adjust everything with the help of this extra container ( styling the extra container with CSS ).
Man pls… There are 3 Questions on the Image. Please answer the Question to image 2, with code. Normally it would work like that
<a href="#" rel="tooltip" title="first tooltip">hover over me</a>but you changed that so it wont work. pls give a example how it works in your template. and also pls give a example how to do that other things with a container. I know php. Not css.
And also answer question 1 (with the red square) Thanks
<div class="span9 docs-input-sizes tooltip_cont"> <input type="text" name="tooltip" placeholder="Tooltip on top" data-placement="top" data-original-title="Tooltip on top"> <input type="text" name="tooltip" placeholder="Tooltip on right" data-placement="right" data-original-title="Tooltip on right"> <input type="text" name="tooltip" placeholder="Tooltip on bottom" data-placement="bottom" data-original-title="Tooltip on bottom"> <input type="text" name="tooltip" placeholder="Tooltip on left" data-placement="left" data-original-title="Tooltip on left"> </div>JS call:$('.tooltip_cont input').tooltip();For further documentation please check the official bootstrap website: http://twitter.github.com/bootstrap/javascript.html#tooltips
2 – It is not possible to add it to the iButton, you have to add it to the text before the ibutton.
3 – It is possible to adjust the text tooltip text to appear exactly over the, to archive that you have the adjust the width of the text container.
Best regards
I knowthat i have to call it.. Okay lets sayit like that:
Plsgive me the code for “image 2” (in the picture above). So that i have that ”?”icon before the box. I cant get it to that position.
thanks
What image 2 ?
Oh man. I wrote above
http://www.abload.de/img/unbenanntg7oor.pngthere is a arrow with the text “image2”
Sorry but I really don’t know what you want, explain it more. Thanks
The problem is that i cant get it to that position without braking the whole design. So i simply want the code to put that icon right to the inputbox and add a tooltip to it.
Best regards
This is a super basic question, but is there an easy way to change the predominately grey color to black, or would this change be scattered throughout the .css? I’d like to change the background to be closer to black, then make the menu items a little lighter on the mouseover. I can look through the .css if it is spread out; I’m hoping that it is in one or two places. Thanks!
Hi delcerrogroup, sorry for being a bit late. Well if you have sass setup you can change many settings in the “_variables.scss” if not you will find a “Table of Content” at the top of the “theme_light.css” file.
Table of Content: 1 - BASIC 2 - LINKS 3 - HEADER 4 - MAIN NAVIGATION 5 - DROPDOWN 6 - CHAT MODAL 7 - SUB NAVIGATION 8 - SIDE NAVIGATION 9 - PAGE SETTINGS ....With a basic find/replace I think it won’t be to hard to change the look to fit your needs.If you have more questions just let me know.
Best regards, LoxDesign
Thanks – this is the information I need. Love the theme!
Thanks
$("#cleeditor").cleditor({ width:"100%", height:"100%", controls: "bold italic underline strikethrough subscript superscript | font size " + "style | color highlight removeformat | bullets numbering | outdent " + "indent | alignleft center alignright justify | undo redo | " + "cut copy paste pastetext | print source" })[0].focus(); $("#cleeditor2").cleditor({ width:"100%", height:"100%", controls: "bold italic underline strikethrough subscript superscript | font size " + "style | color highlight removeformat | bullets numbering | outdent " + "indent | alignleft center alignright justify | undo redo | " + "cut copy paste pastetext | print source" })[0].focus();On Firefox, Chrome and Safari it’s ok but on Internet Explorer no
EDIT: my problem is solved
Hi darakk, great!!!!!
Any way to make the top bar taller without covering up the side nav bar or the content container? I couldn’t figure out how to do this without monkeying with the bootstrap file. Thanks!
Hi delcerrogroup,
Well one way would be adjusting the following things: .navbar .main_nav > li > a{ padding: 19px 0 10px; } – you adjust the pedding on the anchor tag and if you want the icons to be centered you would have to adjust the background-position assigning to all of them a center position (ex. ”.search > a { background: url(’../img/general/nav/search.png’) no-repeat center; }, .settings > a { background: url(’../img/general/nav/settings.png’) no-repeat center; }, ...”) and to separate more the subnav if you have one or the main_content you would have to adjust their margin-top property (ex. .sub_nav { margin-top: 25px; }).
Hope it was helpful. Best regards, LoxDesign
hello again,
im having troubles with advanced table, it will sort results in a different way than required, how do i stop the table from sorting the results but i still want the ajax paganation, like show 25 or 50 or 100 results stuff. i want to keep the advanced table but i just dont want it to sort the results, i have done that in php before showing it in the table.
one more thing, if you press right click and click show source, then in the source they are sorted just like i wanted them but the table just dont show same sorting.
oTable = $('#example').dataTable({ "sPaginationType": "full_numbers", "bSort": false });Best regards, LoxDesign
hello, but if i add this code then the other features will also be taken out, like show per page?, i mean the ajax paganation will disappear
Hi, when I tried out this example on the template for me only the sort feature got disabled, the rest stayed as it was before
really, so whats going on then?, i edited the tables_advanced.js file?, i suppose you did the same?
Can you please help?
Thank you for your time.
Hi NguyetLy,
Here is how you can do it: In your index.html you will setup your navigation code like so:
And in your services.html you setup your navigation like so:
With this setup if should expand and go to services.html at the same time.
Best regards, LoxDesign
Hello, would it be possible for you to add a Microsoft and Google logo to the login page ? I’m pretty limited with Photoshop and cannot achieve the look & feel you did with the current Facebook and Twitter logos. That would be really appreciated. Thanks.
Hi raphlo, Send me an email with the logos you wanna use for your project and I will export them as I have the Facebook and Twitter logos.
BR, LoxDesign
I have setup compass for this but get an error when compiling the files so can’t progress very far
/* Syntax error: () isn't a valid CSS value. on line 184 of /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/css3/_transition.scss, in `transition' from line 4374 of /Users/admin/Documents/Development/Projects/Admin/sass/theme_light.scss Backtrace: /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/css3/_transition.scss:184:in `transition' /Users/admin/Documents/Development/Projects/sass/theme_light.scss:4374 /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/script/list.rb:43:in `to_s' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:299:in `visit_prop' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `map' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:205:in `visit_if' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:268:in `visit_mixin' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:268:in `map' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:268:in `visit_mixin' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:268:in `visit_mixin' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:70:in `perform_arguments' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:263:in `visit_mixin' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `map' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:320:in `visit_rule' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `map' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:320:in `visit_rule' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `map' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:320:in `visit_rule' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `map' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:53:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:109:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:121:in `with_environment' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:108:in `visit_children' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:128:in `visit_root' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/base.rb:37:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:100:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:7:in `send' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/visitors/perform.rb:7:in `visit' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/tree/root_node.rb:20:in `render' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/engine.rb:315:in `_render' /Library/Ruby/Gems/1.8/gems/sass-3.2.7/lib/sass/../sass/engine.rb:262:in `render' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:140:in `compile' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:126:in `timed' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:139:in `compile' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/logger.rb:45:in `red' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:138:in `compile' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:118:in `compile_if_required' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:103:in `run' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:101:in `each' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:101:in `run' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:126:in `timed' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/compiler.rb:100:in `run' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/commands/watch_project.rb:147:in `recompile' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/commands/watch_project.rb:68:in `perform' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/commands/base.rb:18:in `execute' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/commands/project_base.rb:19:in `execute' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:43:in `perform!' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:15:in `run!' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/bin/compass:30 /Library/Ruby/Gems/1.8/gems/compass-0.12.2/bin/compass:44:in `call' /Library/Ruby/Gems/1.8/gems/compass-0.12.2/bin/compass:44 /usr/bin/compass:23:in `load' /usr/bin/compass:23 */ body:before { white-space: pre; font-family: monospace; content: "Syntax error: () isn't a valid CSS value.\A on line 184 of /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/css3/_transition.scss, in `transition'\A from line 4374 of /Users/admin/Documents/Development/Projects/Admin/sass/theme_light.scss"; }Hey! I am interested in purchasing this template. Now I have my own website and I am hoping to use this for webmail for my sites users. Is it all ready for me just to enter the credentials and server info (POP and SMTP) for my site users to access there emails.
Hi alykhansuleman, this is just HTML, CSS and JAVASCRIPT. The dynamic part you would have to code it. Best regards, LoxDesign.
Hi, i have little problem with iButton checkbox. It looks like everythink works ok visualy but i cant get POST data from checkbox.. .I tried so many ways but nothink works. (I tried it on your code without changes only set values and sent it to php file for print_r($_POST).. radiobuttons works ok. Only that check box doesn’t return any value.
Hi JoellSVK,
Could you upload your example to jsfiddle ? Maybe I can help you.
Best regards.
Hi, I faced problem in message view mail inbox view message in first page its working if i change second page in table pagination view message is not working i put alert in mail.js not showing alert
Hi, mkumar4ever,
Could you upload an example to jsfiddle so that I can have a look ?
Best regards.
goto this url http://themeforest.net/item/phoenix-responsive-admin-template/full_screen_preview/3410090 click inbox and click first mail it show content click second page in table pagination after table show 10 – 20 then click first row of table it show nothing same page load again mail view not working
Hi mkumar4ever,
I think I know what you mean. Because this is just a demo presentation it will always show the same sample content. When you are going to use the template in your project you have to change the code and integrate it with php for example so that it can load dynamically different contents. Hope I could help. If it is still something unclear please just let me know.
Best regards, LoxDesign
hi i told first 10 rows i click its show mail content after 10 th row its not showing mail content
Hi mkumar4ever,
To solve this problem you have to replace this code:$("#inbox tbody a, #inbox tbody a").click( function (e) { e.preventDefault(); $("#inbox .dataTables_wrapper").slideUp(function(){ $("#inbox .message_details").slideDown(); }) } );with this one:$('#inbox tbody a').live('click', function (e) { $("#inbox .dataTables_wrapper").slideUp(function(){ $("#inbox .message_details").slideDown(); }); } );and it should work. This is the code for the “Inbox” tab. You have to change it also for the rest of the tabs too.Best regards, LoxDesign
It’s Working fine thanks