607 comments found.
When I buy the extended license per one thousand one hundred and fifty dollars !! I have full rights to the template? if I want to build a social network has a problem? and if I ask for a custom design? individual made to my measurements? as fare? what price?
Hi Horeon,
An extended license allows you to use ThemeKit in an end product that’s sold (meaning you charge money on your website which uses our design).
You will not have full rights to the template as others can still purchase Extended/Regular license of ThemeKit.
To read all about it go to:http://themeforest.net/licenses/terms/extended
For custom work please send us an email: contact@mosaicpro.biz
Thanks,
mosaicpro.
Any ETA on the music template and the register page? I really want to begin work on my project but I’m waiting for this update. Thanks.
Hi scottexpo,
Our plan is to finish the Music Theme in early December (5th – 10th).
P.S. Could be earlier but we want to get the best out of our work so we’re not rushing things.
Q: How did you get on with the Dev …. was it easy to setup?
mosaicpro.
I use the Yii framework so I just used everything from the “dist” folder and make all the edits by hand. What happened to the admin part? Is there any plan to make this straight html. js, and css? Thanks.
Hello,
Beautifull template !
We are forced to use Vagrant? Is it possible to disable the cache used on HTML pages?
Kind regards, Pirmax.
Hi pirmax,
Glad you like our template.
Vagrant is a ready to go development environment with everything installed(ruby, node,bower) but you’re not forced to use it. You can install everything on your local machine and just use terminal / command-line without vagrant.
Not sure what you mean about disabling cache on HTML as we don’t have that (is it related to vagrant refreshing faster?).
Also if you have trouble with your setup send us an email contact@mosaicpro.biz and will gladly point you in the right direction.
Note for people who don’t want to use our Dev:
You need to install bower, node or use vagrant only if you’re using the Dev package which we recommend apart from that we included css/html for anyone not wanting to work with less/sass/template engine/js compiling that we use.
Thanks,
mosaicpro.
Oh no problem with cache…
But I have a problem on “Social Theme 3” with mobile. The page auto scroll up sometimes, on “timeline”.
Sorry for my bad English 
Kind regards, Pirmax.
I am ready to make a purchase. However, I noticed that in the Live demo versions 1 and 2 the left menu overlaps the main part of the website when the screen size is minimized to about the size of smartphone. It seems that the the left menu is not adapting to the smaller screen size.
Is there a fix for this before I make a purchase or can this be fixed after purchase? Also, will plugin for a Twitter feed be added back in like in previous versions?
Hi ojack,
The menu on mobile works fine. Can you provide a screenshot of what you mean and more details like os, browser…
If there are bugs we’ll be continuously sorting them as we evolve.
Don’t think the twitter plugin will be added.
Thanks,
mosaicpro.
Hello there I am trying to set up the theme using the documentation. I have installed virtualbox, and vagrant .. configured the social.yaml file to point to the root (therefore the folder that points to contains dev,dlist,docs,vagrant,Vagrantfile) .. and I have tried to run vagrant up, followed by vagrant ssh.
What would be the next step in order to access the page and why does the ip 192.168.10.10 does not load any page? Also how can I access the app files once the server is loaded (to view the pages from app directory?
I am not sure I understand how this work, if there is any documentation that you could provide me I would greatly appreciate it.
Hi Helixz,
Once Vagrant is installed and you’re in with “vagrant ssh” you need to go to the dev folder of your package (assuming you’re logged in with vagrant ssh).
In the dev folder you can try the various common tasks as found in http://preview.mosaicpro.biz/themekit/docs/dev.html#grunt scroll down to Common tasks.If you need additional help send us your details by email contact@mosaicpro.biz and will get your dev setup sorted.
mosaicpro.
Hello, I’m a software developer and I’m interested in buying the theme, but I want to know if the server side is already included in the theme or it must be implemented because your theme is only a graphical component (in the live preview many buttons do nothing…). If the server side included, what are the technologies used (eg. dbms, programming language, etc.)? It’s easy to customize (eg. If I want to add a table to the database or a field to an existing table and use them in the HTML pages)? Thanks. Bye.
Hi hidetoshi84,
ThemeKit is a HTML/CSS User Interface Kit, which you can apply to any web app of your own regardless if it’s PHP, RUBY, ASP etc..
The Development Suite (bower, node, grunt) compiles pieces of html, less/sass -> css, javascript into the pages that you see on the live preview.
Note! We’re working on the exact same development suite to produce the template and all it’s themes (of course HTML/CSS/JS).
mosaicpro.
So, with your theme I will have only a set of html pages (with relative css and javascript) that I can link with the server side of my webapp (currently I use java as programming language, the spring framework and mysql as dbms)?
Hi hidetoshi84,
I can confirm the package contains html pages with css and javascript but as far as linking them with server side you will have to check if you can load and use html / css / js within your spring framework.
Thanks,
mosaicpro.
To understand, your theme isn’t a CMS like wordpress… it’s only a set of web pages… so, my question is: can I easily modify the html/javascript code of these pages to make them work with the server side of my webapp (don’t consider spring)? Usually how it works? People buy the theme and then how makes it work with the website/webapp?
Hi hidetoshi84,
To understand, your theme isn’t a CMS like wordpressCorrect
It’s only a set of web pagesIt’s more than that. It’a a complete front-end framework (HTML,CSS, JS) on top of which developers can easily adapt the modern, clean design to suit their own needs/requirements.
can I easily modify the html/javascript code of these pages to make them work with the server sideIt’s HTML, so as far as you can work with clean HTML,CSS and Javascript you won’t have any problems.
Usually how it works?Depends on the app but let’s take for instance PHP. Developers creates their header content and footer from our html to create their own template in PHP where they include the necessary CSS and JS in their respective places/order as per docs.
Note! We recommend developers to setup the dev to compile the html/css/js. Once the dev is setup it will save a huge amount of time down the road and customizations will be kept clean and clear.
Thanks,
mosaicpro.
Great Template! Any hopes of porting this to AngularJS in the near future?
Hi jcmurray,
AngularJS version won’t be available this year as we’re focusing on expanding on with multiple themes(niches).
We’re considering Angular for early next year.
Thanks,
mosaicpro.
This theme is great , but I have a simple question can I convert this theme to work for wordpress ?
Hi saad100,
It’s not a matter of converting themekit to wordpress, as any other html theme on the marketplace themekit can be implemented onto wordpress however we don’t offer support for this kind of implementation.
mosaicpro.
can u please provide me the examples with separated the js files and less css? I don’t want to install all these tools (grunt etc) I just need plain html files with all external files split.
Hi ndamofli,
Separating all the files from Grunt is kind of tedious but to keep it short:
Vendor(Plugins) scripts are loaded from Bower so check bower.json or “bower install” and “bower list” to see the list.
App Scripts are held within dev/app/js/ with loading first the /themes/[nr]/main.js fie that loads the theme specific scripts.
However most of JS files make use of the browserify require(’./’) so you will have to include them manually or use browserify as well.
App Styling is found in app/less or app/scss with the same having /themes/[nr]/default.less or scss loading it’s necessary styling which outputs in the dist/css/ folder.
Note! Each theme includes only the necessary scripts and styling make it very light in size.
Thanks,
mosaicpro.
I have a question, if i buy the template would you give me all the html files? instead of redirect the links to a server?
After purchase, you receive in your download all the source of the template, including HTML, LESS and SASS source, as well as compiled CSS and JavaScript.
Hi, first congratz for work, is a great template.
I found a error when i was trying use theme with sass. If you look a file .common/components/cover/_overlay.scss on line 35 you will see:
@include button-variant(#fff, rgba(0, 0, 0, 0.5), transparent);
but the bootstrap mixin for button-variant don’t accept transparent 3rd argument (border-color) because him can’t calculate darken color for transparent.
I’m using bower (with yours bower.json) (bootstrap-sass 3.2.0)
Bootstrap button-variant mixin:
@mixin button-variant($color, $background, $border) {
...
.open > &.dropdown-toggle {
color: $color;
background-color: darken($background, 10%);
border-color: darken($border, 12%);
}
...
}
tks advance.
Hi marciotoze,
Thanks for letting us know. Will find an alternative for the next update.
mosaicpro.
Hi I have change the location of css files and js files and made the required changes in the html page ( change the path of the <script> to the new location of js files and the <link> to the new location of css files ), the template work as expected except the squares that change the color. When I click, the red square, the style didn’t change to the red color and the same happen for all squares.
Is there another change must be made to solve this problem ?
Thanks
I found that the problem is with jquery commands … when pressing the blue square, the tag <link href=”css/blue.min.css” rel=”stylesheet” type=”text/css”> is added in the head
but to work correctly the tag must be like this <link href=”../../css/blue.min.css” rel=”stylesheet” type=”text/css”>
how can I made this change in jquery file ?
Open dev/app/js/common/_skins.js and update your path on this line:
asyncLoader([ 'css/' + skin + '.min.css' ], function () {
...
Then to recompile the script.js and script.min.js, from a terminal within the dev directory run:
grunt --theme <your_theme_number> browserify jshint uglify:app
see also this image, I copy the folder of the theme to the dev folder but there is a massage say access denied
see image http://i.imgur.com/5OUHYBp.jpg
Hi AhmedShamel,
We will have the development setup instructions for windows as soon as possible.
Sorry for the inconvenience.
mosaicpro.
Hi The template need a way of showing full screen image ( like facebook ) for example: when the user click on image, the image will display as full screen
Also the template didn’t handle the post with multiple images, I think the template will be better with these two features … Thanks
Hi Ahmed,
Thank you for your feedback.
Image modals are on our todo list already and will be added as soon as possible.
About the 2nd feature, please provide more details as your current description is confusing, on the timeline pages there are a bunch of blocks of entries with multiple images already.
Thank you.
Thanks for your quick replay
About the 2nd feature, I notes that block of multiple images right now. It is good, but note that the images are very small.
you can improve this features. I suggest to use slider like the one in this image
http://i.imgur.com/dfz7RQW.jpgThank you. We’ll consider your recommendations.
============ Chat Help
First of all let me say this is one of the best templates we have worked with (and we have used a lot).
We are looking for a .NET/ Ajax chat solution which fits in with your design. I think a lot of people would be interested to find a similar solution.
Is there anything you can recommend (or resell) whcih we can use which works on .NET.
Any help would really be appreciated, if you want to contact me directly that is also fine.
Hi bonefish74,
We’re glad you like our template.
Unfortunately we can’t recommend any 3rd party chat script.
Thanks,
mosaicpro.
Hello,
Thanks for update but with this update data-size is not working in bootstrap-select, whole select box going down to page if you have more items. When you select any value from selectbox, it fixed itself and data-size active itself.
<select class="selectpicker" data-size="5">
...
</select>
You can see it on http://cdn.mosaicpro.biz/themekit/3.3.0-rc1/2/forms.html
Select limited to 5 but 6 showing, no scrolls after 5 items. Problem is same for multiple.
If you have any quick fix for now please let me know.
Also do you know, how can I add different languages for bootstrap-select? I’ve tired to use some language files on offical site but didn’t worked.
Thanks.
Hi phpwarner,
You need to wrap the selectpicker init from/dev/app/js/components/forms/_selectpicker.js:
$('.selectpicker').each(function(){
$(this).selectpicker({
width: $(this).data('width') || '100%'
});
});
into a document ready function:
$(function () {
$('.selectpicker').each(function(){
$(this).selectpicker({
width: $(this).data('width') || '100%'
});
});
});
And then recompile the javascript using grunt. From a terminal within a dev directory:
grunt browserify jshint uglify:app --theme 2
mosaicpro.
Hello mosaicpro,
Thank you so much for your help, it worked without problem. Please remember to apply this fix on your next version 
On the other hand, I found the way for adding different languages to supported jquery scripts. Maybe helpful for other users.
<script src=”js/vendor.min.js”></script>
<script src=”js/bootstrap-select/defaults-de_DE.js”></script>
<script src=”js/scripts.min.js”></script>
Friendly.
Hi phpwarner,
The fix is already added and will be released with the upcoming version.
Thanks,
mosaicpro.
Hello, I bought the theme but could not find the pages for area management, webmaster for adiministrar the site and its users. There are these pages so that I can administrate the site or should we develop?
Social Theme 1
Thank you
Hi samuelyossef,
Unfortunately you will have to build the actual management & features as this is an HTML/CSS/JS template.
mosaicpro.
In this page, themes/2/user-public-users.html – there is a search filter and dependent dropdown in content area for searching by Name or friends of friend. i find that this search bar breaks out of place when screen size is reduced. Can you please check this.
Hi fortm,
Thanks for reporting. We will have that responsive issue fixed with the next update which will be available middle of next week.
mosaicpro.
Hi fortm,
We’ve fixed it and will be available within the next update.
mosaicpro.
It is a good template, but it need a registration page
Hi AhmedShamel,
Indeed a Sign Up page is on the way… with Music launching next week there will be a Sign Up/Registration page included.
Thanks,
mosaicpro.
I’ve only tried this on theme 3 but on my Samsung s5 input boxes lose focus straight after being clicked on rendering them useless
Hi jamesaps,
Is this happening everywhere or on some specific pages?
Hi! I am interested on Social, I would like to know if it is ready to be used as a community, or there is adtinal work that shoud be done in order to work as community website…
Hi afrsap,
Social is a HTML template which provides the styling/design… for it to work as a community you need to implement / create the functionality of the community.
mosaicpro.