VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: MarioP on July 10, 2018, 12:33:08 PM

Title: Visible fancybox-loading div
Post by: MarioP on July 10, 2018, 12:33:08 PM
Hello,

My problem is a div element permanently visible on the website. The div has the id #fancybox-loading declared in \components\com_virtuemart\assets\css\jquery.fancybox-1.3.4.css

#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url('../images/fancybox/fancybox.png');
}


Do someone have any idea what's that, what's the purpose of that block? Can I just add display:none to it?

PHP Version 5.6.36
Joomla! 3.8.10 
VirtueMart 3.2.14

Title: Re: Visible fancybox-loading div
Post by: Jörgen on July 10, 2018, 14:59:57 PM
This is probably something that comes with Your template. Check with template designer.

regards

Jörgen  @ Kreativ Fotografi
Title: Re: Visible fancybox-loading div
Post by: MarioP on July 10, 2018, 15:29:40 PM
Quote from: Jörgen on July 10, 2018, 14:59:57 PM
This is probably something that comes with Your template.

Doesn't it that thing

Quote from: MarioP on July 10, 2018, 12:33:08 PM
The div has the id #fancybox-loading declared in \components\com_virtuemart\assets\css\jquery.fancybox-1.3.4.css

indicate clearly that the trigger for the div is included in VM core code?
Title: Re: Visible fancybox-loading div
Post by: Jörgen on July 10, 2018, 15:36:44 PM
I do not have this issue on my site.
Clearly
Title: Re: Visible fancybox-loading div
Post by: MarioP on July 10, 2018, 15:41:38 PM
Ok, thank you for quick answer. I'll investigate further