607 comments found.
Hi, the fixed layout does not have chat?
Hi matheusvetor,
Fixed Layout doesn’t have right sidebar chat but it’s on our todo list to cater a chat for the fixed layout.
mosaicpro.
Hi. First, thanks for the script. Nice work!
I want to buy your script. But before this, which was written in the framework this script? Do you have documentation for codes?
Thanks for answer. Celil YILMAZ
Hello good day
I ended up making a purchase! To translate to Portuguese (Brazil) as I do? Any plugin?
Hello Mosaicpro,
Yesterday, I bought the template but I don’t understand how can I install it? Kindly tell me process for installing the theme over my FTP server or how can I make changes in it? If I want to do
Hi jamesaps,
Will check it ourselves and come back with a fix…
Thanks,
mosaicpro.
Recently I did migration from V1.0 to V2.0. And I check your frame making by PHP, first time when I found you made PHP version I feel so great. But I think your PHP version is just for your design page view, not for good structure or function and also this is not a frame. Every PHP users use their own frame and structure. It means that you just make components that’s it. You don’t need to make like this. We(PHP user) have to deconstruct your package and sort components and their control code we understand and after we insert this to our system. It’s not efficient if you make this just document… script file we need when we render the page, what does the skins do? menu is just menu sidebar and …. so on… It’s really nice for us and we just use components.
So in my opinion, it’s better to use HTML template and customize to PHP system.
Hi wangjacsi,
Thank you for sharing your views on the Social PHP version.
Although it would be nice to have the PHP version fully hooked up with a database and fully functional in terms of users/posts… etc.. our aim is to provide the boilerplate of the template … switch skin feature… easy menu customization through the config.
Of course if you or others use PHP frameworks you will use the PHP included as informative.
mosaicpro.
does this theme contain html css alone without php code.., becuase I need only html design for one of my real time application
Hi akramwahid,
I confirm that Social includes separate HTML package for both AJAX and NON-AJAX version that being the main focus of the package.
Thanks,
mosaicpro.
Hey…wonderful theme.
Was wondering if you could add a collapsed side navigation bar instead of it just disappearing, like this: http://flatfull.com/themes/musik/genres.html
Hi jamesaps,
At the moment we don’t have any immediate plan for it but will consider it for future updates.
mosaicpro.
Hi, I am using PHP version. For few days I have changed my system V1.0 to V2.0. It’s not easy. because Many things were changed. anyway, I have a question. in file config.scripts.php why every js files have ‘page’ field? and even if they have same files each. why? I think it’s not efficient and essential.
what’s the relation between page and section??!! what’s meaning of this-> $script‘sections’ work?
all of $sections are false so why is this needed? for what? $sections = !empty($script[‘sections’]) && !empty($script‘sections’);
skin just change the color? or something different?
Come Icons does not appear!!!! You need to check this!! I think this is because when you downloaded Icon file it did not transfer right! cause: UTF byte is wrong (right is starting E~ wrong is starting 1F~)
Hi, Great stuff, though one problem, the zoom effect when hovering the DIVs on media_1.html page is not very smooth. Is there a way to play with it? Which plugin/code is used for this animation (where can i find it)?
Thanks
Also, @dynamus_jr it’s not best practice to change core files of third party files. you should extend or override it in another place. In your case i’d create a new file that is maybe custom.css and overide the menu styles. That way if this theme gets updated you don’t have to do anything except extract the new files and leave your custom ones.
#menu {
background: #FFFFFF !important;
}
#menu > div ul > li > a:hover {
background: #000000 !important;
}
#menu > div ul > li > a {
background: #2B2B2B !important;
}
Hi skworden,
Good advice…
Another way (we have been doing for clients) is through LESS:
We add include an extra custom.less file at the very end of the stylesheet-complete.less or whatever .less you have then from there make the necessary adjustments within the custom.less as LESS variables can be changed at the end.
This way you are taking advantage of the LESS files without altering the existing assets.
Thanks again,
mosaicpro.
Great looking theme first off. I have a couple questions!
Where is it calling the loader? i want it to stop calling it. I don’t want to wait to show data until it fully loads. I want to show above page fold data as its available not load it all at once. I believe its’ the core_preload/pace.min.js but i don’t know where it’s getting initiated from.
i figured it out. it was the files above and just the “pace” on the <HTML>. It loads 50% faster now by removing it. It also shows data almost instantly.
Yep. That’s it.
mosaicpro.
Hi sir, I want to use this template with nodejs, does it includes pure html/css version separately. And also I couldnot see a chat bar in the demo, I need a chat box like in facebook, it popups in the bottom of the page when i click on particluar user
Hi akramwahid,
The Social Network Template is a HTML/CSS/JS template with a PHP version that includes the basic templating, menu builder and automatic resource loader.
The package has HTML and PHP separately in their own folders if that is what you ask.
Regarding the bottom chat at the moment there isn’t any… just the right sidebar chat that you can toggle from the top chat icon.
We will consider a chat box like you mentioned for future updates.
mosaicpro.
Hello mosaicpro,
On the left side menu, can I change the background color ? My audience normally has more than 50y and black background would be hard to them to accept the new site look.
Thanks in Advance, Jr
Hi dynamus_jr,
Changing the sidebar color isn’t that hard… of course you would need to know how to use LESS files.
Send me your contact details to contact@mosaicpro.biz and will walk your through on how to change your sidebar appearance.
mosaicpro.
Hi Mosaicpro,
I am unable to buy this template for some reason, can you please find out and let me know
Hello,
I love your work have a project i would like to get started on! are you available for hire?
Please email me at slickgfx@gmail.com
Regards, Alex
Hi slickgfx101,
We’re quite busy at the moment but feel free to email us at contact@mosaicpro.biz .
mosaicpro.
please how do i set a default color?
never mind i saw your tutorial and it helped
Hi Kendysond,
We wanted to prepare a guide for Social specifically but you found the answer yourself
.
Will create that color switch guide very soon.
mosaicpro.
Please help me out.
Thanks Alok
Hi alokgolu,
Can you show me a demo of what you have… also keep in mind for a fixed layout you need apart from the specific navbar a different “Body for LAYOUT FIXED”: http://cdn2.mosaicpro.biz/social/php/docs/guide.getting-started-html.html?v=v2.0.1-rc1#guide-layout-menu .Let me know if that worked… if not send me an email contact@mosaicpro.biz .
mosaicpro.
is this able to work out the box with basic skills or is it only a skin? I am looking for something like this with easy customization to work from the beginning. Is there easy documentation? Looks nice.
Hi myoffices,
This is an HTML skin that you need to implement onto your existing or new App wether that is PHP, ASP, RUBY, etc…
We have an extensive documentation regarding the customization of Social but it does not include the implementation on other languages.
mosaicpro.