• Resolved Jermbugs

    (@jermbugs)


    When I select the edit button on any product and my premium design shop opens, the products that are created are not added to the cart on my webpage, but instead are added to the cart within my design shop (within the model window) and the whole order takes place within the model window vs being added to the website like on the Integrated Beta version. Please advise.

    Also, if my cursor happens to zoom on an item window before I get to the “Use Designer icon”, the “Use Designer icon” will not allow me to click on it. This happens on every product in every browser that I have tried. Please advise, and if you could please separate the “Use Designer Icon” from the zoom function a little bit further because it is hard to get to unless the cursor angle is just right. Thanks.

    https://www.ads-software.com/plugins/wp-spreadplugin/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Yes you’re right. Till this day there isn’t a solution for syncing the designer basket with the api basket. I’m totally sorry, but Spreadshirts’ api function, which they’re are providing, doesn’t work properly.

    You may try to reposition the icon out of the image. This could be done via CSS. Other solutions will force you to add the code of spreadplugin.

    Let me know if I can help you ??

    Thread Starter Jermbugs

    (@jermbugs)

    Thimo,

    Thanks for the great response. Would it be of any benefit if I called Spreadshirt and asked them to fix their API, or do they not care?

    Also, I would love some help getting the “next” page text link to say “next page” and have it repositioned, as well as moving the editor icon out of the product window. Do you have any suggestions on which CSS codes could effect this? Thanks brother.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hey Jermbugs,

    well you could try, but I believe they’ll answer they’ve no problem ??

    You may edit the language file with poedit and rename it or change it in the spreadplugin.php file ??

    This would the a new position to the editor icon:

    .spreadplugin-article .edit-wrapper-integrated, .spreadplugin-items .edit-wrapper {
    float:none !important;
    margin-top:190px !important;
    }

    Thread Starter Jermbugs

    (@jermbugs)

    Wow, thanks for the code.

    This seemed to get me the result I wanted:

    .spreadplugin-article .edit-wrapper-integrated, .spreadplugin-items .edit-wrapper {
    float:none !important;
    margin-top:250px !important;
    }

    Thread Starter Jermbugs

    (@jermbugs)

    Also, can you help me center my products (the whole plugin seems to be too far to the left)? I am using a left side header for my website, and the products seem to be hugging the edge of the header. Thanks.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Thus I don’t know your url, I can’t post the code, but you should only need to add margin-left to the spreadplugin container. ??

    Thread Starter Jermbugs

    (@jermbugs)

    I’m sending you an email with my website link. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with Use designer: Premium’ is closed to new replies.