Project Home
Manuals
Contact Us
Download
Demo
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
AbanteCart v
1.4.0
is released.
Home
Help
Search
Calendar
Login
Register
AbanteCart Community
»
AbanteCart Development
»
Development Help Needed
»
about product pictures ajustment
« previous
next »
Print
Pages: [
1
]
Author
Topic: about product pictures ajustment (Read 6065 times)
hunferthf
Newbie
Posts: 9
Karma: +0/-1
about product pictures ajustment
«
on:
March 25, 2019, 11:44:11 PM »
Hi, I want to make some changes about the small picture on product page
1. Keep small pictures left alligned
2. put small pictures on the bottom of the main picture but not on the top
Anyone can help me please? Thank you.
Logged
maxter
Full Member
Posts: 228
Karma: +64/-0
Re: about product pictures ajustment
«
Reply #1 on:
March 28, 2019, 07:37:59 AM »
Help you how? Can you share a link to your site?
Logged
Check my rated AbanteCart extensions
https://marketplace.abantecart.com/index.php?rt=product/vendor&v=28
Sam_78
Sr. Member
Posts: 278
Karma: +43/-1
Re: about product pictures ajustment
«
Reply #2 on:
April 01, 2019, 04:39:13 PM »
go to product.tpl
path shown below
move this
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L17
after
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L55
you can just copy and move this <ul> after div tag so that those small images will come after main image
The apply class
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L17
<ul class="thumbnails mainimage smallimage"> to <ul class="thumbnails mainimage smallimage pull-left">
if it doesn't work then try <ul class="thumbnails mainimage smallimage" style="text-align:left;">
Logged
Print
Pages: [
1
]
« previous
next »
AbanteCart Community
»
AbanteCart Development
»
Development Help Needed
»
about product pictures ajustment
Powered by SMFPacks Social Login Mod