Search found 1252 matches

by norman
Mon Sep 19, 2016 6:00 pm
Forum: Upsell
Topic: To combine Tabber and Related Products Upsell.
Replies: 4
Views: 38989

Re: To combine Tabber and Related Products Upsell.

Upsell for SD 2016 and Tabber V5 will work together. You don't need to replace any layouts. Just edit layout Upsell Popup and after the line: <!-- END Reduced Javascript Header Functions --> Add a single line: <actinic:variable name="TabberSetup" /> Upsell for an earlier SellerDeck won't h...
by norman
Sat Sep 10, 2016 10:05 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: Fancybox Multi Product Images - highlight current icon
Replies: 0
Views: 25504

Fancybox Multi Product Images - highlight current icon

If you want to highlight the current icon in Fancybox Multi Product Images V4, do the following: Edit file (in your Site folder) fancyboxwithmultiimagesupport.js and look for the line (it's near the top): var imgid = 'im-' + anc; Immediately after that line add: $( "img.lbicon[data-lbpimgid='&q...
by norman
Fri Aug 05, 2016 9:04 am
Forum: Collapso
Topic: Collapso with responsive themes.
Replies: 0
Views: 34180

Collapso with responsive themes.

Some of the Collapso styles ( Reflective, RolloverBoxes, Technical ) have widths set for each level and this won't play well with responsive themes. If Collapso isn't adjusting in width when the page resizes, try this: Go to Settings / Site Options / Layout / Site. Check that Collapso Additional Sty...
by norman
Fri May 27, 2016 12:44 pm
Forum: Tabber V5 jQuery
Topic: Problem!!!
Replies: 6
Views: 17398

Re: Problem!!!

A suitable fix will be to use the Product Description to hold only the Info tab and to use the Extended Info Text to hold the other tabs. Edit your Product Layout and look for: <actinic:variable formatting="font(Size|16|Color|779ecb)" encoding="actinic" name="ProductDescript...
by norman
Fri May 27, 2016 11:08 am
Forum: Tabber V5 jQuery
Topic: Problem!!!
Replies: 6
Views: 17398

Re: Problem!!!

Ahah. Now I see a Tabber V5 site on SellerDeck 2016. Please copy / paste the Product Layout code that you are using into a reply here so I can see how you've implemented Tabber.
by norman
Fri May 27, 2016 3:48 am
Forum: Tabber V5 jQuery
Topic: Problem!!!
Replies: 6
Views: 17398

Re: Problem!!!

I had to read that massive single sentence (101 words!!!) several times before I determined what you want. After my head stopped hurting, I think that you want only part of your Product Description to be sent to Mole End's Google Product Mash. So it's really a Mole End solution that you need. Have y...
by norman
Mon May 09, 2016 6:45 pm
Forum: Tabber V5 jQuery
Topic: Forcing a new tabber style for fragment text only
Replies: 1
Views: 9411

Re: Forcing a new tabber style for fragment text only

The previous Tabber used a similar way of placing a layout TabberStyle at the end of the current style-sheet. So you seem to be describing capability from a very old version from 2012 or earlier. All I can suggest is removing the line: <actinic:variable name="TabberStyle" /> from the Curre...
by norman
Mon May 09, 2016 1:38 pm
Forum: Tabber V5 jQuery
Topic: Having a second set of tabs
Replies: 0
Views: 23923

Having a second set of tabs

Tabber V5 is very flexible and can support several sets of tabs on a product. E.g. you could use the Extended Information / Text field (you don't need to create an Extended Info page to use this field) to display an additional set of tabs. Just add the following to your product layout to enable this...
by norman
Mon May 09, 2016 1:31 pm
Forum: Tabber V5 jQuery
Topic: More than 10 character automatic tab creation
Replies: 5
Views: 16574

Re: More than 10 character automatic tab creation

You would do this differently in SD 2016 and using the new Tabber. Edit your Product Layout(s) and look for: <actinic:variable name="ProductDescription" /> Immediately before it add: <actinic:block if="%3cactinic%3avariable%20name%3d%22ProductDescriptionLength%22%20%2f%3e%20%3e%2010&q...
by norman
Fri May 06, 2016 12:31 pm
Forum: Accordion Menu jQuery
Topic: jQuery Accordion Menu V2: Make all 2nd-level links clickable
Replies: 3
Views: 14105

Re: jQuery Accordion Menu V2: Make all 2nd-level links click

Seems to work. I put it above the line: $('.dpacsm2 > div').each(function(){ // look for empty entries and disable arrows & click Not sure why you didn't just try it yourself. Slightly more readable would be to use: $(".dpacsm2 h6 a").click(function() { window.location = $(this).attr('...
by norman
Thu Apr 28, 2016 7:30 pm
Forum: Tabber V5 jQuery
Topic: tabber not working on Sellerdeck v16
Replies: 2
Views: 10424

Re: tabber not working on Sellerdeck v16

Unfortnately that is now ancient and obsolete. You'll need to upgrade to Tabber V5 for SD 2016, which also adds responsive capabilities.

Email for details.

Norman
by norman
Wed Mar 30, 2016 8:46 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: Having different Fragment and Product column counts.
Replies: 2
Views: 14549

Re: Having different Fragment and Product column counts.

This is a 10 year old thread and is not applicable since Actinic V7.

Best email me with details of what you want.

Or ask on community.sellerdeck.com where you may get alternative suggestions.

Norman
by norman
Wed Mar 16, 2016 1:05 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: File Upload V16.0.1 updated Perl scripts
Replies: 0
Views: 25488

File Upload V16.0.1 updated Perl scripts

If you use File Upload with SellerDeck V16 and update SellerDeck to V16.0.1, you will need to unzip the attached file into your Site folder(s) after the SellerDeck update.
by norman
Wed Mar 16, 2016 11:34 am
Forum: Accordion Menu jQuery
Topic: jQuery Accordion Menu V2: Make all 2nd-level links clickable
Replies: 3
Views: 14105

jQuery Accordion Menu V2: Make all 2nd-level links clickable

For jQuery Accordion Menu V2. Go to Design /Library / Layouts / AccordionJQ / Accordion Setup. To make all second-level links clickable: Look for the line: $('#dpacmn > div').each(function(){ // look for empty entries and disable arrows & click Immediately above it insert: $("#dpacmn h5 a&q...
by norman
Wed Dec 16, 2015 4:29 pm
Forum: Accordion Menu jQuery
Topic: Add custom links to the top of the menu
Replies: 1
Views: 9861

Re: Add custom links to the top of the menu

If you are using Accordion Menu V1.04 or earlier, then use the above but change the <h4> and </h4> into <h3> and </h3>