- Posts: 5
COMMUNITY FORUM
Having an Authors title under the name of the author
- David
-
Topic Author
- Offline
- New Member
Less
More
10 years 3 months ago #136347
by David
Having an Authors title under the name of the author was created by David
Hello,
New to this form and K2. We recently launched a new Joomla 3.3.6 site and we are using K2 to our blog posts. We have been trying to figure out how we can get an Authors title located under their name next to their avatar image. Like such.
Picture of avatar | John Smith
Wizard of Fire Magic
When making a blog post we select a user as the author but this is no option to include a title. I thought maybe we can include a little html code in a alias field, but that doesn't work.
Any help would be greatly appreciated.
Thank you,
Dave
New to this form and K2. We recently launched a new Joomla 3.3.6 site and we are using K2 to our blog posts. We have been trying to figure out how we can get an Authors title located under their name next to their avatar image. Like such.
Picture of avatar | John Smith
Wizard of Fire Magic
When making a blog post we select a user as the author but this is no option to include a title. I thought maybe we can include a little html code in a alias field, but that doesn't work.
Any help would be greatly appreciated.
Thank you,
Dave
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136349
by Krikor Boghossian
Replied by Krikor Boghossian on topic Having an Authors title under the name of the author
Each user has a profile where you can enter the user's info.
You can use this element (double check your category's settings to show this element).
You can use this element (double check your category's settings to show this element).
Please Log in or Create an account to join the conversation.
- David
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 3 months ago #136350
by David
Replied by David on topic Having an Authors title under the name of the author
Thank you. I think I have it figured out.
Dave
Dave
Please Log in or Create an account to join the conversation.
- David
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 3 months ago #136352
by David
Replied by David on topic Having an Authors title under the name of the author
Sorry I have one more question. I am trying to figure out the css to get the title to show under the users name when a user click the users name. Currently it's centered based on our master template. I know I have to update the following css code but with little luck. I will connect a screen shot shortly.
div.userBlock h2 { }
div.userBlock h2 { }
Please Log in or Create an account to join the conversation.
- David
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 3 months ago #136353
by David
Replied by David on topic Having an Authors title under the name of the author
Here's the page I am talking about. I want to move the title of the user under the their name like before in this view.
www.higherone.com/knowledge-center/higher-one-blog/itemlist/user/874-lutzbraum
Thank you,
Dave
www.higherone.com/knowledge-center/higher-one-blog/itemlist/user/874-lutzbraum
Thank you,
Dave
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #136365
by Krikor Boghossian
Replied by Krikor Boghossian on topic Having an Authors title under the name of the author
This is actually a CSS error from your template.
Locate in your template css the following rule
and remove the inline-block display, the margin and float values.
Locate in your template css the following rule
.userBlock h2 { ...
and remove the inline-block display, the margin and float values.
Please Log in or Create an account to join the conversation.