I have a problem to make work properly image show module in myStore template
I try to use template styling and this setting:
- Code: Select all
slides_amount=3;
slide_margin=12;
tooltips=true;
tooltip_x=50;
tooltip_y=70;
slide_links=true;
animation_speed=500;
animation_interval=5000;
autoanimation=true;
interface=true;
but the mainbody on the frontpage stretched to 100% of the window and nothing is visible in image show module.
I installed quickstart on on my pc and all works fine there.
Then I tried to use template files from the quickstart, but nothing is changed.
VM theme has been already installed.
I've seen the anomaly in a firebug, it´s displayed on this two screenshots. gk-container div moves out of wrapper.
http://s60.radikal.ru/i167/1008/5e/83402f4f45ce.png
http://s42.radikal.ru/i096/1008/74/2b65dcc599b7.png
I can give an access to back-end and ftp for resolve this problem
[spoiler]
Little corrections
http://s56.radikal.ru/i152/1008/f5/f9e446eb0404.png
In the shop cart table header (Name/SKU/Price) I had to change padding of th tag
joomla.css (line 62)
- Code: Select all
th {
font-weight:bold;
padding:6px;
text-align:left;
}
And if VM logo is hidden in VM setting, checkout button is cutted from the bottom.
I've added this CSS style to addons.css
- Code: Select all
div#vmMainPage div {min-height:24px;}
I hope it'll be useful for GK team [/spoiler]