Notifications
Clear all

wpForo 1.x.x [Closed] Image/banner in CATEGORY of forums

4 Posts
2 Users
0 Reactions
1,168 Views
dimalifragis
Posts: 2611
Topic starter
(@dimalifragis)
Famed Member
Joined: 5 years ago

Hi.

Is there a way to add some image in a category of forums? I haven't find a way that works.

Thank you

3 Replies
Tutrix
Posts: 1495
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @dimalifragis

take a look at this addon wpforo Ads Manager

dimalifragis
Posts: 2611
Topic starter
(@dimalifragis)
Famed Member
Joined: 5 years ago

I do not want to put ads, just a photo along the the description.

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1495
Posted by: @dimalifragis

I do not want to put ads

You can also use the add-on for your photos, there is no need to place advertising banners

I use the add-on to display a matching banner / image for each category

alternatively you can also try css Code :: before or :: after

example with css :: after in the video

#wpforo #wpforo-wrap #wpforo-description::after{
content: "";
background: url( https://www.your-banner.gif );
position: absolute;
background-size: xxx% xxpx;
left:0;
margin-left: xxpx;
margin-top:xxpx;
width: xx%;
height: xxpx;
background-repeat: no-repeat;
}

https://www.screencast.com/t/hjhBP9Z8

but it is much easier with the addon, you see it on my site