- Posts: 14116
- Thank you received: 1639
3 questions
-
fruhelle@sol.dk
- Topic Author
- Visitor
11 years 2 months ago #34162
by fruhelle@sol.dk
3 questions was created by fruhelle@sol.dk
Hi,
At the moment i have some inquries after installing Fashion store demo.
My url: www.one-for-all.dk/hotstart/index.php
Joomla version 2.5.16
Virtuemart version 2.0.24
1. The 3 bloks in the bottom at the frontpage is to big?
2. After updating my site with danish language, the catagories, and products are gone from the demo, how am i able to get those back in danish?
3. I want to translate the front page to danish, how?
i have set the danish language to danish in the backend, but only the backend is translated?
Best Regards
Helle
At the moment i have some inquries after installing Fashion store demo.
My url: www.one-for-all.dk/hotstart/index.php
Joomla version 2.5.16
Virtuemart version 2.0.24
1. The 3 bloks in the bottom at the frontpage is to big?
2. After updating my site with danish language, the catagories, and products are gone from the demo, how am i able to get those back in danish?
3. I want to translate the front page to danish, how?
i have set the danish language to danish in the backend, but only the backend is translated?
Best Regards
Helle
Please Log in to join the conversation.
-
fruhelle@sol.dk
- Topic Author
- Visitor
11 years 2 months ago #34167
by fruhelle@sol.dk
Replied by fruhelle@sol.dk on topic 3 questions
Hi,
3. Is done.
3. Is done.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 2 months ago #34173
by ivan.milic
Replied by ivan.milic on topic 3 questions
In template_css.css:
#content_gradient_home .bottom .custom_buttons li {
float: left;
list-style: none;
background: url(../images/button_left.jpg) no-repeat;
height: 53px;
margin: 1px 0 0 10px;
}
change height: 53px; to height: 45px;
When you add new language to vm few new tables are created with names ending in language alias. like:
#_virtuemart_product_en_gb
you can open DB directly then copy content from tables the have records to new tables created after language installation
#content_gradient_home .bottom .custom_buttons li {
float: left;
list-style: none;
background: url(../images/button_left.jpg) no-repeat;
height: 53px;
margin: 1px 0 0 10px;
}
change height: 53px; to height: 45px;
When you add new language to vm few new tables are created with names ending in language alias. like:
#_virtuemart_product_en_gb
you can open DB directly then copy content from tables the have records to new tables created after language installation
The following user(s) said Thank You: fruhelle@sol.dk
Please Log in to join the conversation.
-
fruhelle@sol.dk
- Topic Author
- Visitor
11 years 2 months ago #34186
by fruhelle@sol.dk
Replied by fruhelle@sol.dk on topic 3 questions
Hi,
I have changed this:
#content_gradient_home .bottom .custom_buttons li {
float:left;
list-style:none;
background: url(../images/button_left.jpg) no-repeat;
height: 45px;
margin: 1px 0 0 10px;
}
#content_gradient_home .bottom .custom_buttons ul li a {
display:block;
color: #6a675b;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:15px 60px 0 67px;
text-decoration:none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 45px;
The first one as you tod me, and the sekund one from 55 to 45, but there are still a problem with the 3 at the bottom, it seems to be 2 that have to get changed, you are able to se the problem on my site. also there are a problem with the margin?
Sekund are you able to provide me the the tree to #_virtuemart_product_en_gb ?
Best regards
Helle
I have changed this:
#content_gradient_home .bottom .custom_buttons li {
float:left;
list-style:none;
background: url(../images/button_left.jpg) no-repeat;
height: 45px;
margin: 1px 0 0 10px;
}
#content_gradient_home .bottom .custom_buttons ul li a {
display:block;
color: #6a675b;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:15px 60px 0 67px;
text-decoration:none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 45px;
The first one as you tod me, and the sekund one from 55 to 45, but there are still a problem with the 3 at the bottom, it seems to be 2 that have to get changed, you are able to se the problem on my site. also there are a problem with the margin?
Sekund are you able to provide me the the tree to #_virtuemart_product_en_gb ?
Best regards
Helle
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #34190
by ivan.milic
Replied by ivan.milic on topic 3 questions
For:
#content_gradient_home .bottom .custom_buttons ul li a{
set height 30px
DB access depends on hosting provider, usually its cpanel, when you log in in home screen you will have icon for phpMyAdmin that is tool you use to edit DB directly
#content_gradient_home .bottom .custom_buttons ul li a{
set height 30px
DB access depends on hosting provider, usually its cpanel, when you log in in home screen you will have icon for phpMyAdmin that is tool you use to edit DB directly
Please Log in to join the conversation.
Time to create page: 0.158 seconds