khoking 2 Posted August 23, 2012 Can someone help? I can pay USD10 via PayPal for the solution. The solution can be posted for all to use. Best regards, Koh Kho King Share this post Link to post Share on other sites
khoking 2 Posted August 25, 2012 I have found the problem in the CSS part. #bannerRotator ul { list-style: none; padding: 0; position: relative; } Change to: #bannerRotator ul { list-style-type: none; padding: 0; position: relative; } Best regards, Koh Kho King Share this post Link to post Share on other sites
♥kymation 631 Posted August 25, 2012 That's the kind of thing I would expect from Internet Explorer's poor CSS implementation, not from a modern browser. Good catch. Thanks for posting the fix. Regards Jim See my profile for a list of my addons and ways to get support. Share this post Link to post Share on other sites
zediks 0 Posted November 4, 2012 (edited) Hi, My website is www.thevine.be Banner rotator is working perfect. But only in Firefox and Chrome. It bugs in IE. Does anyone have an idea? edit// OK, I didn't read las post. sorry. I'll try the css fix edit// no the css doesn't fix it. In IE the banner doesn't center itself Edited November 4, 2012 by zediks Share this post Link to post Share on other sites
♥kymation 631 Posted November 5, 2012 The banner rotator does not center the banners. You need to make your banners the correct size to fit the rotator. Regards Jim See my profile for a list of my addons and ways to get support. Share this post Link to post Share on other sites
opus_uno2001 1 Posted April 4, 2014 Hi Jim, Says in your footer there's a 2.3 version of your jQBR .. But it's linked to your MFP.. when I search the Add-ons I only find the 2.2. Can you point me to the correct 2.3x file? Share this post Link to post Share on other sites
♥kymation 631 Posted April 4, 2014 The 2.3 version is a module, so it's in with the rest of the Front Page modules. If you don't want that, you can use the 2.2 version in 2.3. Just add the include() to your index.php wherever you want it to show. Regards Jim See my profile for a list of my addons and ways to get support. Share this post Link to post Share on other sites