VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Geppux on May 19, 2017, 16:09:39 PM

Title: [SOLVED] Warning Sign in Home Page
Post by: Geppux on May 19, 2017, 16:09:39 PM
What can I do to debug the warning sign appeared on my HP https://www.mulligan.it/en/ ? You can see it also on the enclosed image... I don't understand why it appears.
Thank you.
Giuseppe
Title: Re: Warning Sign in Home Page
Post by: Geppux on May 19, 2017, 16:24:00 PM
I think is something concerning my privacy plugin...
Title: Re: Warning Sign in Home Page
Post by: GJC Web Design on May 19, 2017, 17:50:39 PM
why are u using Flash???  Few browsers are enabled now

the cart etc isn't showing but it just looks like a <li> icon or something
Title: Re: Warning Sign in Home Page
Post by: Geppux on May 19, 2017, 18:28:20 PM
I use Flash for the transition effects that I can not have with javascript in the component I use.
To see Cart, login form etc.. usually you have to accept the cookies, may be you didn't? now I check with other SO or Browsers, because with linux and FF I see them...
Title: Re: Warning Sign in Home Page
Post by: GJC Web Design on May 19, 2017, 20:12:51 PM
As I said.. it is some silly css from JCH thing

.log-panel li a {
   background-image: url(/images/jch-optimize/csg-371a12f00bf960cf3a2daa5bf25f6312.png);
   background-position: 0 -590px;
   background-repeat: no-repeat;
   line-height: 20px;
   padding-left: 30px;
   display: inline-block;
   font-size: 12px;
}
Title: Re: Warning Sign in Home Page
Post by: Geppux on May 20, 2017, 11:00:59 AM
it was the sprite generator of JCH Optimizer... now I solved.

Thank you GJC,