Tagged: 

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #800834

    Hi Guys,
    I have encountered the problem. When I deal with Woocommerce plugin and Enfold I have the following two problems. These only seem to affect woocommerce:

    1. When I placed plugin extensions – product sliders – on bottom of Home Page – on desktop it looks all right. On mobile version, 3 products “don’t fit” and one of them goes underneath.

    2. The whole Categories section seems to be 75% width what means not all images fit next to each other.

    How to make it all full screen so everything is responsively decreased but will fit on a whole page ?

    Website: https://colwayinternational.online
    Products Slider from <a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel='nofollow'/ rel=Woocommerce plugin only 70% width of the page. Products do not fit." />
    Categories images not full screen :(

    #800865

    Hey spiekutowski,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #800881

    Hi Mike,

    Here are the login details:

    #800882

    Website is is beta stage still testing so you can play around with plugins.

    #801040

    Hi,

    Login credentials are not working for me. Can you please check them once again? :)

    Best regards,
    Yigit

    #801050

    Go with this

    #801752

    Hi,
    I believe I have fixed it, Please clear your cache & check :)
    I added this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .products .product:nth-child(odd) {
        clear: initial !important;
    }
    }

    Best regards,
    Mike

    #801870

    Looks much better. The only thing is I donr know what has happened to “All Products” category on “Shop” page. It seems to have moved down :/

    #802017

    Hi,

    I went to Appearance > Widgets and edited your widget and chose “Name” in “Order by”. Please review your website

    Best regards,
    Yigit

    #802786

    Thanks Yigit,

    But this is not what I meant.

    Have a look a this. Do not know what to do with that yet :/
    Categories moved :/

    Is that because I have 1 category not published ? – Dunno :(

    #803395

    Hi,
    Did you try publishing the last category?

    Best regards,
    Mike

    #803411

    Published

    This is what it looks like at the moment:
    Gap above - empty space of the universe ? :)

    Any ideas ? :)

    #803416

    Found the reason

    @media only screen and (max-width: 767px)
    .responsive #top .products .product:nth-child(even) {
    clear: none;
    }

    This is from Website CSS analitics.

    When I UNTICK this option – everything goes back to normal. I cannot override it with any settings. Is looks like if I remove this line (by unticking it) everything works but I cannot remove this line via ovverlide css can I ?

    #803417

    Hi,
    I take it then that the last category is not one your keeping, in that case go ahead and remove it and try this:

    @media only screen and (max-width: 767px){
    .responsive #top .products .product:nth-child(2n+10) {
        clear: left!important; 
    }}

    Best regards,
    Mike

    #803432

    I want to keep all of them. I dont know why it keeps doing that as it is standard php loop.

    This is how it looks now. I need to have it in one row :(

    #803437

    Hi,
    It’s because it wants to be two columns and we made it 3, we will fix it :)
    but first we need to know how many elements you will end with because it will change. Are you going to keep “Product Sets”? are you going to add more?

    Best regards,
    Mike

    #803438

    I will keep Products Sets as category. We will be adding “Promotions” Category later but that will happen maybe in few months time. No plans for adding another category as yet.

    What will happen if I want to add more ?

    #803462

    Hi,
    OK, I changed the code to this:

    @media only screen and (max-width: 767px){
    .responsive #top .products .product:nth-child(2n+10) {
        clear: both!important; 
    }
    .responsive #top .products .product:nth-child(2n+12) {
        clear: initial!important; 
    }}

    and now it’s working :)

    Best regards,
    Mike

    #803463

    It looks awesome.

    I thank you thank you thank you :)

    This kind of css is way too advanced for me.

    #803496

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.