Product and category names under image, not on right

20.07.2011 20:52
#1
Lätti
Joomshopping forum user no avatar
Name: Hendrik
17.07.2011
Сообщения: 14
Quote
Product and category names under image, not on right

Hei!

Is there any way of modifing the joomshop componet so that the product / category heading would be shown under the image, not on right side.

In our shop this would look much better.

Also I think that this should be added as a new feature under shop configuration -> general and called something like "text alligment"

But for now, can anybody help and tell, wich file I need to modify in order to get the text below the image from right side?

Thanks in advance,
Hendrik


Joomla: 1.6.5
JoomShopping: 3.2.2
PHP: 5.3.3-7+squeeze1
MySQL: 5.1.54-rel12.5-log

Последнее изменение: 12.12.2011 21:07
 
11.08.2011 11:55
#2
leilahodgkins
Joomshopping forum user no avatar
Name: Leila Hodgkins
10.08.2011
Сообщения: 5
Quote
Aw: Product and category names under image, not on right

I just did this myself! You need to change this file:
components/com_jshopping/templates/default/products/listproducts.php

I did it by adding in </tr><tr> tags in between the table cells. Search for <table class = "product"> and you should be able to see that the first cell holds the image and the second cell is the description. Splitting them into two rows makes the description appear under the image.

Hope that helps!

 
17.08.2011 21:37
#3
Lätti
Joomshopping forum user no avatar
Name: Hendrik
17.07.2011
Сообщения: 14
Quote
Aw: Product and category names under image, not on right

Hei,

Thank You, allthough I was unable to produce the same effect. Can you give some hints where those <tr> should go?

br,
Hendrik

 
01.10.2011 16:07
#4
Kajzev
Joomshopping forum user no avatar
Name: Davithe
29.09.2011
Сообщения: 2
Quote
Aw: Product and category names under image, not on right

For category I changed file in com_jshopping\templates\default\category\mainpage.php

I just added <tr></tr> for new line...

<tr>
<td align="center">
<a class = "product_link" href = "<?php print $category->category_link?>"><?php print $category->name?></a>
<p class = "category_short_description"><?php print $category->short_description?></p>
</td>
</tr>


Works for me...Hope its helpfull =)

 
03.10.2011 14:24
#5
Matt-Bucon
Joomshopping forum user no avatar
Name: Matt-Bucon
29.09.2011
Сообщения: 16
Quote
Aw: Product and category names under image, not on right

Hi, this has helped me...
Is the OP still in need of this?
The correct paths that to the php files that need editing are ;

\components\com_jshopping\templates\default\category\catagory_default.php & main_page.php both need the </tr><tr>
plus...
\components\com_jshopping\templates\default\products\list_products.php needs the </tr><tr> added too.

I know it works, as it is working for me! :)
Any probs, please let me know...

However, If someone could help me align the text under the pic it would be great!
Aw: Product and category names under image, not on right


Joomla: 1.6/1.7
JoomShopping: most recent
PHP: wamp (localhost)
MySQL: wamp (localhost)
Website Url: http://www.bucon.co.uk

Последнее изменение: 03.10.2011 14:25
 
03.10.2011 15:43
#6
Matt-Bucon
Joomshopping forum user no avatar
Name: Matt-Bucon
29.09.2011
Сообщения: 16
Quote
Aw: Product and category names under image, not on right

Kajzev, I must have missed your post (bookmarked this page on Thursday), your td align="center" works perfectly for me... Thanks so much!!! :)

 
08.11.2011 00:21
#7
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

Hi, Can anyone give an example of how to put the text under product's?
Please help ;-D I'm stucked.

Thank YOU in advance.
Isak.


Joomla: 1.7
JoomShopping: 3.2.7
 
09.11.2011 00:40
#8
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

Hi all,
Can someone write here where to put the </tr><tr> in the listproducts.php file in order to move the product description from side of the product image to under the image?
I think this kind of small irritating issues could have been already posted. I've tried Laila's tips but unfortunately that didn't help.

Sorry for resubmitting this, it's just to tell that I still have the problem.

Thanks for your


