-
AuthorPosts
-
tuah08 Friend
tuah08
- Join date:
- November 2011
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 2 times in 1 posts
October 6, 2012 at 7:41 am #181228helo,
I am using Ja Vintas, and I need to configure Product detail page.
I want to display bigger product’s picture in Product detail page so that I should move Product short description, Price and Add to chart button to the right side. here is the screen shot :Could anyone give me a solution please.
Thank you
ngurah
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 8, 2012 at 10:36 am #469432Hi ngurah,
Please open this file: templatesja_vintashtmlcom_virtuemartproductdetailsdefault.php, at approx line 129 (it maybe different in yours) you can see this div:
<div class="width50 floatright">
Please change the class name inside. For i.e, if you wanna it has width of 40% only, you should change to:
<div class="width40 floatright">
Once done, clean cache.Hope this helps you.
1 user says Thank You to Saguaros for this useful post
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 8, 2012 at 10:43 am #469434<em>@tuah08 341261 wrote:</em><blockquote>helo,
I am using Ja Vintas, and I need to configure Product detail page.
I want to display bigger product’s picture in Product detail page so that I should move Product short description, Price and Add to chart button to the right side. here is the screen shot :Could anyone give me a solution please.
Thank you
ngurah</blockquote>Hi,
To change width, please go totemplatesyour_template_namehtmlcom_virtuemartproductdetailsdefault.php
Then find these lines:
<div class="width50 floatleft">
<?php
echo $this->loadTemplate('images');
?>
</div><div class="width50 floatright">
You can change name class to width70/width30 or width60/width40, or add a class name for this, then add style for it.1 user says Thank You to Luna Garden for this useful post
tuah08 Friendtuah08
- Join date:
- November 2011
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 2 times in 1 posts
October 12, 2012 at 5:35 am #469861Its work, Thank you and have a nice day
1 user says Thank You to tuah08 for this useful post
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 12, 2012 at 5:47 am #469863tuah08 Friendtuah08
- Join date:
- November 2011
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 2 times in 1 posts
October 12, 2012 at 10:26 am #469892Hello Saguaros,
many thanks for your help, but I have another problem now. i need to eliminate <meta name=”generator” content=”Joomla! – Open Source Content Management” /> in my site page source. And I need to change the default <meta name=”keywords” content=”Joomla 2.5 template, Joomla Fashion template, virtuemart template, Joomla template with virtuemart, joomla shopping template, online store template, Joomla ecommerce template, ecommerce Joomla template, Joomla virtuemart template, Shopping cart Virtuemart Joomla Templates ” /> and <meta name=”description” content=”Joomla Virtuemart template from JoomlArt – JA Vintas. This shopping template is compatible with the latest version of T3 and Virtuemart; and supports K2 component.” />.I have configure them in back end of the site but there is no change happen.
Your help will be great appreciate.Ngurah
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 12, 2012 at 10:42 am #469898Hi Ngurah again,
To change description and keyword, please goto Backend > Menus > Main menu > Your home menu item and change to your desired ones. http://easycaptures.com/fs/uploaded/686/1400674551.png
Regards.
1 user says Thank You to Saguaros for this useful post
tuah08 Friendtuah08
- Join date:
- November 2011
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 2 times in 1 posts
October 12, 2012 at 1:07 pm #469925Dear Saguaros,
Thank you very much, but how to remove or change <meta name=”generator” content=”Joomla! – Open Source Content Management” />Thank you
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
October 13, 2012 at 9:00 am #469973<em>@tuah08 342097 wrote:</em><blockquote>Dear Saguaros,
Thank you very much, but how to remove or change <meta name=”generator” content=”Joomla! – Open Source Content Management” />Thank you</blockquote>
Hi,
In this filepluginssystemjat3jat3base-themesdefaultblockshead.php
Change this line:
<jdoc:include type="head" />
to
<?php $this->setMetaData('generator','my site'); ?>
<jdoc:include type="head" />
Change ‘my site’ to any value you want.
Before processing, please back up your file.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by Luna Garden 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Configuring Product detail page
Viewing 9 posts - 1 through 9 (of 9 total)