I’m having a similar problem. I’m using DMS 2 theme and when the plugin is activated it makes the fixed menu disappear, & slightly distorts some media and elements of the site(placement, size).
It seems that your website is based on an old version of Bootstrap (2.2.2) whereas Twitter Feed automatically loads the newest version of Bootstrap (3.1.1), which causes your website to break.
To fix this, you have two options:
- Update your website to support the newest version of Bootstrap (which may require you to rewrite some of the code to change the CSS classes etc.)
- Tell Twitter Feed not to load the newest version of Bootstrap. This can be done easily by commenting out line 78 in the file
core/AskupaTwitterFeed.class.php. Note that this may cause the tooltips not to work.
The first option is obviously preferred, since it deals with the problem. If you will not update your website, any plugin that is based on Bootstrap might cause it to break as well.
Let me know if that solved your issue.
That fixed that issue for me anyway, thanks.