Osclass forums

Development => Development => Topic started by: grisbi on August 01, 2019, 03:37:12 pm

Title: [Résolved]How to change the size of photos in item.php in "Bender"
Post by: grisbi on August 01, 2019, 03:37:12 pm
Hello
How to change the size of photos in item.php in "Bender"

I would like to enlarge the big picture and the thumbnails in the detail page item.php

thank you
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: BritWeb on August 02, 2019, 01:55:26 am
Hello
How to change the size of photos in item.php in "Bender"

I would like to enlarge the big picture and the thumbnails in the detail page item.php

thank you

You need to adjust the following set of codes on 'main.css'

Code: [Select]
.item-photos .main-photo {
    width: 550px;
    float: left
}

.item-photos .thumbs {
    float: right;
    width: 79px
}

.item-photos .thumbs img {
    margin-bottom: 12px;
    border: solid 2px #eaeaea
}


Regards
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: grisbi on August 02, 2019, 11:27:24 am
Hi BritWeb


Should we change or add something in SASS?
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: BritWeb on August 02, 2019, 12:28:38 pm
I wouldn't do anything to SASS
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: grisbi on August 02, 2019, 04:20:41 pm
Ok thanks BritWeb
could you help me in this problem:

I enlarged the thumbnail so I have to change the display and I did not
No search_list file in bender

my apologies for my bad english
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: BritWeb on August 03, 2019, 12:40:33 am
I enlarged the thumbnail so I have to change the display and I did not
No search_list file in bender

my apologies for my bad english

Not sure what you meant by the above.


Regards
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: grisbi on August 03, 2019, 09:55:44 am
je n'ai pas le fichier search_list dans le thème "Bender"
par quel autre fichier est il remplacé
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: BritWeb on August 03, 2019, 12:38:59 pm
je n'ai pas le fichier search_list dans le thème "Bender"
par quel autre fichier est il remplacé

If I understood you correctly...

search.php and search-sidebar.php together make www.domain.com/index.php?page=search and displays all the listings for that search.


Hope this is clear! Again not sure what you wish to achieve.
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: grisbi on August 03, 2019, 05:35:15 pm
here is the page I'd like to edit
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: BritWeb on August 03, 2019, 08:08:38 pm
Edit one of those files I mentioned to get desired result or play with css codes relating to that page.


Best of luck!
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: grisbi on August 03, 2019, 11:49:29 pm
I finally found

loop-single.php file

thank you for your patience

see you soon
Title: Re: How to change the size of photos in item.php in "Bender"
Post by: BritWeb on August 03, 2019, 11:51:36 pm
I finally found

loop-single.php file

thank you for your patience

see you soon

Well done!