Yes thats what i want.
And the lettertype (size) is difference and the title is bold and italic
[resolved] Future Request
- kaspir
- Moderator
- Posts: 88
- Joined: Mon Mar 20, 2017 2:38 pm
- Location: USA
- Contact:
Re: Future Request
Isn't this topic usable for this case? I'm curious, I too would like to add to the "Login" widget.
But first, add this to request bucket.
How do I get the "Last Post" widget to show user hyperlinked avatars, and not just uploaded avatars?
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Future Request
you should apply the same css class or id to the element as your theme into phpbb_last_topics.php for ul elements and li elements.
<ul class="yourthemeclass">
or i should see the site, so i can see the code output of your theme and point you exactly.
-
- User www
- Posts: 63
- Joined: Sun Feb 26, 2017 8:33 am
Re: Future Request
I think i find it in my css of my theme.
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name {
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: 600;
color: #4db2ec;
left: -2px;
position: relative;
}
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name {
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: 600;
color: #4db2ec;
left: -2px;
position: relative;
}
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Future Request
1.6.6 has been released, take additions contained on, like a version 1.0 that will be improved (as soon).
@Goofkop
I could suggest you to edit all elements instances into phpbb_last_topics.php
changing all these into
or
but i do not know if it will return the correct result as i should see the code around. But try.
To see, or you post the like of the site, or the source code of the page about this,
so, right click with mouse on your home wp page (where there are no elements) and choose "View Page Source".
Copy the code related the widget.
@Goofkop
I could suggest you to edit all elements instances into phpbb_last_topics.php
Code: Select all
<li>
Code: Select all
<li class="widget_display_topics">
Code: Select all
<li class="widget_display_replies">
To see, or you post the like of the site, or the source code of the page about this,
so, right click with mouse on your home wp page (where there are no elements) and choose "View Page Source".
Copy the code related the widget.
-
- User www
- Posts: 63
- Joined: Sun Feb 26, 2017 8:33 am
Re: Future Request
Those both changes giving a error.
this is my site
Is this change of font then also possible in the login widget?
this is my site
Is this change of font then also possible in the login widget?