Link problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 10, 2014 9:05 am
Reply with quote
Report this post
Hi :)

Now I have a new problem.
I used nsP5 to show links, but it does not work as I want.
When I click a link, I get redirected to a page on my website,
it is possible to create a code so that I get redirected to the correct site directly?

I have also created a standard module with pictures that I can link to the right website but it does not look good, no gradient of the images and no zoom, :(

Blue= NSP
Red= Standard modul


http://homeplay.se/nysida3/

Best Regards
Magnus
User avatar
Fresh Boarder

teitbite
Thu Apr 10, 2014 11:50 am
Reply with quote
Report this post
Hi

I'm afraid in this case News Show Pro module is not the best choice. Please show me Your site with the standard module so I'll hep with the code to separate images.
User avatar
Moderator

teitbite
Sat Apr 12, 2014 3:05 pm
Reply with quote
Report this post
Hi

I have style the custom html module with links a little bit. Hope You like it.

Code: Select all
.advertisement.custom a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 1%;
    overflow: hidden;
    position: relative;
    width: 23%;
}

.advertisement.custom a img {
    height: auto;
    padding: 5%;
    transform: scale(1) rotate(0deg);
    transition: all 0.2s linear 0s;
    width: 90%;
}

.advertisement.custom a img:hover {
    transform: scale(1.2) rotate(-5deg);
}
User avatar
Moderator

GK User
Sun Apr 13, 2014 7:45 am
Reply with quote
Report this post
Thats looks SUPER, just how i wanted it
Thanks very much

Best regards
Magnus Persson
User avatar
Fresh Boarder

teitbite
Mon Apr 14, 2014 5:36 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron