Hover effects at html newsletter view - Magazine template

January 2013 Joomla Template
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
Mon Dec 30, 2013 9:18 am
Reply with quote
Report this post
Hello,

I'm using NS pro as default newsletter manager and Magazine template for my customer Website. Case is when I want to show newsletter on a page of this website throws hover effects that aren't in newsletter template. You can check at

http://cedom.netamin.es/component/nspro?layout=newsletterview&nid=6&lang=es


Seems template is overriding something.

Thanks,
David N.
User avatar
Expert Boarder

teitbite
Tue Dec 31, 2013 3:50 am
Reply with quote
Report this post
Hi

Please add this code to css:

Code: Select all
tr:hover {
background-color: transparent !important;
}
User avatar
Moderator

GK User
Tue Dec 31, 2013 7:52 am
Reply with quote
Report this post
OK, thanks, it works.
User avatar
Expert Boarder

teitbite
Tue Dec 31, 2013 6:20 pm
Reply with quote
Report this post
Hi

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

GK User
Fri Jan 03, 2014 8:39 am
Reply with quote
Report this post
Hello,
This view is a simple newsletter made at 640px. I need to show with original width and height (not resized at container) .
http://cedom.netamin.es/component/nspro?layout=newsletterview&nid=8&lang=es
How Can I do it?
Thanks,
User avatar
Expert Boarder

teitbite
Sun Jan 05, 2014 4:05 am
Reply with quote
Report this post
Hi

Sorry I cannot help with that. I do not know this newsletter extension so can't tell where this dimentions can be changed :(
User avatar
Moderator

GK User
Tue Jan 07, 2014 8:27 am
Reply with quote
Report this post
Hello,
I think problem isn't newsletter component. I need to show this html page with original width an colums height. My code start like:

Code: Select all
<table id="background-table" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" bgcolor="#dedede">
<table class="w640" style="margin: 0px 10px; width: 640px; height: 442px;" border="0" cellspacing="0" cellpadding="0">


but when is applied with template, table class is resized to 784px, and I need to show as I configure originaly (640px). Same with height options.

Thanks a lot.
David.
User avatar
Expert Boarder

teitbite
Wed Jan 08, 2014 4:01 am
Reply with quote
Report this post
Hi

Please edit file http://cedom.netamin.es/templates/gk_ma ... joomla.css line 289

Code: Select all
table {
    margin-bottom: 20px;
    width: 100%;
}


and remove attribute: width: 100%; from it. Than the width setting in table parameters will work.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.