jjjason84 submitted a new resource: B&Bcolor theme for admin area and auction area - B&Bcolor theme for admin area and auction area Read more about this resource...
Very nice, but while testing on your site I'm noticing that when you open an image in the gallery of the auction (if there is more than one) you have to close each one rather than use the slide that comes with the default theme with lightbox, is this a setting in lightbox that I'll need to change so that I can change images easily or will users need to close each image all the time to open another one? Hope I am making since, lol. Or maybe that is fancybox, I haven't used that before.
You can use fancybox or lightbbox to view the images i left most of the codes in the pages for lightbox to be turned back on. to turn lightbox back on open global_hearder.tpl and find this code PHP: setInterval(displaytime, 1000); $(function() { }); replace it with this code PHP: setInterval(displaytime, 1000); $(function() { $('#gallery a').lightBox(); }); Now find this code and delete it PHP: <script type="text/javascript"> $(document).ready(function() { $("#gallery a").fancybox({ maxWidth : 1800, maxHeight : 700, fitToView : false, width : '70%', height : '70%', autoSize : false, closeClick : false, openEffect : 'none', closeEffect : 'none' }); }); </script> now save the global_hearder.tpl and upload it to B&Bcolor theme. and now the lightbox should be working again.
I am getting this error when adding items using the awesome new theme you created! Notice: Undefined index: ATYPE_PLAIN in D:\xampp\htdocs\WeBid\cache\tpl_B&Bcolor_sell.tpl.php on line 173 Here's the code from about that line in the cache file: </script> <?php if ($this->_rootref['ATYPE_PLAIN'] == (2)) { ?> <style type="text/css"> .dutchhide { display: none; } </style> Any helpful tips....
Try changing the theme back to the default theme that webid comes with then try to list a item again on your webid if you get the same problem with the default theme then it is not my theme and it is your webid.
manualy go into the cache folder via FTP and delete everything in that folder apart from index.php Then try to do whatever it was that caused the problem. The file tpl_B&Bcolor_sell.tpl.php is a cached theme file so either it has become corupted when it has been cached or the original sell.tpl in the main theme folder has some bad coding
blue theme i would like to use the blue theme template could you guide me on how to get the files required and install paths in order to use this for my auction site thanks
Hi jjjason84, I have installed your admin theme witch I thank you for, but my counters for Page views: 0, Unique visitors: 0, and User sessions: 0 are not working any longer. Do you have any idea why?
Try clearing your cache and Re-sync your counters and also look at the tpl pages and see if there is a tag that is messing it up. Ill have to take a look at it in a few days when i am not busy.
The admin dos not work good on IE9. Any idea what the problem is? the menu is displayed over the tekst on the right site
Great Mod But I am having a slight problem. I hope someone can help with. My Featured and Hot Items Auctions are not centered and I want to know what I have to do to get the auctions centered.