Home>Support>Product displaying and link colors?

Product displaying and link colors?

By Eric, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

Hi!
Now we have also gone over to Vantage with our other site www.spatunnan.se It feels like coming home… :-)
And I am adjusting the site and would need some advice how to solve a “couple” of details that I stuck on?

1. Since long time I been trying to find a way to display product in the shop loop with the same size, width and height and on some page in a specific order As it is now, they are so jumpy in height…
2. So fare I have solved this on the page http://www.spatunnan.se/badtunna-av-plast/ were I have used page builder and have our hot tub models in three even columns with simple text widgets with single product short code, for example [product id=”1582″]
3. But somehow now in Vantage the products thumbnail and text are displayed much narrower than in the http://www.spatunnan.se/webshop/ ?
4. I used this way I prior theme with page builder and there the products look normal.
5. I am also working on the color choices on the page on frames and text and links and so on…
6. But I when I make changes on the theme settings on the color of the links on some places on the site nothing hapens? I think I doing correct when changing the “Content Link Color” but that do not change the link color on for example on the woocommerce product categories link in the sidebar, now its blue. And also the links on some internal link on pages, for example the two blue links in the text on http://www.spatunnan.se/
7. How do I set the same color on all of the “add to cart” buttons. Now there are blue on http://www.spatunnan.se/badtunna-av-plast/ and their are white on the http://www.spatunnan.se/webshop/ ?

Many thanks in advance!

