Search found 1252 matches

by norman
Mon May 21, 2018 3:39 pm
Forum: Tabber V5 jQuery
Topic: Images within tabs overflow the tab area
Replies: 0
Views: 23654

Images within tabs overflow the tab area

If you have images in tabs and they overflow the tab area when their tab is selected this may be because of SellerDeck's responsive function. SellerDeck resizes images when the page loads. Simultaneously Tabber is working out the size of the tab content. Sometimes this size is wrong because images a...
by norman
Mon May 14, 2018 2:54 pm
Forum: Magic Zoom Plus
Topic: Scroll to top (anchor)?
Replies: 5
Views: 16311

Re: Scroll to top (anchor)?

Benjamin - all you need to do to add this to an existing Magic Zoom Plus site is to follow my post of 04 Mar 2018 09:20 pm.

You're not making any changes to the Magic Zoom Plus add-on and it's easy to undo if required.
by norman
Mon Mar 05, 2018 2:18 am
Forum: Magic Zoom Plus
Topic: Scroll to top (anchor)?
Replies: 5
Views: 16311

Re: Scroll to top (anchor)?

Hi, I have a better way now that doesn't involve any patches to layout Magic Zoom Support and scrolls to the image before it changes. It will thus continue to work if Magic Zoom Plus is updated or re-installed. I've updated my earlier post to use this code. If you've made changes to the layout Magic...
by norman
Sun Mar 04, 2018 9:20 pm
Forum: Magic Zoom Plus
Topic: Scroll to top (anchor)?
Replies: 5
Views: 16311

Re: Scroll to top (anchor)?

This can be done too. For this we need 2 things. 1) The visible jQuery plugin from https://github.com/customd/jquery-visible. I've attached a Zipped copy of the only file you need (see the bottom of this post). UnZip it into your Site folder. 2) Some code to activate this before Magic Zoom Plus chan...
by norman
Fri Mar 02, 2018 10:36 pm
Forum: Dynamic Choice Images
Topic: Scroll to top (anchor)?
Replies: 3
Views: 21320

Re: Scroll to top (anchor)?

Good to know it's useful.

I'll enhance the add-on to make this part of it. I'll give it a couple of settings so you can enable / disable it and adjust the scroll time.
by norman
Fri Mar 02, 2018 5:56 pm
Forum: Dynamic Choice Images
Topic: Scroll to top (anchor)?
Replies: 3
Views: 21320

Re: Scroll to top (anchor)?

Lets do this as nicely as possible. We can detect if the image that's changing is fully visible on the page, and if it isn't we can smoothly scroll the page until image is fully visible. For this we need 2 things. 1) The visible jQuery plugin from https://github.com/customd/jquery-visible - I've att...
by norman
Mon Feb 26, 2018 3:17 pm
Forum: NorPrice
Topic: Server messing up £ sign.
Replies: 0
Views: 23335

Server messing up £ sign.

If your server is returning an "unknown" symbol for the £ character (often displayed like <?>) then this will break NorPrice.

A workaround is to go to Settings / Site Options / Properties / NorPrice / MAINCURRENCYSYMBOL and set it to:

Code: Select all

' + '\xA3' + '
by norman
Tue Feb 20, 2018 12:47 am
Forum: Magic Zoom Plus
Topic: Fix for magnifier being constrained on mobile devices.
Replies: 0
Views: 23514

Fix for magnifier being constrained on mobile devices.

If viewing a product on a small-screen mobile device, Magic Zoom Plus switches to displaying a magnified area around the bit of the main image you touch. If the magnified image is being clipped to only show within the product layout border then the following should fix this:- Go to Design / Library ...
by norman
Thu Feb 15, 2018 2:03 pm
Forum: Tabber V5 jQuery
Topic: More than 10 character automatic tab creation
Replies: 5
Views: 16559

Re: More than 10 character automatic tab creation

In layout Tabbed Fragment Text, replace: <div class="tabbertext" data-tabid="<actinic:variable name="FragmentAnchor" />"><actinic:variable name="FragmentText" /></div> With: <div class="tabbertext" data-tabid="<actinic:variable name="Fragme...
by norman
Tue Jan 09, 2018 10:27 pm
Forum: Tabber V5 jQuery
Topic: Adding FeeFo to to Version 5
Replies: 6
Views: 15678

Re: Adding FeeFo to to Version 5

For normal tabs in the product descriptions, just use SD's embedded HTML capability to have HTML in the tab names. E.g. {Tab 1}Tab 1 content... {!!<<img src="button_login.gif" style="height:10px;" />>!!}Tab with image content here... Inline style used for readability. It may be b...
by norman
Tue Jan 09, 2018 5:21 pm
Forum: Tabber V5 jQuery
Topic: Adding FeeFo to to Version 5
Replies: 6
Views: 15678

Re: Adding FeeFo to to Version 5

In Tabber V5, you don't need to use TabbedProductDescription, or to patch any product layouts. The usual ProductDescription works (because standard SD layouts puts the necessary class="product-text" around it). This class is all that SD needs to locate text that may contain tabs. You may h...
by norman
Sat Sep 23, 2017 1:17 pm
Forum: Multi Other Info
Topic: Using colorpicker with MOI
Replies: 2
Views: 20274

Re: Using colorpicker with MOI

UPDATE: It can be integrated with Multi Other Info but will require some custom work. Contact me if interested.
by norman
Fri Sep 22, 2017 6:31 pm
Forum: Multi Other Info
Topic: Using colorpicker with MOI
Replies: 2
Views: 20274

Re: Using colorpicker with MOI

What you're trying won't work unless you can find a way of firing the jPicker entry fields "onchange" event after jPicker has selected a colour. If you don't do this, then the jPicker created text doesn't get passed to the Cart unless you enter a second field. See jPicker Callback Function...
by norman
Mon Aug 14, 2017 3:13 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: Quick Order Form V16.0.3 updated Perl scripts
Replies: 0
Views: 26501

Quick Order Form V16.0.3 updated Perl scripts

If you use Quick Order Form with SellerDeck 2016 (V16) and update SellerDeck to V16.0.3, you will need to unzip the attached file into your Site folder(s) after the SellerDeck update.
by norman
Mon Aug 07, 2017 5:11 pm
Forum: Magic Zoom Plus
Topic: Mobile swipe functionality
Replies: 5
Views: 15876

Re: Mobile swipe functionality

Nothing received here.