Can the template be used without a ''shop''

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Sat Jan 04, 2014 10:34 am
Hi. Can this template be used for a normal website based on articles rather than products to be sold? Is it possible to show k2 articles in stead of products on the front page? And can one have a layout something similiar to the attached picture? The news layout I just pasted in the picture from the Gavick News template: http://demo.gavick.com/joomla25/news/
User avatar
Gold Boarder

GK User
Sat Jan 04, 2014 10:55 am
Its just a matter of configuration. You can change data source of modules on homepage to point to articles instead of VM products.
User avatar
Moderator

GK User
Tue Jan 28, 2014 10:37 pm
Thanks. How can I configure the GK4 module to show like it shows in this template with the zooming when you hold over the image? http://demo.gavick.com/joomla25/news/
User avatar
Gold Boarder

GK User
Wed Jan 29, 2014 8:06 pm
Do you have an access to News template download section? It would be easiest if you would download quickstart of the news template, installed it somewhere and checked all the settings.
If not, Ill create a screenshots of the settings.
User avatar
Moderator

GK User
Thu Jan 30, 2014 8:20 pm
The screenshoot would be great. Thanks.
User avatar
Gold Boarder

GK User
Mon Feb 03, 2014 6:21 pm
Sorry for the late response.
I have attached screenshots of all the settings.
NEws settings.zip
User avatar
Moderator

GK User
Tue Feb 04, 2014 10:49 am
Thanks. Is the module suffix
nsp bigtitle mobile
?
User avatar
Gold Boarder

GK User
Tue Feb 04, 2014 1:06 pm
Yes. But I'm not sure which module settings you would like to get, as on the homepage there are more than NSP module. Please create a screenshot and mark which module would you like to replicate.
User avatar
Moderator

GK User
Fri Feb 07, 2014 2:39 pm
I want to replicate the module in the picture with the zooming when you hold the mouse over the image as in this template: http://demo.gavick.com/joomla25/news/
User avatar
Gold Boarder

GK User
Tue Feb 11, 2014 8:08 pm
I have created screenshots of the module settings.
Archive.zip
User avatar
Moderator

GK User
Thu Feb 13, 2014 9:44 am
Can you please write which changes I need to do to get the zooming when the mouse is over the image?
User avatar
Gold Boarder

GK User
Fri Feb 14, 2014 4:29 pm
Please edit: /templates/gk_esport/css/override.css and add at its end:
Code: Select all
.nspArt a {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.gkResponsive a, a.gkResponsive {
display: block;
position: relative;
}
.nspArt .nspImageWrapper {
overflow: hidden;
}
.gkResponsive img.nspImage, img.nspImage.gkResponsive {
width: 100% !important;
height: auto;
}
.nspArt img.nspImage {
border: none;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
section img {
height: auto!important;
max-width: 100%!important;
}
.nspArt img.nspImage:hover {
-webkit-transform: scale(1.15) rotate(-1.5deg);
-moz-transform: scale(1.15) rotate(-1.5deg);
-ms-transform: scale(1.15) rotate(-1.5deg);
-o-transform: scale(1.15) rotate(-1.5deg);
transform: scale(1.15) rotate(-1.5deg);
}



I'm not quite sure if it will be enought. If not, please post an url to your site, Ill check what else should be changed.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Feb 15, 2014 9:16 am
Nothing happende, so I sent you login details on PM.
User avatar
Gold Boarder

GK User
Mon Feb 17, 2014 6:19 pm
Have you enabled "use override.css" in template settings - advanced section?
User avatar
Moderator

GK User
Mon Feb 17, 2014 6:21 pm
I also don't see those changes made in override.css (it has its default content).
User avatar
Moderator

GK User
Tue Feb 18, 2014 11:30 am
Sorry about that, it is my fault, I forgot to enable the css override. Thanks a lot, it is working great! :)
User avatar
Gold Boarder

GK User
Tue Feb 18, 2014 11:36 am
Is it possible to turn off the white hover when you have the mouse over the picture. It looks a bit too much with both the zooming and the white layer over the image.
User avatar
Gold Boarder

GK User
Tue Feb 18, 2014 9:32 pm
With above changes - I would need to see your live site.
Could You please post an url to your site?
User avatar
Moderator

GK User
Thu Feb 20, 2014 1:15 pm
Of course. The site is offline, so I sent you the login details on PM.
User avatar
Gold Boarder

GK User
Sat Feb 22, 2014 10:55 am
Where should I click to get to the part of the page where you would like to have that effect?
User avatar
Moderator

GK User
Sun Feb 23, 2014 1:13 pm
Please see attached picture. It is from the front page. As you can see when you put the mouse over the image on the live website, it not only zoomes up, it also adds a white see through layer. I only want the zooming without the white layer.
User avatar
Gold Boarder

GK User
Mon Feb 24, 2014 6:52 pm
I don't see any overlay visually, nor in code. Perhaps its just an optical illusion, as the image is lighter in center, and when it zooms the center stays, while all around hides.
User avatar
Moderator

GK User
Tue Feb 25, 2014 12:25 pm
It is not an illusion. I removed the zoomin code from the back end, and have taken to identical screenshots. One with mouse over the image and one without the mouse over image. It is clear that when the mouse is over the image a white see trough layer is added. I want to remove this layer.
User avatar
Gold Boarder

GK User
Tue Feb 25, 2014 5:59 pm
Nothing like that happens here. I have checked under Chrome, Firefox and Safari and there is no such behave.
Please check your site with web browser in incognito/private mode to assume it loads without any 3rd party extensions.
User avatar
Moderator

GK User
Fri Feb 28, 2014 11:28 am
I have now checked in firefox, chrome, crome incognito mode, and safari. It is happening on all of them. But I am using a mac, when i checked in my laptop, it did not happen.
User avatar
Gold Boarder

GK User
Sat Mar 01, 2014 9:00 am
Blind guess, as still, on Mac, on all available browsers I can't see this problem:
Please edit: /templates/gk_esport/css/override.css and add at its end:
Code: Select all
.nspArt img:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Mar 01, 2014 3:03 pm
Thank you so much, I really do appriciate it. It looks great now! :D
User avatar
Gold Boarder

GK User
Sun Mar 02, 2014 5:02 pm
Ok. Sorry it took so long. Still can't understand why I didn't see this overlays :/.
User avatar
Moderator

GK User
Thu Mar 06, 2014 7:05 pm
No problem :) Can I also ask if it possible to make the title font size bigger in this module?
User avatar
Gold Boarder

GK User
Sun Mar 09, 2014 8:47 am
Please edit: /templates/gk_esport/css/override.css and add at its end:
Code: Select all
.nspArt h4.nspHeader {
font-size: 14px;
}


Adjust font size to your liking.

Ps. Next time please post new forum thread - you will get the answer much faster ;).
User avatar
Moderator


cron