AI Assistant
Notifications
Clear all

[Closed] Layout Error

4 Posts
2 Users
0 Reactions
3,210 Views
DarjeelingHills.Com
Posts: 85
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@darjeeling)
Estimable Member
Joined: 8 years ago
[#6949]

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.

20181024 174155

3 Replies
1 Reply
DarjeelingHills.Com
(@darjeeling)
Joined: 8 years ago

Estimable Member
Posts: 85
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

What is creating this error and how to fix this? 


DarjeelingHills.Com
Posts: 85
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@darjeeling)
Estimable Member
Joined: 8 years ago

It seems I need to fix it myself.


1 Reply
Robert
Admin
(@robert)
Joined: 2 months ago

Support Team
Posts: 10720
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
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>

 


Share: