Why does my stream look nothing like the demo w/pic

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 12, 2014 9:15 pm
Reply with quote
Report this post
Image

help me please
User avatar
Gold Boarder

GK User
Tue Aug 12, 2014 9:21 pm
Reply with quote
Report this post
Image
User avatar
Gold Boarder

GK User
Wed Aug 13, 2014 3:33 pm
Reply with quote
Report this post
Image

No matter how I follow the configuration files and delete and re add community member module. This is what I get.
User avatar
Gold Boarder

teitbite
Fri Aug 15, 2014 3:23 pm
Reply with quote
Report this post
Hi

Members module looks like a different module entirely used on boths sites. Has a different html, but this can be fixed by adding this code to override.css and enabling override in template settings:

Code: Select all
.js-module .js-col4 {
    margin: 6px !important;
    width: 74px !important;
}


For grid module it's missconfigured. Unfortunatelly I cannot tell what is wrong, so will need You to send me an access to joomla panel.
User avatar
Moderator

GK User
Fri Aug 15, 2014 4:04 pm
Reply with quote
Report this post
teitbite wrote:Hi

Members module looks like a different module entirely used on boths sites. Has a different html, but this can be fixed by adding this code to override.css and enabling override in template settings:

Code: Select all
.js-module .js-col4 {
    margin: 6px !important;
    width: 74px !important;
}


For grid module it's missconfigured. Unfortunatelly I cannot tell what is wrong, so will need You to send me an access to joomla panel.


sent you all login info
User avatar
Gold Boarder

GK User
Sat Aug 16, 2014 12:58 am
Reply with quote
Report this post
elleclouds wrote:
teitbite wrote:Hi

Members module looks like a different module entirely used on boths sites. Has a different html, but this can be fixed by adding this code to override.css and enabling override in template settings:

Code: Select all
.js-module .js-col4 {
    margin: 6px !important;
    width: 74px !important;
}


For grid module it's missconfigured. Unfortunatelly I cannot tell what is wrong, so will need You to send me an access to joomla panel.


sent you all login info


That also changes the recent pictures module also. How can I have my template look just like the demo with my jomsocial... I love how the demo functions and want my template to function the same. Also the plus sign does not appear when hovering over a picture... por que?
User avatar
Gold Boarder

teitbite
Sat Aug 16, 2014 3:03 pm
Reply with quote
Report this post
Hi

I think JS has made some changes to the html structure, but I was able to use same style with this code added to override.css:

Code: Select all
#latest-members-container .js-col4 {
    margin: 6px !important;
    position: relative;
    width: 74px !important;
}
#latest-members-container .js-col4 a {
    background: none repeat scroll 0 0 #272727;
    display: block;
    height: 74px;
}
#latest-members-container .js-col4 a:hover:after,
#latest-members-container .js-col4 a:hover:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
}
#latest-members-container .js-col4 a:hover:after {
    height: 46px;
    left: 37px;
    top: 14px;
    width: 1px;
}
#latest-members-container .js-col4 a:hover:before {
    height: 1px;
    left: 14px;
    top: 37px;
    width: 46px;
}
#latest-members-container .js-col4 a:hover img {
    opacity: 0.5;
}


About the Grid I've checked and I think You simply do not have any statuses at the moment to show. Can You please add some? Than just follow the point 3 "JomSocial - grid1" configuration.
User avatar
Moderator

GK User
Sat Aug 16, 2014 5:30 pm
Reply with quote
Report this post
There are statuses set but it just show "Selected status doesn't exist" on the front end. I'll add a few and you can tell me if they show up. Looks like the template needs to be updated to work with the updated jomsocial. Also the plus sign shows up over the picture but not like the demo. The transition is different and more abrupt rather than fading in like the demo. Tetibite you always do a great job with support, but I am wondering should I wait for this template to be fixed to use it for a client?
User avatar
Gold Boarder

teitbite
Sun Aug 17, 2014 9:06 am
Reply with quote
Report this post
Hi

If it's only this 2 issues than I believe it can be resolved. I've updated the code with the image effect class:

Code: Select all
#latest-members-container .js-col4 a img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


so not it looks the same as demo.

For JS Status module please send me an access to ftp so I'll give it to programers and they will fix it for sure.
User avatar
Moderator


cron