By Mark McGlynn on Tuesday, 22 August 2017
Posted in Technical Issues
Replies 8
Likes 0
Views 515
Votes 0
After your recent upgrade...the User Admin Page no longer shows photo input selection..
Hey Mark,

Hm, this is really odd because looking at our changes through the repository, we have not changed anything on the photo selection when you edit an author.

Is it possible for you to provide us with the back end access to look into this? I tried to use the login credentials provided on the other ticket earlier but it wasn't working. (admin-2)
·
Tuesday, 22 August 2017 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Thank you and apologies...I was able to fix this..there was a change made to the css.

Perhaps you could have a look at the attached and let me know what you think. I am not able to solve either problem.

Regards,

Mark
·
Wednesday, 23 August 2017 04:54
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like i was unable to login from your backend, perhaps you can try add this following language translation into your backend language override section and see how it goes.


APP_BLOG_GROUP_TITLE="Blog"


But another language constant you can do it same method to override this, actually this language constant is coming from invitex app.

You can refer on our documentation here how to override custom language translation from backend : https://stackideas.com/docs/easysocial/administrators/languages/creating-language-overrides

Regarding with your second screenshot, do you mean it didn't show the blog image in the group blog listing? If yes, that image will only populate when your blog post have post image cover.

Perhaps you can give it a check this blog post whether got post image cover?
·
Wednesday, 23 August 2017 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Thank you. I have had to disable the Invitex Plugin as it is causing some issues with the site.

As regards the Blog issue, I have adjusted the settings so that the image does not show..yet the empty holding place remains. How do you disable this? .I do not want any images at the head of the post.

Regards,

Mark
·
Wednesday, 23 August 2017 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. I have had to disable the Invitex Plugin as it is causing some issues with the site.

Actually you do not need to disable this invitex plugin, what your current issue is this language not translated correctly only right?
If yes, you can follow my instruction at above how to override this language to translate correctly on the blog entry page.

As regards the Blog issue, I have adjusted the settings so that the image does not show..yet the empty holding place remains. How do you disable this? .I do not want any images at the head of the post.

it seems like we do not have setting to turn off this from the group blog app, but you can apply following CSS block code into your current template css file.

#es .es-app-wrapper .app-blog .app-contents-data .embed-responsive {
display: none !important;
}

#es .es-app-wrapper .app-blog .app-contents-data .es-card__bd.es-card--border {
border-top: 0px !important;
}
·
Wednesday, 23 August 2017 17:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Unfortunately, the Invitex App is not functioning properly...it tells users they need to join the group in order to invite others when they are already members .. problem!

As regards the Blog issue...you guys really do need a capability for turning this off..this should be standard..

Regards,

Mark
·
Wednesday, 23 August 2017 20:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Which template css file are you talking about?

Regards,

Mark
·
Wednesday, 23 August 2017 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the input on this Mark, will add this into the blog app. You could place these css codes under your Joomla template's css file. Most Joomla templates allows adding a custom.css in the template's css folder.
·
Wednesday, 23 August 2017 21:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post