Sellerdeck Mobile Theme

Images added to each Choice. Images displayed as scaled down icons. Main image swaps when the Choice is selected.
Post Reply
AndyBo
Posts: 10
Joined: Tue Feb 07, 2012 1:23 am

Sellerdeck Mobile Theme

Post by AndyBo »

I have changed one of our websites to use the Mobile Theme from Sellerdeck.

After importing the Sellerdeck design I reimported the Dynamic Choice Design and made the changes as per the readme file.

The Dynamic Choices are no longer working on the live website (should change the main image) although they work fine in the Sellerdeck preview window and also if I preview the current page in both IE and FF.

I have tried looking to see what the differences are using Firebug and all I can see is that the file site calls "http://www.giftmill.co.uk/cgi-bin/dx000001.pl" whereas the preview site has nothing.

An example page is http://www.giftmill.co.uk/shop/Shop-112 ... l#SID=1498

Any ideas?
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Sellerdeck Mobile Theme

Post by norman »

The following 2 lines of SellerDeck code (in layout Standard Javascript Header Functions) are breaking all subsequent jQuery $(document).ready statements and will adversely affect all other add-ons.

Code: Select all

AddEvent(window, "load", SwapDesktopMobileFilters);
AddEvent(window, "resize", SwapDesktopMobileFilters);
It looks like the routine SwapDesktopMobileFilters is nowhere in the SD generated code or supplied JavaScript files. It should be in actinicsearch.js.

One for SellerDeck to fix.

A quick fix at your end would be to comment out these two lines (by putting // in front of them) as they are doing nothing at present except breaking other code.
Norman
AndyBo
Posts: 10
Joined: Tue Feb 07, 2012 1:23 am

Re: Sellerdeck Mobile Theme

Post by AndyBo »

Many thanks Norman.

I have commented out the lines in Standard JavaScript Header Functions and everything seems to be working OK
Post Reply