Eric

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Eric

    Great to have you with us, glad to hear your site has been progressing. We’ve had a bit of a busy afternoon but I’ll back back online a little later on tonight and will be able to reply properly then. Apologies for the delay and thanks for your support.

    Chat shortly.

  2. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Eric

    Thanks for the wait.

    Products – Home Page:

    Let’s try just starting with the home page so that we don’t try fix too many things in one go. I’ll go over the other pages with you as soon as we’ve cracked these points.

    The home page product display looks like it was built manually. I have some CSS to sort everything out but first I need two fixes from your side:

    1. The first product on the second row: Reningsverk, sandfilter med förfilter . Please can you build that product like the others. Mainly I need the image and description to be in separate paragraph tags like the others.

    2. The last product: Trätunna av ThermoWood. There is an empty paragraph tag above the image, please remove that.

    Let me know if you need help doing the above. Once that’s done you can then insert the following under Appearance > Custom CSS:

    /* Home Page */
    
    .entry-content .wp-caption:first-child { margin-top: 0; }
    
    /* Home Page Products Row One */
    
    #pg-2-1 .textwidget p:first-of-type { min-height: 204px; }
    
    /* Home Page Products Row Two */
    
    #pg-2-2 .textwidget p:first-of-type { min-height: 264px; }
    

    Links:

    For a more global link setting, please try the following under Appearance > Custom CSS:

    /* Links */
    
    #main a { color: #dd3333; }
    #main a:hover { color: #2b1100; }
    

    Please adjust the colors above to suit your design. That should hopefully resolve the challenge you’re seeing there.

    Buttons:

    Please try the following under Appearance > Custom CSS:

    /* Remove Vantage WooCommerce Button Styling */
    
    .woocommerce #page-wrapper .button {
    background: #0f75b8; /* Set this to your button background color */	
      border-top: initial;
      border-left: initial;
      border-right: initial;
      border-bottom: initial;
    cursor: pointer;
      filter: initial;
      -webkit-border-radius: initial;
      -moz-border-radius: initial;
      border-radius: initial;
      color: initial;
      -webkit-box-shadow: initial;
      -moz-box-shadow: initial;
      box-shadow: initial;
      width: initial;
      text-decoration: initial;
      /* Improves usability and consistency of cursor style between image-type 'input' and others */
      cursor: initial;
      /* Corrects inability to style clickable 'input' types in iOS */
      -webkit-appearance: none;
      line-height: initial;
      text-shadow: initial;
    }
    

    OR insert into style.css of your child theme. That’s up to you. Depends where you’re managing your custom CSS from. Appearance > Custom CSS is easier to access and is upgrade safe.

  3. 9 years, 6 months ago Eric

    Hi Andrew & Co.
    Thanks for the info. Yes the start page is done manually by me a long time ago. I am not satisfied as it is now so maybe I should redo it now and then I maybe can get your help of review and help with the details? If so I plan to use page builder and Black Studio TinyMCE Widget. But I can’t figure out if and how to add two or three small picture horizontal? They always inserts below each other. First i thought it was because i had made a three columns row and the images was to large, 250x250px but making them smaller fosent hel. Them i tried to just have one column but the images will always be inserted under each othe.

  4. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the info here. The manually built page is fine, I was just differentiating that with a WooCommerce widget.

    Images in the Visual Editor widget will automatically stack below each other, by default at least.

    Could you perhaps let me know how you came long with my fixes that were sent above? Thanks.

  5. 9 years, 6 months ago Eric

    Hi,
    Please have a look if i done the two fixes you mention above?

  6. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Thanks. Can you confirm the Custom CSS I sent is also in place?

  7. 9 years, 6 months ago Eric

    Ok. I have from on this site installed your vantage child theme so were is the place to insert your custom css snippets?

  8. 9 years, 6 months ago Private Message - Eric

    This is a private message.

  9. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the info.

    Appearance > Custom CSS is fine even with a child theme. It’s a little easier to access than working via Appearance > Editor so try using Appearance > Custom CSS.

  10. 9 years, 6 months ago Eric

    I am now in the deep end of the pool!!! :-)

    I have inserted the codes copied from above black fields and since nothing changes i guess I should have cleaned out your /* grey notes or what have i done this time…

  11. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Thanks.

    My notes in grey are no problem. Rather leave them in so we can make sense of the CSS we’ve added there..

    I’ve made an adjustment there, take a look now:

    http://www.spatunnan.se/

  12. 9 years, 6 months ago Eric

    Hi, Now some of the images is a little disproportionated. How can I fix that?

  13. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    They don’t look too bad on my display. I’m using CSS to re-size the images. The other solution would be to upload those images at the same width and height. That would involve some cropping usually in a program like Photoshop or similar.

  14. 9 years, 6 months ago Eric

    Good morning! I will redo these two row with products on the front page, http://www.spatunnan.se/ . Now there is 4 columns per row. I think I will keep four columns or maybe go down to three columns . I will redo the picture in the same same width and height using GIMP. What approx width and height do you recommend?

  15. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Sure, GIMP will work 100% for this task.

    Both row’s images have a width of 248px right now. The height I’ve used for the first row is 197px, the height I’ve used for the second row is 205px. So up to the height you choose. We can adjust the CSS or remove certain parts once the images are the same height and width.

  16. 9 years, 6 months ago Eric

    Hi Andrew,
    I have now made some changes on the hot tub images on the my home page. Please have a look and give me your opinion?

  17. 9 years, 6 months ago Eric

    I just realized on a small screen the pictures i mentioned stack below and the text falls under… That I need to fix, suggestions?

  18. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hey Eric. Thanks for your efforts!

    The second row of image aren’t all the same height, would you like me to send some CSS to handle that?

    On mobile, container stacking is really standard. You’ll see that happening on most responsive sites across the Internet. If you’d like you can turn responsive behaviour off for the entire site in theme settings but it’s unfortunately not possible on a row by row basis. It would be really hard to read that content on a single row on mobile so it’s usually for the best.

  19. 9 years, 6 months ago Eric

    Hi, No, of course I do not want to remove the responsive functions. At first I thought that the text under each picture would drop below each image. But I think I may solve it by doing a row with a single column with overall information text in the two pictures in first row. I’ll continue tomorrow and make the images on the second line of the same size.

    Thanks!

  20. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Ahh sorry, now I’m following. Yes, for responsive to work we’ll need to have the image and the text in the same row. For more complex layouts you might try our Layout Builder widget which would let you build a layout in a row.

  21. 9 years, 6 months ago Eric

    Hi!
    Thanks for the info about the Layout Builder. I LOVE IT!!!
    I have now remade the first row on the start page with Layout Builder and i feels much better. Please have a look.
    and give me your opinion if you think this is a good design.
    Some question about these two price boxes i made. Since the height of them on my desktop wide screen becomes a little different since the since text is different is their a way to fixate the height of the two price boxes and the button. So they are shown symmetrical? And can i set the button color and the feature text “v” point to same as border color “#c6d6be” ?

  22. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, really glad to hear you’re finding the new Layout Builder handy. Home page is looking great.

    Hopefully you’ve removed the old CSS we don’t need anymore. Here is a selector you can add to set the min-height of the first price box:

    /* Home - Price Table One */
    
    #panel-w5501ba9d1842b-0-0-1 .origin-widget-price-box {
      min-height: 442px;
    }
    

    The Price Table (PB) widget unfortunately isn’t very customisable in terms of specific colors, only themes. We do have a newer SiteOrigin Price Table widget, part of our Widgets Bundle. That does allow color selection of buttons and icons but unfortunately not of the header. Perhaps try that widget out very quickly in a test page.

  23. 9 years, 6 months ago Eric

    Hi,
    I forgot to remove the CSS that you helped me with earlier. I will do that.
    Should I put in below new in the same place or in the CSS in the sidebar inThe Price Table (PB) widget?

    Have you been able to find a fix to my first questions in the top of this thread?

    Thanks!

    ——– Originalmeddelande ——–
    Från: Andrew Misplon
    Datum:13-03-2015 10:08 (GMT+01:00)
    Till: Eric Wennerholm
    Rubrik: Re: [SiteOrigin] Product displaying and link colors?

    Andrew Misplon has posted on Product displaying and link colors?<http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoiSFlRREJxU2o5N0V3ZGNpc0NhaVFJNk03SElvIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3RocmVhZFxcXC9wcm9kdWN0LWRpc3BsYXlpbmctYW5kLWxpbmstY29sb3JzXFxcL1wiLFwiaWRcIjpcImQ5OTJkMzI0MGUyYjQzNGRhNzFkYmI4NTY3NGVhZTNlXCIsXCJ1cmxfaWRzXCI6W1wiMDk5ODVjOTlmODgwY2Q2NzkwNTczNzAzM2Y4MGNmYmY3NzNhNjdiM1wiXX0ifQ&gt;.

    —–

    Super, really glad to hear you're finding the new Layout Builder handy. Home page is looking great.

    Hopefully you've removed the old CSS we don't need anymore. Here is a selector you can add to set the min-height of the first price box:

    /* Home – Price Table One */

    #panel-w5501ba9d1842b-0-0-1 .origin-widget-price-box {
    min-height: 442px;
    }

    The Price Table (PB) widget unfortunately isn't very customisable in terms of specific colors, only themes. We do have a newer SiteOrigin Price Table widget, part of our Widgets Bundle. That does allow color selection of buttons and icons but unfortunately not of the header. Perhaps try that widget out very quickly in a test page.


    Reply to this email or view the thread on SiteOrigin<http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoiSFlRREJxU2o5N0V3ZGNpc0NhaVFJNk03SElvIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3RocmVhZFxcXC9wcm9kdWN0LWRpc3BsYXlpbmctYW5kLWxpbmstY29sb3JzXFxcL1wiLFwiaWRcIjpcImQ5OTJkMzI0MGUyYjQzNGRhNzFkYmI4NTY3NGVhZTNlXCIsXCJ1cmxfaWRzXCI6W1wiMDk5ODVjOTlmODgwY2Q2NzkwNTczNzAzM2Y4MGNmYmY3NzNhNjdiM1wiXX0ifQ&gt;. All replies are public, don't email sensitive data. Unsubscribe<http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoiMXI4OF9lcERaSE1OYzdZZFhfeDlnQWI1Zm1BIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3dwLWFkbWluXFxcL2FkbWluLWFqYXgucGhwP2FjdGlvbj1zb2NuX3Vuc3Vic2NyaWJlJmlkPTEwODY2JnRva2VuPWJkN2JlNTgwOTU2MmZhNzM5NTE5MDJkOGY1MzA0MzYwXCIsXCJpZFwiOlwiZDk5MmQzMjQwZTJiNDM0ZGE3MWRiYjg1Njc0ZWFlM2VcIixcInVybF9pZHNcIjpbXCI0ZTI1ZWI5MGUzNmQxODkxYWI1ODViOGE4OTdiMWFlZTBkZDJhYzEyXCJdfSJ9&gt; to stop receiving notifications.

  24. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Please put the css I sent under Appearance > Custom CSS.

    Sure let's move on. I'll dive into the next set of questions a little later today.

  25. 9 years, 6 months ago Eric

    Hi,
    • I have now removed the first part and inserted your new code in Appearance > Custom CSS
    • But now the length difference shifts a between the left and the right Price Box (PB) depending on the width of the screen / browser? At least on my screen when I change the width of the browser window?
    • Please have a look?
    • Or should this new code be inserted in the Layout Builder > Layout Builder Widget > Price Box (PB) > Widget Styles > attributes > CSS Styles that’s in the sidebar?

  26. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    The location for the Custom CSS is correct, there is just a lot going on with responsive behaviour. If you could remove the two words from the first item in the right box or add two words to any single line item in the first box, that would also resolve this. We could then remove the min-height CSS.

  27. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Could you perhaps send through a link to one page that you’d like to work next? Thanks.

  28. 9 years, 6 months ago Eric

    Hi,
    Perhaps you have a other better way to display my products as I mention below:
    •I been trying to find a way to display product in the shop loop with the same size, width and height and on some page in a specific order As it is now, they are so jumpy in height…
    •So fare I have solved this on the page http://www.spatunnan.se/badtunna-av-plast/ were I have used page builder and have our hot tub models in three even columns with simple text widgets with single product short code, for example [product id="1582"]
    • But somehow now in Vantage the products thumbnail and text are displayed much narrower than in the http://www.spatunnan.se/webshop/ ?
    •I used this way I prior theme with page builder and there the products look normal. If you like Andrew you can preview http://www.spatunnan.se/badtunna-av-plast/ with the kallyas child theme to see what I mean?

    Br
    Eric

    ——– Originalmeddelande ——–
    Från: Andrew Misplon
    Datum:13-03-2015 17:54 (GMT+01:00)
    Till: Eric Wennerholm
    Rubrik: Re: [SiteOrigin] Product displaying and link colors?

    Andrew Misplon has posted on Product displaying and link colors?<http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoibXBUd282ZzJRMHB3YnZNZUo5cmI2VWZvNndzIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3RocmVhZFxcXC9wcm9kdWN0LWRpc3BsYXlpbmctYW5kLWxpbmstY29sb3JzXFxcL1wiLFwiaWRcIjpcImYyMDNhNTgxMWU5MTQ4YmFiNzBlOWU2MzdmOGZkMDM0XCIsXCJ1cmxfaWRzXCI6W1wiMDk5ODVjOTlmODgwY2Q2NzkwNTczNzAzM2Y4MGNmYmY3NzNhNjdiM1wiXX0ifQ&gt;.

    —–

    Could you perhaps send through a link to one page that you'd like to work next? Thanks.


    Reply to this email or view the thread on SiteOrigin<http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoibXBUd282ZzJRMHB3YnZNZUo5cmI2VWZvNndzIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3RocmVhZFxcXC9wcm9kdWN0LWRpc3BsYXlpbmctYW5kLWxpbmstY29sb3JzXFxcL1wiLFwiaWRcIjpcImYyMDNhNTgxMWU5MTQ4YmFiNzBlOWU2MzdmOGZkMDM0XCIsXCJ1cmxfaWRzXCI6W1wiMDk5ODVjOTlmODgwY2Q2NzkwNTczNzAzM2Y4MGNmYmY3NzNhNjdiM1wiXX0ifQ&gt;. All replies are public, don't email sensitive data. Unsubscribe<http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoiZEN6WXhFZGxmV1NlZVdHVHdJNFZGM3FLUlJjIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3dwLWFkbWluXFxcL2FkbWluLWFqYXgucGhwP2FjdGlvbj1zb2NuX3Vuc3Vic2NyaWJlJmlkPTEwODY2JnRva2VuPWJkN2JlNTgwOTU2MmZhNzM5NTE5MDJkOGY1MzA0MzYwXCIsXCJpZFwiOlwiZjIwM2E1ODExZTkxNDhiYWI3MGU5ZTYzN2Y4ZmQwMzRcIixcInVybF9pZHNcIjpbXCI0ZTI1ZWI5MGUzNmQxODkxYWI1ODViOGE4OTdiMWFlZTBkZDJhYzEyXCJdfSJ9&gt; to stop receiving notifications.

  29. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Thanks, let’s look at the shop page first. We could try hard cropping here:

    WooCommerce -> Settings -> Catalog, turn Hard Crop on.

    Then run the following plugin:

    https://wordpress.org/plugins/regenerate-thumbnails/

    Reference page: http://docs.woothemes.com/document/adding-product-images-and-galleries/

  30. 9 years, 6 months ago Eric

    Hi,
    I have now hard cropped true WooCommerce -> Settings -> Catalog, turn Hard Crop on. and regenerated the thumbnails. But that I don’t think it made any difference?

  31. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Eric, thanks for the wait. I’m looking at this now. Will report back shortly.

  32. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Woo Butttons
    Under Appearance > Custom CSS, please locate this selector:

    .woocommerce #page-wrapper .button

    See the first line, there are two ##, please remove one. When you are finished that line should read:

    background: #c6d6be;

    Let me know if this doesn’t make sense. Thanks.

  33. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Links
    Same problem with links in Custom CSS, please locate:

    #main a {
      color: ##c6d6be;
    }
    

    Remove the first #, final result should be:

    #main a {
      color: #c6d6be;
    }
    
  34. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Related Products
    Please insert the below under Appearance > Custom CSS to help the related products heading.

    /* Related Products */
    
    .related.products h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.5em;
    }
    
  35. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Main Menu
    Please insert the following under Appearance > Custom CSS to help the main menu onto one line:

    /* Menu */
    
    .main-navigation ul li a {
    padding-right: 27px;
    padding-left: 27px;
    }
    
  36. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Product Image Sizes

    Please could you email through a temporary set of login details so I can take a look at the image size problem. You can privately email this thread on:

    [email protected]

    Thanks :)

  37. 9 years, 6 months ago Private Message - Eric Wennerholm

    This is a private message.

  38. 9 years, 6 months ago Eric

    Hi,
    Have you find whats the problem is on http://www.spatunnan.se/badtunna-av-plast/ were I have used page builder and have our hot tub models in three even columns with simple text widgets with single product short code, for example [product id=”1582″]
    Now in Vantage the products thumbnail and text are displayed much narrower than in the “Add to cart” button?
    • And the color code to the “Add to cart” buttons wont change the color on above page?

  39. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Sorry, Eric. Working the problems now. Don’t be alarmed if anything is out of place, trying to find an image size solution as we speak.

  40. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Ok, one page fixed:
    http://www.spatunnan.se/badtunna-av-plast/

    Moving onto shop page now.

  41. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Take a look now please:

    http://www.spatunnan.se/badtunna-av-plast/
    http://www.spatunnan.se/webshop/

  42. 9 years, 6 months ago Eric

    Thanks Andrew!!!
    You’re the best! :-)

    // Eric

  43. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped.

  44. 9 years, 6 months ago Eric

    Hi again,
    I thought that I managed to make my translations upgrade safe with my child theme. But now I see that my translation of the Sale! flash (Erbjudande!) in Woocomerce has been overwritten, again… Something have I done wrong with my child theme…

  45. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Sorry! It’s very slow for me to work in another language. I forgot to change back. Please go to Settings > General in WordPress and change the language back to Swedish. Apologies for the hassle.

  46. 9 years, 6 months ago Eric

    Thanks! No problem. Now its ok.
    Once again thanks for your help!

  47. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that fixed it :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More