Joomla: 1.7
JoomShopping: 3.2.7
 
11.11.2011 09:12
#9
dietmar.stein
Joomshopping forum user no avatar
Name: Dietmar Stein
06.11.2011
Сообщения: 1
Quote
Aw: Product and category names under image, not on right

Hello

Thanks for those information given - it was exactly what I was looking for and found it after a few seconds while having a look to the forum.

I think the instructions are detailed enough for people who have got basic knowledge of PHP.

Thanks, Dietmar

 
12.11.2011 23:34
#10
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

Hi,

Dietmar, can you please post it here as a screen print i.e. the lines to which I need to edit in the php files. I've made as it stands above in the forum, but unfortunately that didn't work for me.

I'll be happy if you help me found what I miss.

Again, I deserve not to be humiliated for seeking some help.

Thank you!

 
14.11.2011 15:12
#11
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

It seems here no one dare to help!

Hallooo people:

Can someone write/show here where to put the </tr><tr> in the listproducts.php file in order to move the product description from side of the product image to under the image?
I think this kind of small irritating issues could have been already posted. I've tried the tips above but unfortunately that didn't help.

Offcourse I'm missing something, but where is the helper?

Thank you

 
16.11.2011 11:16
#12
Matt-Bucon
Joomshopping forum user no avatar
Name: Matt-Bucon
29.09.2011
Сообщения: 16
Quote
Aw: Product and category names under image, not on right

Isak, please see attached.

added the relevent on line 27 - also note on line 37 is td align=center to get the texts centered underneath the pricture.

Hope this helps,
Matt
Aw: Product and category names under image, not on right


Joomla: 1.7.3
JoomShopping: latest
Website Url: http://www.bucon.co.uk (on wamp now though :) )
 
18.11.2011 16:57
#13
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

Thanks alot Matt, that worked perfectly for my case except the product's photo is alligned to the left! How can I allig that to the center too so it become alligned to the center of the text?

 
18.11.2011 19:46
#14
Matt-Bucon
Joomshopping forum user no avatar
Name: Matt-Bucon
29.09.2011
Сообщения: 16
Quote
Aw: Product and category names under image, not on right

Can you show me a screen shot, Isak?

Thanks, Matt

 
20.11.2011 02:17
#15
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

Hi again Matt,

I'm very sorry that I take much of your time because of I ask maybe alot.

Regarding the case I came-up with an idea that alsmost worked for me! I made the product's photo bigger than the default size, but I still see the impact of that which is product's photoes are still aligned to the left eventhough the text is well centered under the photo.
Here is the screen shot of where I edited in the catagory_default.php file:

Thank you very much again Matt, you helped me alot.
Aw: Product and category names under image, not on right

 
20.11.2011 04:31
#16
Isak
Joomshopping forum user no avatar
Name: Isak
05.10.2011
Сообщения: 7
Quote
Aw: Product and category names under image, not on right

Isak - 20.11.2011 02:17
Hi again Matt,

I'm very sorry that I as so many questions.

Regarding the case I came-up with an idea that alsmost worked for me! I made the product's photo bigger than the default size, but I still see the impact of that which is product's photoes are still aligned to the left eventhough the text is well centered under the photo. At the same time the pagination is centered and vertical buttons.
Here is the screen shot of where I edited in the catagory_default.php file:

Thank you very much again Matt, you helped me alot.
Aw: Product and category names under image, not on right

Aw: Product and category names under image, not on right

 
11.11.2012 02:34
#17
dzenan
Joomshopping forum user no avatar
Name: Dzenan
11.11.2012
Сообщения: 2
Quote
Same image size and title in category and subcategory

I have problem with joomshoping category and subcategory.

As you can se on image 44.png category images and title look great. But when I add subcategory, they have same positon size like category, but subcategory image and subcategory title look different. (see image 43.png).

I want that subcategory image and title look same as image and title of category.

I look in joomshopping css, public_html/components/com_jshopping/css but I was unable to to find css that edit subcategory

Please help.
Same image size and title  in category and subcategory
44.png


Joomla: 2.5
JoomShopping: Version 3.2.7
Website Url: localhost
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.