virtuemart item in bike store template restyling

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 14, 2013 11:16 pm
Reply with quote
Report this post
Hi, It seems to me, my question is not 100% in the right theme now, but, by the way, styling of virtuemart item is under template control... So, Are there any simple methods to change the places to each other, modules of product page, like it shown on attached picture? It seems to me, it must be simple, something like change rows in someone php file, may be... Please, help! I think, it will be better places for modules, because user need no scroll page to see the product details; the place for a lot of prices has too low density of information, and this information is secondary compared to description...Thank you.
User avatar
Senior Boarder

teitbite
Thu Aug 15, 2013 12:55 am
Reply with quote
Report this post
Hi

Small modifications are supported, so do afraid to ask :)
In Your case You will have to edit /html/com_virtuemart/productdetails/default.php find the part responsible for showing description and move it under the elements You want it to be seen. Than show me Your site and I'll help with css changes. If You will have problems to move the code inside this file send me an FTP access and I'll do this for You.
User avatar
Moderator

GK User
Mon Aug 19, 2013 12:29 am
Reply with quote
Report this post
Hi! Thanks for your ready to help. I`v sent you PM with admin accaunt. I started to custom product details page, there are still some questions:
1. Can`t use typography <ul class="gkBullet4"> and other in product description. They all looks like <ul class="gkBullet2">...
2. I Can`t understand, why one category is shown right (1.jpg), but another is awsome (2.jpg).
3. Can`t tune NSP GK4 to show featured products from virtuemart category (it think the virtuemart is not installed). I can only set it one by one like separate products.
I`ve seen allso, the template become a little bit sick after some steps, but I can`t remember`em...
I hope, that`s all... :D
Thank you again!
User avatar
Senior Boarder

teitbite
Tue Aug 20, 2013 3:41 pm
Reply with quote
Report this post
Hi

Wow, You flooded me with questions :) Lets deal with them one after the other than.

1. CHANGES TO PRODUCT VIEW ORDER: I need an FTP access to make it for You, sorry but there is no other way I can resolve this particular problem need to try couple of things in the layout first.

2. NSPGK4 NOT SHOWING PRODUCTS: This may be connected with languages. Please make sure Your products (or categories) are set in a language You are useing as a language for admin panel. This is the only way to see it.

3. ISSUE IN CATEGORY LAYOUT: Show me a page with an example.

4. TYPOGRAPHY PROBLEM: Show me a page with an example.
User avatar
Moderator

GK User
Tue Aug 20, 2013 11:30 pm
Reply with quote
Report this post
Hi!
Wow, You flooded me with questions :)

I`m so sorry for this, just followed by work and catch the stream, and resolved some issues by myself for a few hours, but it was too late: PM was sent already :?
So, if you still want to help me after that, let`s start :D
First of all, today the template width looks perfect, is it your work already? If not, I become to believe in mystics :D
1. I`v sent FTP account details to your PM.
2. Yes, you are right, the difference between languages of VM product and admin panel was the root of problem with GKNSP, Thank you!
3. Here the links are:
(awesome) http://www.coffeeman116.ru/index.php/co ... ory_id,12/
(normal) http://www.coffeeman116.ru/index.php/co ... ory_id,31/
I can`t see any difference in settings between`em, but result is...
4. Typography problem:
http://www.coffeeman116.ru/index.php/co ... uct_id,77/

Thank you!
User avatar
Senior Boarder

teitbite
Wed Aug 21, 2013 12:20 am
Reply with quote
Report this post
Hi

Width fix is on You :) I could not start, becuase site is offline and You forgot to send me an access to it :)
User avatar
Moderator

teitbite
Thu Aug 22, 2013 4:31 pm
Reply with quote
Report this post
Hi

The category layout issue is a validation error. Probably one or more products descriptions has not proper HTML syntax. Try to disable a product after product while looking at the page and You will see which product is causing the problem and than You will need to check the HTML in it.

About changes to product page. I've edited /html/com_virtuemart/productdetaild/default.php and copied the code of the right element to bottom and bottom to right :) Hard to explain, but it was really easy to do. So take a look and tell me what else should be changed here.
User avatar
Moderator

GK User
Thu Aug 22, 2013 8:56 pm
Reply with quote
Report this post
Hi! Sorry, may be I could explain correct: the default html was edited already as nice, as i want, by myself, thanks to you! I need help in two still actual questions: 1) typography problem in product description page (I checked it in quickstart and it is the same) and 2) problem with category display (I`ll try to use you advice and will report you about it). Thank you!
User avatar
Senior Boarder

GK User
Thu Aug 22, 2013 11:01 pm
Reply with quote
Report this post
Hi, teitbite! Your advice to correct syntax was right, thank you! The problem was in HTML tags i`v inserted into short description to manual styling it. Now i`v got, what I can use, and what I can`t. Thanks again. The only problem I have now - the wrong typography in description and short description of virtuemart product details.
User avatar
Senior Boarder

teitbite
Mon Aug 26, 2013 10:13 pm
Reply with quote
Report this post
Hi

Typography fix:
Please edit file: http://www.coffeeman116.ru/templates/gk ... style1.css and in line 565 You will see this class:

Code: Select all
ul.gkBullet2 li, div.product-description ul li, #k2Container .itemFullText ul li, #k2Container .itemIntroText ul li {
    background: url("../../images/style1/typography/bullet2.png") no-repeat scroll 0 8px transparent !important;
}


please replace it with:

Code: Select all
ul.gkBullet2 li {
    background: url("../../images/style1/typography/bullet2.png") no-repeat scroll 0 8px transparent !important;
}
User avatar
Moderator

GK User
Thu Aug 29, 2013 8:45 pm
Reply with quote
Report this post
Thank you, it works!
User avatar
Senior Boarder

teitbite
Sun Sep 01, 2013 9:17 pm
Reply with quote
Report this post
Hi

Great. I'm glad I could help.
User avatar
Moderator


cron