Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,949

    Default Re: Ecwid and single page website

    John, can you upload the placeholder code?

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  2. #12
    Join Date
    Sep 2010
    Location
    Ruthin, North Wales, UK.
    Posts
    54

    Default Re: Ecwid and single page website

    Hi Acorn
    Re Ecwid and live share across variants.
    Attached is the Ecwid code this is in two halves as its a scrollable window.
    Apparently the same problem exists on multi page Xara variant website themes.
    Ecwid does not appear to be possible to "Live Share" across Xara theme variants.
    Thanks
    John
    Click image for larger version. 

Name:	Ecwid code top.jpg 
Views:	75 
Size:	50.4 KB 
ID:	115733Click image for larger version. 

Name:	Ecwid code bottom.jpg 
Views:	76 
Size:	39.7 KB 
ID:	115734

  3. #13
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,949

    Default Re: Ecwid and single page website

    Quote Originally Posted by fizzygas View Post
    Hi Acorn
    Re Ecwid and live share across variants.
    Attached is the Ecwid code this is in two halves as its a scrollable window.
    Apparently the same problem exists on multi page Xara variant website themes.
    Ecwid does not appear to be possible to "Live Share" across Xara theme variants.
    Thanks
    John
    Click image for larger version. 

Name:	Ecwid code top.jpg 
Views:	75 
Size:	50.4 KB 
ID:	115733Click image for larger version. 

Name:	Ecwid code bottom.jpg 
Views:	76 
Size:	39.7 KB 
ID:	115734
    John, EWCID is tying its placeholder code directly to your using the HTML parameter id.
    id can only be referenced by the page's DOM the once.

    So if you have the same block of code in two places, the second one fails to be found.

    You might be able to spoof it by replacing id by id1 in the second instance and id2 in the third...

    In you code, id is created and then used so these two occurences need to be paired (id-id, id1-id1, id2-id2).


    <div id1="my-store-314159265"></div><div> <script type="text/javascript" src="https://app.ecwid.com/script.js?314159265" charset="utf-8"></script><script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3 ,3) list(10) table(20)","categoryView=grid","searchView=list","id1=my-store-314159265");</script></div>

    All I can think of other than this is to set the EWCID on a separate page and use a View Website widget.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  4. #14
    Join Date
    Sep 2010
    Location
    Ruthin, North Wales, UK.
    Posts
    54

    Default Re: Ecwid and single page website

    Hi Acorn,

    Thanks for your efforts in trying to help.
    I have tried fooling Ecwid as you have suggested i.e. Div1 -Div1 unfortunately it refuses to allow a second copy of the sales products on the mobile variant.
    As virtually all Xara website themes are variants it makes no sense that something so basic should be restricted,anyhow we live with what we have.
    So Ecwid is out and we will look at the Wazala option.
    Thanks for your help and great support.
    John

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •