Hi again
Well... gamenews doesn't have virtuemart theme support, so a good start would be copying the following files from bikestore template:
.../templates/gk_bikestore/html/com_virtuemart/
.../templates/gk_bikestore/html/mod_virtuemart_cart/
.../templates/gk_bikestore/html/mod_virtuemart_category/
.../templates/gk_bikestore/html/mod_virtuemart_currencies/
.../templates/gk_bikestore/html/mod_virtuemart_search/
and paste them on
../templates/gk_gamenews/html/
Them open the following file:
../templates/gk_gamenews/layouts/blocks/head.php
and replace this line:
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/gk.stuff.css');
with
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/gk.stuff.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');
Next from the bikestore template, copy this file: ../templates/gk_bikestore/css/vm.css
and place it on ../templates/gk_gamenews/css/
Copy also this directory from bikestore template to gamenews
../templates/gk_bikestore/images/vm/
This is a good start.
Start doing this tests to see the result, but i warn you that it will need more adjustments.
Cheers