Product displacement in last row

GK User
Tue Feb 23, 2016 10:10 am
Hi,

I'm facing this issue with all the last rows. Product list is set to 3 per row and it works perfect but the last product always get another row.

Image

Also checked with firebug and still don't know the problem.

Image

Thank you.
User avatar
Senior Boarder

teitbite
Sat Feb 27, 2016 9:57 am
Hi

Please send me an access to FTP and an exact url to the page You've made this screenshoot.
User avatar
Moderator

GK User
Mon Feb 29, 2016 9:32 am
Hi,

Just sent by PM.

Thank you.
User avatar
Senior Boarder

teitbite
Wed Mar 02, 2016 10:34 am
Hi

I'm afraid Your FTP access is not working:

ftp.trescochesrojos.com: nodename nor servname provided, or not known.


Try maybe a different approach. Set one column for this products and use this code in override.css:

Code: Select all
.browse-view .horizontal-separator {
display: none;
}

.browse-view .row {
width: 33%;
float: left;
}

.browse-view .row:nth-child(3n+4) {
clear: both;
}
User avatar
Moderator

GK User
Wed Mar 02, 2016 12:45 pm
Sorry, I've just sent you the right adress by pm :oops:
User avatar
Senior Boarder

teitbite
Tue Mar 08, 2016 3:34 pm
Hi

This time host looks to be ok, but login/pass does not match. Have You tried to use solution I presented in my last post ? It should work.
User avatar
Moderator

GK User
Tue Mar 08, 2016 4:53 pm
FTP data resent.

Please, find attached what happens with the code in the override.

Thank you very much again.
User avatar
Senior Boarder

teitbite
Fri Mar 11, 2016 11:32 am
Hi

FTP still not working. I think You may have a Country IP block enabled and that's the reason why it's not letting me in.

Please send me file /html/com_virtuemart/category/default.php to my mail [email protected] or attach to post.
User avatar
Moderator

GK User
Fri Mar 11, 2016 2:57 pm
Has to be that!

I've sent it via mail.

Thank you!
User avatar
Senior Boarder

teitbite
Wed Mar 16, 2016 10:05 am
Hi

Please replace /html/com_virtuemart/category/default.php file with the one attached. It will not be all, so inform me when You do this and I'll come up with a css to position product boxes than.
User avatar
Moderator

GK User
Wed Mar 16, 2016 10:17 am
Done!

If you pm your country I can ask the hosting provider to add yours to a whitelist if you want.

Thx
User avatar
Senior Boarder

teitbite
Mon Mar 21, 2016 4:32 pm
Hi

I can see that the file totally broke this page. I will need to work directly on Your site. My country is Poland. Please make it possible for me to access via FTP.

And do not forget to put the old file back.
User avatar
Moderator

GK User
Mon Mar 21, 2016 4:54 pm
OK, now Poland is on the white list.

Please check and confirm.

Thank you.
User avatar
Senior Boarder

teitbite
Fri Mar 25, 2016 11:51 am
Hi

Still nothing I'm afraid. I'm sorry, but without it I will not be able to help You.
User avatar
Moderator

GK User
Mon Mar 28, 2016 9:20 am
Same here working and that account is permited to be accessed from Poland.

Can you send me an IP by PM to add a permanent access?

Thank you.
User avatar
Senior Boarder

teitbite
Sat Apr 02, 2016 2:31 pm
Hi

My IP won't help. It's dynamic, so before I'll be able to get to that again it would change already. Please contact me by Skype "teitbite". We share screens and I'll make the fix directly from Your computer.
User avatar
Moderator

teitbite
Thu Apr 14, 2016 1:47 pm
Hi

This access is working great, but now I cannot find the page with this problem. I believe this was the one before, but it's showing fine now:
User avatar
Moderator

teitbite
Thu Apr 21, 2016 10:05 am
Hi

This is officially the hardest question I've dealt with. I got an url to the page with the problem in PM as asked, but it's opening error 404 page, so I still do not know where to look for the problem and still cannot help to fix it.

Can You please check the url, tell me the correct one and than make sure to leave such page up for couple of days so I'll make the necessary fix so it will not happen again ?
User avatar
Moderator

teitbite
Wed Apr 27, 2016 9:53 am
Hi

Fianlly :) After multiple changes to /html/com_virtuemart/category/default.php and after adding this to override.css:

Code: Select all
.browse-view .row .product:nth-child(3n+4) {
    clear: both;
}


Please check.
User avatar
Moderator

GK User
Wed Apr 27, 2016 10:04 am
Completly perfect!

Thank you very much for your time and efforts! :D
User avatar
Senior Boarder

teitbite
Thu Apr 28, 2016 12:37 pm
Hi

No problem. Happy I could help. Closing this thread now.
User avatar
Moderator


cron