Page 4 of 6
Re: Future Request
Posted: Mon Mar 20, 2017 3:50 pm
by Goofkop
Yes thats what i want.
And the lettertype (size) is difference and the title is bold and italic
Re: Future Request
Posted: Tue Mar 21, 2017 5:19 am
by kaspir
Lantern wrote: ↑Wed Mar 01, 2017 1:43 pm
Hi
Now the Login Widget shows only Login or Logout (when logged in ) what i mean is that after you logged in your will see in the wiget something like this:
LOGIN
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?
Re: Future Request
Posted: Tue Mar 21, 2017 10:21 pm
by axew3
Goofkop wrote: ↑Mon Mar 20, 2017 3:50 pm
Yes thats what i want.
And the lettertype (size) is difference and the title is
bold and
italic
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.
Re: Future Request
Posted: Wed Mar 22, 2017 5:19 am
by Goofkop
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;
}
Re: Future Request
Posted: Thu Mar 23, 2017 9:09 pm
by axew3
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
Code: Select all
<li class="widget_display_topics">
or
Code: Select all
<li class="widget_display_replies">
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.
Re: Future Request
Posted: Thu Mar 23, 2017 9:26 pm
by Goofkop
Those both changes giving a error.
this is my site
Is this change of font then also possible in the login widget?