Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] The class('wpf-thread-head') element does not exist.

8 Posts
3 Users
0 Reactions
827 Views
tayo
Posts: 42
 tayo
Topic starter
(@tayo)
Trusted Member
Joined: 5 years ago

I chose the class('wpf-thread-head') element of the title to apply the css. but,
There is the class('wpf-thread-head') on the forum page with categories, but there is no the class('wpf-thread-head') on the single forum page without categories. I added an image so you can see it right away.
If possible, could you add this class and html?

Thank you.

7 Replies
tayo
Posts: 42
 tayo
Topic starter
(@tayo)
Trusted Member
Joined: 5 years ago

Here's an image to compare my questions.

Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @tayo,

Let's try managing the CSS and see can we affect on the needed HTML without adding a new HTML class. Please provide your CSS code.

tayo
Posts: 42
 tayo
Topic starter
(@tayo)
Trusted Member
Joined: 5 years ago

The css I want is very simple. I want the background, but I can't make it like the attached image because there is no div element. Applying background only to a link is not what I want. I want to apply the same box as the div element . Also, only the title applies, not the "wpf-thread-author-name".

3 Replies
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@tayo,

Use this css selector instead of the wpf-thread-had

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title {
  .....
}
tayo
 tayo
(@tayo)
Joined: 5 years ago

Trusted Member
Posts: 42

@robert 

No, that's not what I want. The selection you suggested applies to the whole thread. I don't want the whole thread, I want it to be applied only to the title except author, date, and tag. Please see the yellow background of my image attached to the previous answer.

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@tayo,

No, that's not what you think. It only affects the title section. Please test it before replying.

tayo
Posts: 42
 tayo
Topic starter
(@tayo)
Trusted Member
Joined: 5 years ago

I solved my problem by editing and adding a layout to my theme. Thank you for your reply. 😀