virtuemart in writer template
- GK User
- Thu Nov 06, 2014 11:09 am
Good morning, I am doing a website for a writer who wants to make their books and you can add comments. I thought the most accurate template is writer, but also want to make the books so catalago future and create the best online store. Do not know if this template pus install an e-commerce such as virtuemart. Is this possible ?.
Thank you very much.
Thank you very much.
-
- Expert Boarder
- GK User
- Thu Nov 06, 2014 1:14 pm
You can install VM with this template, but it is not VM ready so there will not be any special styling. Also VM is only available for J2.x branch.
-
- Moderator
- GK User
- Fri Nov 07, 2014 12:48 pm
Thank you very much, is what I wanted to know.
a greeting.
a greeting.
-
- Expert Boarder
- GK User
- Wed Apr 01, 2015 1:57 pm
bionico78 wrote:Thank you very much, is what I wanted to know.
a greeting.
You can download any GK template with virtuemart support.
Put com_virtuemart html files to your template.
Next step putt vm.css to css folder on your template.
Next go to layouts/blocks folder. Find and edite head.php
add this after 25:
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');
Also you get like this
- Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/font-awesome.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/normalize.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/layout.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/joomla.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/system/system.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/template.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/menu.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/vm.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/gk.stuff.css');
$this->API->addCSS($this->API->URLtemplate() . '/css/style'.$template_style.'.css');
Have a nice day! Thanks for developers the ability to easily work with their templates!
-
- Junior Boarder
- GK User
- Wed Apr 01, 2015 2:19 pm
Still... we don't support this kind of modification and users do them on their own.
-
- Moderator
- GK User
- Thu Apr 02, 2015 5:42 am
Cyberek wrote:Still... we don't support this kind of modification and users do them on their own.
I know!
-
- Junior Boarder
- GK User
- Thu Apr 02, 2015 3:37 pm
Just mentioning to others
Ps - you did nice job doing it and sharing the solution.
Ps - you did nice job doing it and sharing the solution.
-
- Moderator
- GK User
- Tue Apr 07, 2015 3:49 pm
Thank you very much for sharing the solution and show me a little more about joomla and capabilities.
Every day we learn a little more ...
Again thanks and greetings !!!!
Every day we learn a little more ...
Again thanks and greetings !!!!
-
- Expert Boarder
8 posts
• Page 1 of 1