Okay
  Public Ticket #1048338
Woocommerce image thumbnails
Closed

Comments

  •  2
    Vogelaar started the conversation

    In the shopping card site in Woocommerce the image thumbnails are  not showing their right proportion. I adjusted the image proportion in Woocommerce settings correctly and regenerated the images but still this doesn't work. Any idea? 

  •  3,030
    Andrew replied

    Hi there,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    If you used the Regenerate Thumbnails plugin and it didn't work, I'm going to ask that you do one or both of the following:

    Refresh your browser cache

    Try using the Force Regenerate Thumbnails plugin

    Please let me know if that works out :)

    Cheers! 

  •  2
    Vogelaar replied

    Hi Andrew. Thanks for your reply!  Unfortunately it didn't work. This is the site: http://www.vogelaar.no/handlekurv/ and it is also a problem in the footer but only in woo commerce area.

    There is actually also another issue: I am using api plugin to calculate the (Norwegian) shipping cost. As you maybe noticed, there is something wrong with the buttons: the circle and the button are not in the same place :-) Any idea?

  •  8,999
    Tahir replied

    Hey Again,

    Please turn off these Form Styling options and check:  

    Be.st


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    Hi Tahir. That didn't help. 

    Is the problem with the plugin or?...

  •  8,999
    Tahir replied

    Hey Again,

    Sorry for the Weekend Delay.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
        height: auto!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    Thanks Tahir!

    The image problem is solved. :-) 

    But the "Shipping" option button is still out of place. Could you help me with that also? You need to know that this is a plugin that connects to the Norwegian shipping service. http://www.vogelaar.no/kassen/

    Thanks for taking a look and have a nice day!

    Wilco

  •  2
    Vogelaar replied

    Here is a image of how the problem looks like. You probably have to enter an address to see the shipping options...

    Greetings

    Wilco

  •  8,999
    Tahir replied

    I need to enter the other fields as well , can you provide the other screenshot ?.


    ThemeNectar Support Team 

  •   Vogelaar replied privately
  •  8,999
    Tahir replied

    Thats the same screenshot . What do i add here to see the shipping options : 



    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    5936 

    the other one is ok

  •  2
    Vogelaar replied

    and the city (sted) is  Manger

  •  2
    Vogelaar replied

    And here is the screenshot :-)

  •  8,999
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    h3.pickupservice {
        display: inline;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    Almost there.

    Få varene levert is the heading

    "på posten" is one of the choices

    Thanks

  •  8,999
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce ul#shipping_method li label {
        display: inline-block;
        
    }
    .woocommerce ul#shipping_method li {
        text-indent: 0px;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    The heading is now in between the button and the button text...

  •  2
    Vogelaar replied

    Ok removed 

    h3.pickupservice {
        display: inline;
    }

    and now it looks almost perfect, i just want the header left aligned. Thanks you so much Tahir.

  •  8,999
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce ul#shipping_method {
        left: -46px;
        position: relative;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    Thanks for great support!!

    with friendly greetings

    Wilco

  •  2
    Vogelaar replied

    Goodmorning :-) Still the freight plugin is not showing correctly but with a litt smaller screen. This causes confusion with the buyer. Could you please take a look at it again.

  •  8,999
    Tahir replied

    Hey Again,

    I am still seeing This :

    Be.st 


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    Please turn on  " flexible design mode" and check 800x600

  •  2
    Vogelaar replied

    Please turn on flexible design mode and check 800 x 600. There the problem is visible...

    Have a great day!

  •  8,999
    Tahir replied

    This is the only possible solution .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 690px) {
        .checkout .col2-set .col-1 {
            width: 100% !important;
        }
        .checkout .col2-set .col-2 {
            width: 100% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    That is a good sollution.

    Could all of this also be applied at to the shopping cart page? This is only visible when someone is logged in.

  •  8,999
    Tahir replied

    You have to clear your CDN Cache as that is likely making the changes not show to logged out users . 

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ where applicable .

    Best.


    ThemeNectar Support Team 

  •  2
    Vogelaar replied

    Hi Tahir

    I did clear the Cache. 

    When you enter the site and buy an item you will arrive at the "shopping cart" page. When you do not have an account you will see "attachment 1" and still everything is fine. The customer continues and fills out his shipping info. Then he sees "attachment 2" and thank to you this also looks great. But when the customer has an account and arrives at the shopping cart he sees this: "attachment 3" (or when he goes back from check out to shopping cart.)  Could you please help me with adjusting the shopping cart freight just as you did on the check out page?

  •  8,999
    Tahir replied

    Hey Again,

    It seems to work correctly no matter what page i come from :

    Please clear your cache using this guide: Clear Cache where applicable .

    Best.


    ThemeNectar Support Team