widgets help
2 posters
Page 1 of 1
widgets help
hi all
some one help me out that widgets only appear in index page not when visit topics
i searched in forum but i dont find proper code.... my forum version is punbb ..... if there is a topic please redirect me
thanks ...
some one help me out that widgets only appear in index page not when visit topics
i searched in forum but i dont find proper code.... my forum version is punbb ..... if there is a topic please redirect me
thanks ...
Re: widgets help
Hi @mist3r0us_b0y,
See if the following topics work for you :
https://help.forumotion.com/t137920-widgets-only-on-homepage
or
https://help.forumotion.com/t133382-widgets-only-on-homepage
If there are any problems let me know.
See if the following topics work for you :
https://help.forumotion.com/t137920-widgets-only-on-homepage
or
https://help.forumotion.com/t133382-widgets-only-on-homepage
If there are any problems let me know.
Re: widgets help
i followed this : https://help.forumotion.com/t137920-widgets-only-on-homepage
but nothing changed yes am using left widgets
but nothing changed yes am using left widgets
Re: widgets help
Try adding this script "in the topics" :
- Code:
$(function() {
var left = document.getElementById('left');
if (left) left.style.display = 'none';
});
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum