STEVE
Forum Replies Created
-
AuthorPosts
-
STEVEParticipant
Nevermind… I see that I forgot the period at the beginning. I added it and the code worked…
.fep-message-title-heading.participants { font-size: 14px !important; font-weight: normal !important; }
Thanks again for your help!
If there is any other way I can adjust the “Read by” stamp to be Right Aligned please let me know. If I need to edit a PHP template of something, I’ll do it. Just let me know.
Thanks
STEVEParticipantHi @shamim,
I added the following CSS code..
fep-message-title-heading.participants { font-size: 14px !important; font-weight: normal !important; }
but is didn’t work. Any idea why?
Thanks
March 27, 2018 at 3:07 am in reply to: Problem with message_url and announcement_url in emails sent to users #12689STEVEParticipantI did everything you requested and tested afterwards. All is working as it should! Thanks again for fixing this!
STEVE
March 26, 2018 at 8:23 am in reply to: Problem with message_url and announcement_url in emails sent to users #12651STEVEParticipantThat worked! Thanks!
March 25, 2018 at 2:11 am in reply to: Problem with message_url and announcement_url in emails sent to users #12635STEVEParticipantThank you for helping with this.
The message link in emails is now working 100%. The announcement link in emails is not working. This time when the user clicks the announcement URL link in the email they are taken to the Message Box, not the announcement.
This is the link that is in the email.
https://mysite_dot_com/profile/test.user/?profiletab=fep-um&fepaction=viewannouncement&fep_id=1070
Let me know what you think.
Thanks!
STEVEParticipantThat worked! Thanks!
STEVEParticipantNice! Thanks!
STEVEParticipantI followed your guidance and got it to work. However, I would like to achieve the following. Please let me know if this it possible.
Now that the “To” field is hidden and all messages will go directly to the Admin, can I change the header above the Subject field that says “Send Message” to read, “Contact Admin”?
Thanks!
STEVEParticipantGood News… I figured out how to customize the look of the site wide notification in header. I’m 50% there. I just can’t figure out how to move it around, like to the bottom of the window. Not sure if that is even possible.
Here’s the code I used to change the look…
#fep-notification-bar { color: rgba(221, 221, 221, 1); background-color: rgba(0, 0, 0, 0.75); border-color: rgba(221, 221, 221, 1); border-width: 1px; border-radius: 0px; top: 80px; } .fep-notification-bar .fep-notice-dismiss { color: rgba(221, 221, 221, 1); }
STEVEParticipantThanks!
STEVEParticipantActually, I’d also like to change it’s position if possible. Maybe instead of it being across the top, it can be a tab at the bottom of the window, or something similar.
-
AuthorPosts