Pre Sale Query:
Instead of the standard AS ArtSlider, can I use some other slider, like SJ Amazing Slideshow for Virtuemart (http://demo.smartaddons.com/#sj-amazing-slideshow-for-virtuemart).
AS Templates
POSTED: 2016-03-09
Hello RAUNHAR,
We do not see any problem, you will need just to config it properly.
Regards, AS Team.
raunhar
POSTED: 2016-03-29
URL: http://strega.in/new/
I am showing it as a catalog.
I need to reduce the space between the Short Description and Product Details button.
On the Product Page, is it possible to display the description without the Slider.
AS Templates
POSTED: 2016-03-29
Hello RAUNHAR,
The spacing you can eliminate by editing css files only, You can easy determinate the file which should be changed and the css class by installing and usingOpera Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
You have to create a menu items for each of your product, then you will be able to manage module assignment.
Regards, AS Team.
raunhar
POSTED: 2016-03-30
On the product page, the Product description shows only when we tap/ click the Description.
I want to know, if the description can be shown as normal without using any plugin.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Instead of the standard AS ArtSlider, can I use some other slider, like SJ Amazing Slideshow for Virtuemart (http://demo.smartaddons.com/#sj-amazing-slideshow-for-virtuemart).
We do not see any problem, you will need just to config it properly.
Regards, AS Team.
I am showing it as a catalog.
I need to reduce the space between the Short Description and Product Details button.
On the Product Page, is it possible to display the description without the Slider.
The spacing you can eliminate by editing css files only, You can easy determinate the file which should be changed and the css class by installing and usingOpera Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
You have to create a menu items for each of your product, then you will be able to manage module assignment.
Regards, AS Team.
I want to know, if the description can be shown as normal without using any plugin.
add following code in the custom.css file
.product-description .toggle_content
{
display: block;
}
Regards, AS Team.