-
Author
-
April 14, 2017 at 00:13 #158480randrcomputersParticipant
We had this working but last couple updates has broken it.
want just forum index showing sidebar and all other forum pages full screen but no matter what i do it wont work now and was always working until 4.2
April 14, 2017 at 04:51 #158506LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 20, 2017 at 17:51 #159108RaduModeratorHi,
Add this function to wp-content/themes/kleo-child/functions.php
COPY CODEfunction bbpress_custom_layout() { if (is_bbpress()) { if ( bbp_is_forum_archive() ) { kleo_switch_layout('left'); }else{ kleo_switch_layout('full'); } } } add_action('wp_head','bbpress_custom_layout',22);
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 21, 2017 at 01:36 #159181randrcomputersParticipantjust tried this and does not seem to fix it
April 24, 2017 at 17:54 #159451RaduModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.