Notifications
Clear all

wpForo 1.x.x [Closed] Layout Error

4 Posts
2 Users
0 Likes
2,479 Views
writetoyogen
Posts: 78
Topic starter
(@darjeeling)
Estimable Member
Joined: 5 years ago

I have enables WpForo sidebar and disabled wordpress sidebar.

I added following code to align sidebar and match with the forum.

#wpforo #wpforo-wrap .wpforo-right-sidebar {margin-top:50px;}

This worked perfectly fine when I opened forum linl (as you can see in the Image-1)

http://www.solvedanswer.com/community (Forum)

But

When I opened the category link the layout broked (as you can see in Image-2)

http://www.solvedanswer.com/community/darjeeling (Category)

Can you please help me here.

3 Replies
1 Reply
writetoyogen
(@darjeeling)
Joined: 5 years ago

Estimable Member
Posts: 78

What is creating this error and how to fix this? 

writetoyogen
Posts: 78
Topic starter
(@darjeeling)
Estimable Member
Joined: 5 years ago

It seems I need to fix it myself.

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499
Posted by: writetoyogen

It seems I need to fix it myself.

Hi @writetoyogen,

As I've mentioned before the website CSS code customization should be cared by forum admins. And yes, I'm really sorry, but in most cases you should fix it yourself. If you want to customize your forum style you should either: have CSS skills or find some CSS developer. wpForo support forum is not opened for custom CSS coding. We don't provide forum design customization services.

However in this case I'd help you with some change in template file. This will be added in core as well. This change may help to fix your problem, I'm not sure yet. So, please open this template file:

/wp-content/plugins/wpforo/wpf-themes/classic/index.php

Add these two line of code in the same place as it's shown on screenshot, make sure the number of line matches (line 100):

<?php elseif($template == 'topic' && $forum['is_cat']) : ?>
<h1 id="wpforo-title"><?php echo esc_html($forum['title']) ?></h1>