• Resolved tommyboycamera

    (@tommyboycamera)


    Hey Thimo,
    first of all great plugin! It looks way better, than just using the iframe version, that I am currently using on my blog https://www.livingdreams.tv.
    I have basically two questions:
    As the descriptions of the shirts vary in their length they are not properly lines up, as some are a bit higher.. Is it possible to change that?
    Then I′d also like to set up two versions of the shop – one in English and one in German. Is their a possibility to do that in a elegant way? ??
    Thanks a million and all the best,
    Tom

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

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

    (@pr3ss-play)

    Hi Tom,

    you can set a min-height of the h3 (header) and .description-wrapper elements to align them.

    Different languages on one wp installation is not possible currently. Because the language is taken from the wordpress installation.

    Cheers
    Grü?e
    Thimo

    Thread Starter tommyboycamera

    (@tommyboycamera)

    Hey Thimo, I have to say I don′t really get where I have to do this. CAn you give me a more detailed description of how to do it? I′m really not too good with this.. ??

    Thanks and cheers,
    Tom

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi,

    let me see your spreadplugin shop and I’ll help you ??

    Thread Starter tommyboycamera

    (@tommyboycamera)

    Hey, thanks a million ??

    I just published my version – check it out!
    https://livingdreams.tv/test123

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    put this into “Custom CSS” in spreadplugin options:

    .spreadplugin-article h3, .spreadplugin-design h3 {
        min-height: 100px;
    }
    Thread Starter tommyboycamera

    (@tommyboycamera)

    Hey, I put it in and it almost worked out, but not quite. Check it out!
    https://livingdreams.tv/test123

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    doesn’t seem you’ve added the code correctly, well maybe you can try this

    .spreadplugin-article h3, .spreadplugin-design h3 {
        min-height: 100px !important;
    }

    again, please put it into the “Custom CSS” field in the spreadplugin settings ??

    Thread Starter tommyboycamera

    (@tommyboycamera)

    Yeah it works!!! Thanks a lot! Looks great ?? You were right, I didn′t write it in the proper section! Just one more thing: “Kategorie” und “Sortieren” are not on the same line, could you also fix that? Thanks Thimo, awesome support!

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    ya, well, because my shirts aren’t selling well, I got enought time for support ??

    add this too:

    .spreadplugin-items {
    font-family: 'Open Sans',serif;
    font-size:14px
    }
    
    .spreadplugin-menu #articleSortBy, .spreadplugin-menu #productCategory, .spreadplugin-menu #productSubCategory {
    float:none;
    }
    
    .spreadplugin-cart {
    top: 60px;
    }
    
    .spreadplugin-items .image-wrapper {
    padding-bottom:10px;
    }
    Thread Starter tommyboycamera

    (@tommyboycamera)

    hahah never give up ??

    Ok i now have the following in the custom css field:
    .spreadplugin-article h3, .spreadplugin-design h3 {
    min-height: 100px !important;
    }

    .spreadplugin-items {
    font-family: 'Open Sans',serif;
    font-size:14px
    }

    .spreadplugin-menu #articleSortBy, .spreadplugin-menu #productCategory, .spreadplugin-menu #productSubCategory {
    float:none;
    }

    .spreadplugin-cart {
    top: 60px;
    }

    .spreadplugin-items .image-wrapper {
    padding-bottom:10px;
    }

    But somehow its again nor really working or what did I do wrong?
    https://livingdreams.tv/test123

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    right, looks good here.

    i would propose to add this too, because we increased the font size, so we have to increase the other elements:

    .spreadplugin-article, .spreadplugin-article-detail, .spreadplugin-design, .spreadplugin-article.list {
    min-height: 700px !important;
    }

    if i had more time, i’d build it better to never need to use min-height again ??

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    please see 3.5.7 for different languages ?? (faq)

    Thread Starter tommyboycamera

    (@tommyboycamera)

    Hey Timo,
    thanks a lot – looks good new my english shop ?? So could i just generate a new page and use the shortcode [spreadplugin shop_language=”de_DE”]to have another one in german? Or do I have to add something to the Custom CSS as well?
    Thanks alot,
    cheers
    TOm

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi Tom,

    yes, it should work as you proposed.

    Best
    Thimo

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Shirts are not properly lined up’ is closed to new replies.