Search found 1252 matches

by norman
Sat Nov 02, 2019 4:35 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: SendMail Plugin for later versions of Sellerdeck
Replies: 2
Views: 26952

Re: SendMail Plugin for later versions of Sellerdeck

Note that starting with SD 18.0.4 you can now set the SMTP port via the Network Setup page so no need to patch Perl.
by norman
Fri Sep 06, 2019 6:06 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: SendMail Plugin for later versions of Sellerdeck
Replies: 2
Views: 26952

Re: SendMail Plugin for later versions of Sellerdeck

Definitely not usable in modern SellerDeck. That post was from about 2007 and many things have changes since then. Especially SMTP authentication has been added and the relevant Perl scripts have no resemblance to the Actinic V7 era ones. I've no idea at which SellerDeck version this became unusable...
by norman
Wed Aug 21, 2019 12:02 am
Forum: NorPrice
Topic: NorPrice v5 ittermittent display on filter price ranges.
Replies: 0
Views: 35455

NorPrice v5 ittermittent display on filter price ranges.

Problem: If using filtering via price bands the foreign currency disappears from the Filter Price Range List after a filter item is clicked. Solution: Due to the way SellerDeck updates the filter price bands it will be very hard to fix. Workaround would be to disable the alternative currency displa...
by norman
Wed May 01, 2019 2:59 pm
Forum: Tabber V5 jQuery
Topic: Remove Tab Names from product feeds.
Replies: 0
Views: 35367

Remove Tab Names from product feeds.

To remove the {Tab Name} heading from the product feeds, do the following: Go to Design / Library / Layouts / TabbeDescriptions. Right-click UntabbedProductDescription and choode Copy. Rename that copy to be StrippedProductDescription . Open StrippedProductDescription and replace the contents with: ...
by norman
Sat Dec 22, 2018 1:40 am
Forum: Magic Zoom Plus
Topic: Automatically add a zoom to scaled down product images.
Replies: 2
Views: 27018

Re: Automatically add a zoom to scaled down product images.

The maximum size that the product image is displayed at is a SellerDeck setting.

Settings / Site Options / Layout / Product / Product Image Maximum Width.

This patch give a zoom to the product image if the one you're using is larger than what you've set in Product Image Maximum Width.
by norman
Wed Sep 26, 2018 2:38 pm
Forum: Magic Zoom Plus
Topic: No caption on expanded display on mobile devices
Replies: 0
Views: 26843

No caption on expanded display on mobile devices

Magic Toolbox has disabled captions on the expanded view on mobile devices. See https://www.magictoolbox.com/magiczoomplus/ and click on the handbag. This is deliberate behaviour as a caption could be of significant length and space on mobile devices is limited. If you want to reinstate the caption ...
by norman
Mon Sep 10, 2018 4:30 pm
Forum: NorPrice
Topic: Site corrupted and pages don't display.
Replies: 0
Views: 27280

Site corrupted and pages don't display.

Changes at the European Central Bank mean that NorPrice code was poisoning the page and preventing SellerDeck's PHP from running. This is drastic as SD's PHP is needed to make BlockIf's work amongst many other things. Fix is (in SellerDeck) go to Design / Library / Layouts / NorPrice / NorPrice Supp...
by norman
Wed Aug 29, 2018 5:37 pm
Forum: Tabber V5 jQuery
Topic: Automatically tabbed Fragments
Replies: 0
Views: 26920

Automatically tabbed Fragments

If you have a list of Fragments it is possible to make them appear in tabs with the fragment name as the tab name. Here's how: Create a new Fragment Layout called 1 - FirstTabbed Fragment Text Left Of Image Set its code to be: <div class="tabbertext" data-tabid="tabbedfrags"> {<a...
by norman
Thu Aug 16, 2018 11:39 am
Forum: Magic Zoom Plus
Topic: Automatically add a zoom to scaled down product images.
Replies: 2
Views: 27018

Automatically add a zoom to scaled down product images.

Note that this capability is now in Magic Zoom Plus V3.14 onwards. If you use the SellerDeck Product Image Maximum Width capability (via Settings / Site Options / layout / Product) then you can tweak Magic Zoom Plus to automatically zoom the product image if your supplied image is greater that the ...
by norman
Mon Aug 13, 2018 6:52 pm
Forum: Magic Zoom Plus
Topic: Pinterest button overlays Magic Zoom Plus icons.
Replies: 0
Views: 26519

Pinterest button overlays Magic Zoom Plus icons.

If you have Magic Zoom Plus icons below the product image and the SellerDeck supplied Pinterest button overlays these icons, try the following:- Got to Design / Library / Layouts / Product Image / Standard Product Image. Look around line 90 for the following: <actinic:block if="%3cactinic%3avar...
by norman
Mon Jul 23, 2018 4:14 pm
Forum: Tabber V3 and Earlier
Topic: Tabber - Submitting Google Base Feed
Replies: 7
Views: 41232

Re: Tabber - Submitting Google Base Feed

Using a SellerDeck 2018 site. If it's file "google-products.xml" then that is generated from Design / Library / Layouts / XML Feeds / Google Product Feed Layout. Look in that layout and around line 14 you'll see: <![CDATA[<actinic:variable encoding="Strip and Encode" name="P...
by norman
Mon Jul 23, 2018 3:17 pm
Forum: Tabber V3 and Earlier
Topic: Tabber - Submitting Google Base Feed
Replies: 7
Views: 41232

Re: Tabber - Submitting Google Base Feed

inbuilt Actinic feed for Google Base
I'm not sure which SellerDeck Layout you are asking about. If you're able to point me to the Layout that generates the feed you are concerned about I can help.
by norman
Tue Jul 10, 2018 1:01 pm
Forum: Accordion Menu jQuery
Topic: Cover up "white flash" when menu loads.
Replies: 0
Views: 38546

Cover up "white flash" when menu loads.

A large menu may display a disconcerting white background (or whatever colour your page background is) when the menu is loading. This can be covered up by doing the following: Go to Design / Library / layouts / AccordionJQ / Accordion Menu. Around line 14 is: <div class="dpaccordion"> Chan...
by norman
Sat Jun 23, 2018 3:51 pm
Forum: Lightbox
Topic: Lightbox V4 - make cyclic
Replies: 0
Views: 38372

Lightbox V4 - make cyclic

To make the images continually cycle as you click left / right:- Go to Design / Library / Layouts / Lightbox Images / Lightbox Support. Look for the line: $('a[rel^="lightbox"]').fancybox(); // activate Fancybox Change it to: $('a[rel^="lightbox"]').fancybox({cyclic:true}); // ac...
by norman
Tue Jun 19, 2018 3:56 pm
Forum: Datepicker
Topic: Use on Checkout with General User Definable 3
Replies: 0
Views: 37456

Use on Checkout with General User Definable 3

DatePicker can be activated on the checkout to work on one of the user definable fields. Here's how to use it on General User Definable 3. Go to Design / Text / Web Site (cont) / General Information / General User Definable 3. Check "Show" and set "Current Value" to something lik...