By Robgunner on Thursday, 24 January 2019
Posted in Technical Issues
Replies 11
Likes 0
Views 487
Votes 0
Hi Team

Thanks for your hard work on ES 3 but I have the below issues.

1: Since ES update the cron jobs seem to not be working on emails

2: On docker the menu items are missing icons and are out of line

3: How do you use the share button

Kind Regards
Rob
On back end/ email activity/ it shows emails going out but graph on dashboard shows all emails pending
·
Thursday, 24 January 2019 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Emails are not being sent
Screen shot of docker issue below
·
Thursday, 24 January 2019 14:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Emails are working
·
Thursday, 24 January 2019 14:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

2: On docker the menu items are missing icons and are out of line

It seems that there are issues on our end currently. Logged this issues internally and will included them on our next docker release version.

3: How do you use the share button

Not sure what you meant here. Can you provide us with more informations so that we can better understand them. Please advice.
·
Thursday, 24 January 2019 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith

2: thats great and look forward to docker release

3: The embed button / sharer button

Also on mobile template if you go profile their is gap between conversation and share buttons

Have the module positions changed for dashboard?

Kind Regards
Rob
·
Thursday, 24 January 2019 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
screen shot below of profile button gap, also search icon is missing on mobile theme
·
Thursday, 24 January 2019 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Screenshot of gap and you can see the search icon missing
·
Thursday, 24 January 2019 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

3: The embed button / sharer button

I believed you referring to Settings>Sharer features. This feature is for you to share your contents(from other components) and share them to your Easysocial). You will need to copy this codes http://take.ms/j7Wy5 and paste them on which page you wanted them to be shown on. You will need to do modifications in order to achieve this. You will need to ask your respective components in order to achieve this.

Also on mobile template if you go profile their is gap between conversation and share buttons

Those gaps are design to shown that way as it to differentiate them accordingly. You can apply css codes below on mobile custom.css files at this path .../templates/esmobile/css/custom.css.
[gist type="css"]
#es.is-mobile .es-container {
margin-top: -15px;
}

#es.is-mobile .es-profile-header__action-wrap .o-btn-group--viewer {
width: 62%;
}
[/gist]

search icon is missing on mobile theme

It seems to shown accordingly on my end as you can see here http://take.ms/AptT8 can you try to clear your browser mobile cache and see how it goes.

P/S: In the future, please start a new ticket for any new questions rather than posting on your existing thread as it would be more difficult for us to manage in the future.
·
Thursday, 24 January 2019 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith

Great thank you for your time, I will apply the css fix

Kind Regards
Rob
·
Thursday, 24 January 2019 20:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Rob, glad that your issue is resolved now.
·
Thursday, 24 January 2019 22:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post