1) You can move it down by css style
Open templates/ja_vintas/css/virtuemart.css file
from
#ja-header-info {
float: right;
font-family: "Times New Roman";
font-size: 0.857em;
margin-top: 7px;
text-transform: uppercase;
}
change to
#ja-header-info {
float: right;
font-family: "Times New Roman";
font-size: 0.857em;
margin-top: 10px;
text-transform: uppercase;
}
2) How can i quit that part? ” Searh only in: K2 component / Product ” etc.
Open templates/ja_vintas/css/template.css file
Add new script
.search .only {
display: none;
}
3- How can i quit “Date Created” ?
I would need to take a closer look at your site. Please send me url on your site.
4- If i make the search into the front page note that the ja slideshow appear before. It is possible non show ja slideshow into the results.
You can hide ja slideshow module on result search because JA SlideShow module is setting appear with all menu item, you need to uncheck it show on result search.