uksentinel
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] Show Dashicons instead of text no longer working – 6.1.2Hi Robin
Great news, I just loaded 6.1.3 and it is working well and issue with Dashicons resolved
??
Forum: Plugins
In reply to: [bbp style pack] Show Dashicons instead of text no longer working – 6.1.2Show Dashicons option is located in
dashboard>settings>bbp style pack>Forum Index Styling>15. Show Dashicons
Hope this helps ?
Forum: Plugins
In reply to: [bbp style pack] Show Dashicons instead of text no longer working – 6.1.2Thank you ??
I added the code snippet to my main theme’s Functions.php and the link worked perfectly.
A big thank you for you support and guidance ??
Thank you and I will try with the above code, WordPress / BBPress uses the Form-Reply.php and Form-Topic.php to handle this area of functionality.
Should I add the code snippet there to test or just the main Theme Functions.php file ?
Thanks
Forum: Plugins
In reply to: [bbp style pack] BBP Style Pack – Unread PostsNo idea why above formatting looks odd, but for reference my ‘Mark all Topics as Read’ button had the ID input.bsp_button1 so just find your button ID and substitute to suit ??
Lots of reference online on how to find button Id’s etc.
Hope that helps others
Forum: Plugins
In reply to: [bbp style pack] BBP Style Pack – Unread PostsSo if anybody else is having issues with BBP Style Pack > Unread Post > ‘Mark all Topics as Read button’ remaining after a forum member has logged out, try the below CSS code as this worked for myself.
PS, I am sure main issue was my Theme, but glad the below CSS worked for myself.
/* show blog button only if logged in */
input.bsp_button1
{
: hidden
!important;
: none
!important;
}
.logged-in
{ ????
visibility: visible
!important;?? ?
display: inline-block
!important;
}
Forum: Plugins
In reply to: [bbp style pack] BBP Style Pack – Unread PostsI am using this feature for the first time
Forum: Plugins
In reply to: [bbp style pack] Active/Visited Color Font ThicknessThank you and totally understand ??
- This reply was modified 8 months, 3 weeks ago by uksentinel.
Forum: Plugins
In reply to: [bbp style pack] Active/Visited Color Font ThicknessThank you, I disabled my LSCache and added above CSS to first the BBP Style Pack and then my Themes Additional CSS tab, both times this did not adjust font-weight, I even changed font weight to 700 and this made no difference.
Probable my Theme as the code you offer usually works well, don’t spend any more time on this and thanks for your time as always ??
- This reply was modified 8 months, 3 weeks ago by uksentinel. Reason: trying a different solution
- This reply was modified 8 months, 3 weeks ago by uksentinel.
Forum: Plugins
In reply to: [bbp style pack] Active/Visited Color Font ThicknessApologies, Yes ‘logged in user visits a Topic’ is the same as ‘Topic has been viewed by a Forum member’.
Trying to achieve this sort of effect for Topics that have already been read by Forum members.
https://uktechhub.com/wp/wp-content/uploads/2024/03/Unbenannt.jpg
Forum: Plugins
In reply to: [bbp style pack] Active/Visited Color Font ThicknessA better link to my Websites Forum page below
Forum: Plugins
In reply to: [bbp style pack] bbp style pack new feature – bsp_enqueue_css_dependancyHi Robin
Perfect and thank you for the explanation, I will definitely be trying this new option
As always, great Plugin and great support ??
Forum: Plugins
In reply to: [Da Reactions] Doesn’t count reactions after the first oneHi Daniele
Thank you for registering and taking a look at my concerns, I have used the below CSS code and can now remove a Reaction I previously selected which is great news. As the number no longer obfuscates the Reaction Icon.
I can now also like an emotion that has already been selected which is good.
The only outstanding concerns I have is that if a page is refreshed it sends the Reaction icons into the ether and is replaced with a timer circle ?
I have tried utilizing the built in Cache, but this does not seem to help ?
FYI; the same happens on your forum but is less noticeable/delayed ?
https://www.da-reactions-plugin.com/support/topic/user-can-remove-own-reaction-not-working/
div.da-reactions-container div.reactions div.reaction .count {
position: relative;
left: 20;
line-height: 1em;
background: transparent;
}Forum: Plugins
In reply to: [Da Reactions] Doesn’t count reactions after the first oneIf this helps, also on a Mobile device (iPhone – Safari) if you are on a forum page or reply and select page refresh, the Reactions Icons disappear and are replaced with a timer type rotating circle.