By Mark Klinkhammer on Thursday, 23 February 2017
Posted in General
Replies 17
Likes 0
Views 360
Votes 0
I just purchased the Echo Template and it is really not working out! SEE PICS

How do I get it to work like the DEMO? It is not doing anything like the demo shows. Could you please help me fix this!!
Hi Mark,

Can you please provide me the url of the page and also your backend and ftp access at http://stackideas.com/dashboard/site so I can investigate this? Thanks.
·
Thursday, 23 February 2017 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
I have updated the login details.... please not that the ECHO template is for the SUBDOMAIN below.
cv.agingparentpartners.com/administrator/

There are actually two installations because I thought it had installed wrong... I only need one there.

Thanks
Mark
·
Friday, 24 February 2017 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,

It seems like that is a bug the way you add Easysocial dropdown module into Easysocial sidebar position "es-profile-sidebar-top", I will log this issue into our issue tracker.

I've help you set it to show on the position-0 now, it should work fine.
·
Friday, 24 February 2017 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for fixing that.

And, where do I edit the the menu items shown in the drop-down menu? (See Attach)
·
Friday, 24 February 2017 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You can modify on this file ->JoomlaFolder/templates/echo/html/mod_easysocial_dropdown_menu/default.php
·
Friday, 24 February 2017 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I got the small round icon to square.... but I need to apply this to all the images... as seen in the pic.

.echo #es .o-avatar img {
border-radius: 2px !important;
}

Thanks.... I really love this template, it's going to be perfect!!
·
Saturday, 25 February 2017 03:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Thanks for your feedback

Do you mean you would like to make it show square size from user profile page?

If yes, you have try apply following css into your echo custom.css file and see how it goes?


.com_easysocial #es .es-profile-header__avatar-wrap>a {
border-radius: 2px !important;
}
·
Saturday, 25 February 2017 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex...

I applied the changes to the php file for the drop down menu... got rid of the columns of links, but left the blank columns there!

That module has become important because I want to use it on Login to do a "Redirect URL" to bring them to the "Profile Page" instead of the "Dashboard" which seems to be the default. I could not find a way to accomplish this with the primary login screen... unless you know of a way!
·
Sunday, 26 February 2017 01:06
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied some css fix in this file -> ../templates/echo/css/custom.css


@media (min-width: 992px) {
.echo #es.mod-es-dropdown-menu .dropdown-menu-es.col-md-4 {
width: 100% !important;
}

.echo #es.mod-es-dropdown-menu .dropdown-menu-lg {
max-width: 200px !important;
}
}


Regarding with your login redirection issue, it seems like that is bug because it didn't refer on the module login redirection setting, it only refer on the main Easysocial login redirection setting, I already help you temporary configured that, and log this issue into our issue tracker.

Can you give it a check is it work fine now?
·
Sunday, 26 February 2017 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks again for all the great support! Menu fix is perfect!

The login is redirecting, but not to the profile page.

Ideally, I would like the MAIN LOGIN and the Module Login to both redirect to the PROFILE PAGE... but I could not find where to do that.
·
Sunday, 26 February 2017 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like that is bug from the echo template, I already applied some fix in this file JoomlaFolder/templates/echo/html/com_easysocial/helpers/html/login.php

And help you changed that login redirection to profile page, it should work fine now, can you give it a check?
·
Monday, 27 February 2017 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
That is perfect... you are awesome!

Where did you change the main login redirect... so I can change it on my main domain too!

And one last thing... is there a way the pop-up message box
"Please Login using the Form Below" (see pic) CAN BE REMOVED?

Thanks Again....
·
Monday, 27 February 2017 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks ,you can change it from backend > Easysocial > setting > users > authentication > login redirection

But unfortunately that pop up unable to disable now in the current system, perhaps you can submit a new post on our forum for request this feature.
·
Monday, 27 February 2017 19:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Great... thanks for all the help. You have been great!

Since I can not get rid of the pop-up.... I would at least like to edit "what it says" to something else. If you could let me know where to change that and also the content / text for the "Register Area - Login Area" as seen in Pic.

Mark
·
Tuesday, 28 February 2017 00:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You can add these language constant into your Easyblog language override file.
For example : ../language/overrides/en-GB.override.ini


TPL_ECHO_HEADLINES="Join thousands of creative thinkers and makers."
TPL_ECHO_HEADLINES_DESC="This is a creative community of designers, artists, photographers and everyone who creates, loves and appreaciates arts in every way. Join our community today."

TPL_ECHO_LOGIN_ALREADY_HAVE_ACCOUNT="I already have an account."
TPL_ECHO_LOGIN_CONNECT_WITH_SOCIAL_ACCOUNT="Awesome. Connect with social account to get started."


COM_EASYSOCIAL_PLEASE_LOGIN_FIRST="Please login using the form below"
COM_EASYSOCIAL_LOGIN_NO_ACCOUNT="Don't have an account yet?"
COM_EASYSOCIAL_LOGIN_REGISTER_NOW="Register now and start interacting with people from this community today!"
COM_EASYSOCIAL_LOGIN_REGISTER_NOW_BUTTON="Register For An Account Today"
·
Tuesday, 28 February 2017 02:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I will submit a ticket for the Pop-Up... don't think it is necessary, but not a big deal!

In looking at the Echo Template image that you have online.... I did notice one more thing.

What is the module position for the menu shown next to ECHO? And, how do I get my Avatar to be on the right of the icons?

Thanks
Mark
·
Tuesday, 28 February 2017 04:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for submit a new post in our forums.

Based on your screenshot, that is same with your demo site, the different is that dropdown module not display on the right corner.

To adjust this, you have to go to your backend > extension > module manager > and check my video here : http://take.ms/10TET

Regarding that next to ECHO position no more in latest version of Echo template, is because it caused a few issue so we decided to remove it.
·
Tuesday, 28 February 2017 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post